I need to have user select Company1, Company2, or Both. I have set up a parameter that asks user to type 1, 2, or B. I cannot figure out how to get Both to work in the select expert. I'm sure this is easy -- I just haven't thought of it yet.
If {?param1} like '1' then {your.otherfield} in {Company1.field} else
If {?param1} like '2' then {your.otherfield} in {Company2.field} else
If {?param1} like 'B' then ({your.otherfield} in {Company1.field} or {your.otherfield} in {Company2.field}) else true
You can change your param to display descriptions instead for ease of use for your users. Add desciptions display desription only and read in the value as above in the selection criteria.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.