ramblinrose
MIS
I have a report that has multiple parameters. Two of the parameters are dynamic. I need to be able to have the report use either one of those parameters or both.
For example:
Dynamic Parameter 1 (Nurse)
Dynamic Parameter 2 (Location)
The end user needs to be able to run the report by either selecting a nurse or selecting a location or both. When I leave one of the parameters empty, it displays the message "The value is not valid".
In my record selection formula I am testing for the parameters being null.
For example:
Dynamic Parameter 1 (Nurse)
Dynamic Parameter 2 (Location)
The end user needs to be able to run the report by either selecting a nurse or selecting a location or both. When I leave one of the parameters empty, it displays the message "The value is not valid".
In my record selection formula I am testing for the parameters being null.