In my formula I have a text message with an error message. I have this on my report. So I went into the features of the formula and I went into the SUPRESS button. I am curious about this one issue....
This is my code for in order to supress:
({@DefComp} < {@75DEFCOMP}) = TRUE OR
({@DefComp} > ({@GrossWages} *.75 ) OR
({@DefComp} > ({@Age} *.75)
Do all of these have to be true in order to work?
Cause on my report this is what I have...
(9360.00 < 11428.08) = True is TRUE
(9360.00 > 9355.52) is TRUE
(9360.00 > 9000) is TRUE
It does not supress the code if there is one FALSE statement in which it should. Why does this happen?
John-
This is my code for in order to supress:
({@DefComp} < {@75DEFCOMP}) = TRUE OR
({@DefComp} > ({@GrossWages} *.75 ) OR
({@DefComp} > ({@Age} *.75)
Do all of these have to be true in order to work?
Cause on my report this is what I have...
(9360.00 < 11428.08) = True is TRUE
(9360.00 > 9355.52) is TRUE
(9360.00 > 9000) is TRUE
It does not supress the code if there is one FALSE statement in which it should. Why does this happen?
John-