TheGoldMineGuru
MIS
I am calling a report from within my application. I am also passing two parameters, CustomerID and City. This works great, if both values are passed.
If the City is empty, it opens a page asking for the City parameter. I want it to recognize an Empty parameter value and use that within the report Select Expert, effectively making it, {customerID} = '1234' and {city} = '' . This is a valid statement to return a dataset.
How can I bypass the parameter page for an empty parameter?
Thanks!
If the City is empty, it opens a page asking for the City parameter. I want it to recognize an Empty parameter value and use that within the report Select Expert, effectively making it, {customerID} = '1234' and {city} = '' . This is a valid statement to return a dataset.
How can I bypass the parameter page for an empty parameter?
Thanks!