Hi,
I'm having a problem adding supression code against a section in a pre-existing crystal report template. Basically, I want to supress the appearance of some text if one of two conditions are met... here is the code I have so far:
if {Property.Price_Qualification} <> 'PRICE REDUCTION' Or {Property.Price_Qualification} is not NULL then
true
else
false
When running this code, the following error appears:
"The keyword 'then' is missing". I'm not a programmer, so I'm probably missing something obvious out, but any help is greatly appreciated. Hopefully it's self-explanatory what I'm trying to do, and a case of the code not being correct.
Thanks!
I'm having a problem adding supression code against a section in a pre-existing crystal report template. Basically, I want to supress the appearance of some text if one of two conditions are met... here is the code I have so far:
if {Property.Price_Qualification} <> 'PRICE REDUCTION' Or {Property.Price_Qualification} is not NULL then
true
else
false
When running this code, the following error appears:
"The keyword 'then' is missing". I'm not a programmer, so I'm probably missing something obvious out, but any help is greatly appreciated. Hopefully it's self-explanatory what I'm trying to do, and a case of the code not being correct.
Thanks!