I have a relatively simple report where I am using multiple parameters.
I want to retrieve information that a user submits into the system and then filter it by division, department, request number, etc.
The thing that I need help with is, some of these parameters I want to be able to set to "All" and it essentially not filter for that parameter but return everything for that parameter.
For example, if I set division to "Southern", I want to be able to set department to "all", and get a list of all info for the Southern division.
Would like to be able to do the same thing for division and department. If they are both set to "All", I want request numbers for all division AND departments.
Hope that makes sense. Look forward to some feedback! :)