Hi,
I am trying to write an if/then statement. I have a code that is five digits long. What I want the formula to do is if the last digit of the code is a '1', then I want the word 'Manager' in my report. I tried the following:
if {emp_person.distribution_code} = 'xxxx1' then 'Manager'
Any suggestions would be appreciated. Thanks!
I am trying to write an if/then statement. I have a code that is five digits long. What I want the formula to do is if the last digit of the code is a '1', then I want the word 'Manager' in my report. I tried the following:
if {emp_person.distribution_code} = 'xxxx1' then 'Manager'
Any suggestions would be appreciated. Thanks!