junction123
MIS
Hi,
I need help on a formula to hide the font, by changing the color to white to hide and black to display.
I tried the below formula in Crystal Syntax
IF {Detail.EqualizationCredit} = 'N' THEN CRWHITE
ELSE CRBLACK;
There are no errors but when I run the report, I get an error saying
"A number is required here" Error in formula.
Note that the field EqualizationCredit is a BIT with a value set to Y when 1 and a value set to N when 0.
Why is the report having an error when run?
Thanks for your help in advance. I need this urgently so any help is really appreciated.
Thanks
I need help on a formula to hide the font, by changing the color to white to hide and black to display.
I tried the below formula in Crystal Syntax
IF {Detail.EqualizationCredit} = 'N' THEN CRWHITE
ELSE CRBLACK;
There are no errors but when I run the report, I get an error saying
"A number is required here" Error in formula.
Note that the field EqualizationCredit is a BIT with a value set to Y when 1 and a value set to N when 0.
Why is the report having an error when run?
Thanks for your help in advance. I need this urgently so any help is really appreciated.
Thanks