Report Setup "Where Clause"

I have a report where Parameter 1 (an event ID from our event management system reading from a View) is optional and can filter Parameter 2 (perf_no), which is required.

I need to be able to allow the user to select P2 from a full list unfiltered by P1, as the user may not always know the P1 codes.

I'm guessing there's a way of doing a "Where" clause on Parameter 2 that is like an if statement; ie something like "if <<p1>> is null then present the unfiltered Parameter 2 dropdown, else filter by <<p1>>" ?

Thanks all ...

Parents Reply Children
No Data