NewToThis2
Technical User
CRV10 - I have a {HRHISTORY.FLD_NBR} field this is numeric. In my report I do not want the numeric to print but instead I want to replace it with text. When I try to use this formula, I get the message "A Number is required here" and the "14" is hi-lighted. I would appreciate some guidance.
if {HRHISTORY.FLD_NBR}="14" then "Process Level"
else if {HRHISTORY.FLD_NBR}="15" then "Department"
else if {HRHISTORY.FLD_NBR}="18" then "Supervisor"
else if {HRHISTORY.FLD_NBR}="19" then "Job Code"
Thanks!
if {HRHISTORY.FLD_NBR}="14" then "Process Level"
else if {HRHISTORY.FLD_NBR}="15" then "Department"
else if {HRHISTORY.FLD_NBR}="18" then "Supervisor"
else if {HRHISTORY.FLD_NBR}="19" then "Job Code"
Thanks!