I need to display an alert if this period total=0. I have the following formula if Sum ({@ThisPeriodIncidents})=0 then"Complaint" (Complaint being the Alert) it does not display when sum is 0. Any ideas.
if return value is 2 and you have < 3 it works but if you have < 1 and it doesn't return a value it doesn't display. I tried isnull and that did not work.
I think what Naith is after is the exact definition of zero. That is does the sum have to be exactly zero or can there be a tolerance say.... 0 +/- .001.
This would reduce the chance of rounding errors being a problem.
As far as the "alert" is concerned...just create a text field with the word "Compliant" as the text. Place it at an appropriate place...I often give it a yellow background to highlight it a bit.
In the conditional suppress in the Field editor of this field put the formula:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.