Hi,
I would like to use/not use a parameter as a filter depending on the user entered value. If it's 0 then I want to ignore the filter.
Here is my configuration in report designer.
Essentially I want to achieve this:
SQL if parameter aualtranpstper= 0 then
pst_yer = parameter aualtranpstyer
SQL if parameter aualtranpstper<>0
pst_yer = parameter aualtranpstyer and pst_per = parameter aualtranpstper
What should my value column in this screen look like?
I posted the same question after reading here https://www.telerik.com/forums/conditional-filtering-and-to-skip-filter-on-empty-report-parameters#205578 but thought it better to create new question.
Thanks for your help.
AW