Hi,
i need to remember the filters used on the request pages. When i use RTC client and run the report the filters are not stored anywhere. But when i use Nav Development and run the report the filters are remembered and i can use them even during next RTC client using. This doesn't work for end user. Any suggestions?
0
Comments
This is likely due to how the report is run. If run it by code, there must be no Record parameter in a RECORD.RUN, and no call to SETTABLEVIEW when using a variable of type Report. These override the stored values.
I did something like kylehardin suggested and it works fine.