How can I write a formula that uses the range operator and also a parameter value? For example, I need a crystal syntax formula that checks to see if a database field of 1 - 12 has a parameter value of 11.
Something like this if it is possible:
if {tablename.field} in (1 to 12) = {Parameter value} then true else false
Something like this if it is possible:
if {tablename.field} in (1 to 12) = {Parameter value} then true else false