
Hi experts,
I have a new customized report and I want to preset the filter value so the users no need to waste time when previewing the report. For example, I want the 'Initial Document Type' = Invoice and 'Entry Type' = Application. Is there anyway I can to do?
This shows the different triggers available: docs.microsoft.com/.../devenv-report-triggers
If you want a default that the user can still change then the request page trigger makes sense. If you want it to be baked in and the user cannot change it then set in on the dataitem property DataItemTableView
Or if you want the report to remember the last set of filters use this: docs.microsoft.com/.../devenv-savevalues-property