J
JayStar
I have a query in which there is a calculated expression based on two other
fields. If true, the return is 1. I want to sum or count (either will do,
but only count seems to work) these totals in a report. But it looks messy
because there are a number of zeros all over the place where the return is
not true. I would like to blank out the zeros so that only the positive
numbers show in the report. The Subtotal and Grand Totals are unaffected and
only count the positive numbers (I've checked), so blanking out the zeros
should have no effect on the sub and grand totals. I've tried nz = "" and
I've tried IfNull, but either they don't work with calculated expressions, or
I'm doing them wrong.
Has anyone any solution?
fields. If true, the return is 1. I want to sum or count (either will do,
but only count seems to work) these totals in a report. But it looks messy
because there are a number of zeros all over the place where the return is
not true. I would like to blank out the zeros so that only the positive
numbers show in the report. The Subtotal and Grand Totals are unaffected and
only count the positive numbers (I've checked), so blanking out the zeros
should have no effect on the sub and grand totals. I've tried nz = "" and
I've tried IfNull, but either they don't work with calculated expressions, or
I'm doing them wrong.
Has anyone any solution?