S
sara
Help! I am not vey experienced, and am the only IT person
in my company, so I need help!
I have a report that shows Sales for This Year, Last Year,
the Difference (TY-LY) and the % Diff (DIFF/LY).
I have lots of .00 for TY and LY, and I'm getting #NUM! on
the report and #ERROR! in the Query.
And I have lots of .00 for LY and $$ for TY.
In the detail, I get blank. I am using
=IIf(IsError([TOTDIFF]/[TOTLY])," ",[TOTDIFF]/[TOTLY])
In the Summary, I get #NUM! (report). I calculate the
Total Difference, for example in a report field and name
the report field TOTDIFF. The for the % I am saying
TOTDIFF/TOTLY (also named).
I have the field formatted #.0%;(#.0%). This works in
many other reports.
I have searched all over, and can't find an answer to
help. Thanks.
Sara
in my company, so I need help!
I have a report that shows Sales for This Year, Last Year,
the Difference (TY-LY) and the % Diff (DIFF/LY).
I have lots of .00 for TY and LY, and I'm getting #NUM! on
the report and #ERROR! in the Query.
And I have lots of .00 for LY and $$ for TY.
In the detail, I get blank. I am using
=IIf(IsError([TOTDIFF]/[TOTLY])," ",[TOTDIFF]/[TOTLY])
In the Summary, I get #NUM! (report). I calculate the
Total Difference, for example in a report field and name
the report field TOTDIFF. The for the % I am saying
TOTDIFF/TOTLY (also named).
I have the field formatted #.0%;(#.0%). This works in
many other reports.
I have searched all over, and can't find an answer to
help. Thanks.
Sara