Is it possible to run a report with RUNMODAL, without the Request Form and without passing a record variable, making sure no filters whatsoever are set. If the user has run the report manually and has set filters, the RUNMODAL will use those filters because they are saved in the ZUP.
Setting SaveTableView of the OptionsRequestForm to No, has no effect.
The only solution I can think of is to clear all filters in the OnPreReport when the OptionRequestForm is not shown.
Does anyone know another way?
0
Comments
Myrecord will not have any filters.
So the report will not have any filters.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I just want to make sure that none of the DataItems have filters set on them using the REPORT.RUNMODAL(REPORT::<ReportID>) function.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n