Hi all,
I have a parameter in my report and users can select multiple values. Can someone explain to me how I need to assign the values to the table field in the record selection?
I have this record selection formula, but when I check it, it gives me an error message. I am giving the users a multiple selection option.
(if {?month} in [1,2,3,4,5,6,7,8,9,10,11,12] then
Month ({WMS_MBP_PERMITS.DATE_OF_ISSUE}) in [{?month}]
else
if {?month} <= 0
then
True )
The error message is
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.