Need Zeros Removed from Report

jc_unk

New member
Local time
Today, 10:20
Joined
Apr 24, 2013
Messages
3
Hey guys,

I have calculated fields on my tables and used zero values as default to show totals. But when I view my report, all the zeros appear.
Don't want those zeros to appear on the report.
 
Hey guys,

I have calculated fields on my tables and used zero values as default to show totals. But when I view my report, all the zeros appear.
Don't want those zeros to appear on the report.

If you need the values, and only want to not display them, then investigate the Built-In Function IIf(). You might be able to use it to get what you want.
 

Users who are viewing this thread

Back
Top Bottom