Hello,
Not a programmer at all. Trying to do a formula in crystal.
getting boolean required here and highlights the else statement.
Trying the following:
If {INV_CODE} = 'PER' then
{CHG} = " "
Else {CHG}
What I'm trying to say is if involvement code is equal to PER then I want to the chg field to be blank, else display the value in chg field. What do I do to fix this?
All help appreciated.
Thanks in advance!
Not a programmer at all. Trying to do a formula in crystal.
getting boolean required here and highlights the else statement.
Trying the following:
If {INV_CODE} = 'PER' then
{CHG} = " "
Else {CHG}
What I'm trying to say is if involvement code is equal to PER then I want to the chg field to be blank, else display the value in chg field. What do I do to fix this?
All help appreciated.
Thanks in advance!