Originally posted by BrianBischof
Isn't there a formatting option that lets you display zeros as blanks? You should look around for that setting (I don't remember where it is right now). Another option is to convert the number to text and for the last part of the IIF() statement use "" instead of 0.
Hi Brian,
i already tried this but if IIF will not allow "" to be used.
anyway i tried a different approach by suppressing (Suppress := TRUE) the field depending on the condition and it worked!
i now have a new problem. below each column is a count to display how many credit and debit transactions there are. the thing is, it also counts the suppressed values. how can i code it so that it will only count the displayed fields?
thanks!