Link to home
Start Free TrialLog in
Avatar of jasonspopma
jasonspopmaFlag for United States of America

asked on

Crystal Reports Formula

I have the following working correctly...

if {icitem.item} = "NOTE-" then {sotran.descrip} then {sotran.descrip} else {icitem.itmdes2}

I need the following to it. "{icitem.item} = "CC_APPROVAL"

So if icitem.item = "NOTE-" or  "CC_APPROVAL" then {sotran.descrip} else {icitem.itmdes2} but that is not working.
ASKER CERTIFIED SOLUTION
Avatar of vasto
vasto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial