whiteninja
IS-IT--Management
Any help greatly appreciated:
If term code is equal to 'G' I want to display COD else display CHG.
Using the following with crystal 10
If {ORHDR.Terms} = "G"
then "COD"
Else "CHG"
getting keyword then is missing
If term code is equal to 'G' I want to display COD else display CHG.
Using the following with crystal 10
If {ORHDR.Terms} = "G"
then "COD"
Else "CHG"
getting keyword then is missing