G
Guest
I have a productivity report (money generated) by sales people. The columns
are different categories of sales. Entries for some columns are missing
because the sales person was not active with that line. The value of the
column is probably Null in that case because the left outer join in the
report query from the sales person to that line of goods finds no join. The
customer wants to see "0.00" in those fields. As others have pointed out,
using a conditional formatting (IIf) produces a text entry which interfers
with column totals. Some have suggested using a hidden column to do the
actual column sums. That is not practical because of the size of the report
and if there is no way to do this, I'm just going to tell the customer I
can't do it. Summary: Place "0.00" in report fields that do not return a
numeric value. Can this be done? Many thanks...
are different categories of sales. Entries for some columns are missing
because the sales person was not active with that line. The value of the
column is probably Null in that case because the left outer join in the
report query from the sales person to that line of goods finds no join. The
customer wants to see "0.00" in those fields. As others have pointed out,
using a conditional formatting (IIf) produces a text entry which interfers
with column totals. Some have suggested using a hidden column to do the
actual column sums. That is not practical because of the size of the report
and if there is no way to do this, I'm just going to tell the customer I
can't do it. Summary: Place "0.00" in report fields that do not return a
numeric value. Can this be done? Many thanks...