How can I set the default value = ALL for a multi select query parameter?
I have a collectionparamter in my IREPORT...
1 Answer:
Posted on October 31, 2013 at 11:32pm
Hi,
Write your sql query in such way so that if user provides value to input control then it will be use in report query filter, if you not provide any value then filter part removed from query.
This requirement you can achieve using dynamic where condition in $P!{ } parameter place your where condition in parameter with if else condition based on parameter null or not null.
Hope this helps you.
Thanks,
Ajinkya