AX2009 Reports: normal Query filters in dialog

Hi all,

I have a problem in ax 2009 reports.

Problem is:

I have a report with 3 data source’s. when i run the report. it shows 3 filter lines in the dialog. But, i need only 1 filter line in the dialog. so, i remove 2 line in the dialog. But, when i re-run the report. it again shows 3 filter.

How to remove those 2 filters?

It depends on why the fields are added there. I guess they show fields from primary indexes - in that case you can remove them by implementing showIndexFields() and returning false for given table IDs.

Thanks for your Reply.

i don’t know, how to use the showIndexFields(). So, can you tell me more clearly