Hi Cristina,
Below are the steps you need:
- Update the State LOV to add 'All' to the list.
- Create a Pre-defined filter on State with the following SQL in Where clause. Note: 'All' in the below SQL should be exactly similar to the text we added in SQL for LOV of State in previous bullet (snap 3).
@Select(Store\State) IN @Prompt('Select State(s):','A','Store\State',multi,free,Not_Persistent)
OR 'All' IN @Prompt('Select State(s):','A','Store\State',multi,free,Not_Persistent)
Now, on creating a report with this prompt, result will show all states data in report when we don't select any State(s) or else, report will show data for whatever State(s) selected.
Hope this helps.
Thanks,
Mahboob Mohammed