I wrote a quick formula to change the two letter state abbreviation to the full state name for CA and NV (California and Nevada) in a report. But I'm getting an error that a Boolean is required. How should I really write this formula?
IF {district.cdstate}='CA' then 'California' or
IF {district.cdstate}='NV' then 'Nevada' else ' '
Thanks!
IF {district.cdstate}='CA' then 'California' or
IF {district.cdstate}='NV' then 'Nevada' else ' '
Thanks!