Tech2377
Programmer
- Nov 13, 2007
- 81
I have a client using Peachtree 2007 along with Crystal Reports 9.2.3. I've created many reports testing for zeros and other information but in an older version of Crystal and Best Software.
What we want to do is supress zero information based off of testing on one field. If field <> 0 then use the data else bypass. How do I add the bypass routine into this scenario. Would I use a True or False?
Same thing for a date range check or end date.
Sample code that didnt work.
If {@AgingBracketTotal} = 0 then True else False
What we want to do is supress zero information based off of testing on one field. If field <> 0 then use the data else bypass. How do I add the bypass routine into this scenario. Would I use a True or False?
Same thing for a date range check or end date.
Sample code that didnt work.
If {@AgingBracketTotal} = 0 then True else False