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...