Default reports of Microsoft Dynamics NAV will save the request page values and allow the user to modify them in the next run of the report. However when a developer develop a new report it will not save the last run value of the request page. I saw few threads in the Dynamics NAV community forum regarding this.
This is how you modify the report to save the request page values.
+ Open the report in the developer environment and go to Request page.
View -> Request Page
+ Go to the properties of the request page.
In order to do that Click on the last line of the Request Page and click on the properties icon in the toolbar or press Shift +F4.
+ Set the Save Value Property to YES.
+ Compile and Save the report.
Thats it you are ready to go and hope this would help you and your clients in future.
Please provide your feedback with a comment.
Thank you and Regards,
Tharanga Chandrasekar
Thank you and Regards,
Tharanga Chandrasekar
2 comments
Hi Taranga,
Good Day!
When we Set SaveValues Property on report and trying to run it from code (Using report variable – ReportVariable.SettableView(RecVarible) and ReportVariable.RunModal). But the filtered data is not showing in next run. Is this possible to capture filtered data of a request page from code?
Hi. Does this work in XMLPorts too?
I created a simple XMLPort based on customer-table and set the SaveValues property to Yes but it doesn't remember the request page values.