Try to create a formula to turn numbers into text.I need to display the description for what the number stands for.Example below:
If{case_record_non_supply.crns_bill_code}=840181 then "OR Minor" else if{case_record_non_supply.crns_bill_code}=1040005 then "PACU"
when I try to save formula I get the error message "A String is required here" where the 840181 number is. Suggestions on how I can get this to work??
If{case_record_non_supply.crns_bill_code}=840181 then "OR Minor" else if{case_record_non_supply.crns_bill_code}=1040005 then "PACU"
when I try to save formula I get the error message "A String is required here" where the 840181 number is. Suggestions on how I can get this to work??