S
SylvieB
Hello group,
How can I show the number zero when I do a divison by zero? On my report, it
shows #Error.
I created a report that calculates the difference in percentage for the
following:
(ProposalAmount – AwardAmount)/AwardAmount)
The code on the query is
%diff[ProposalAward]-[AwardAmount])/[AwardAmount]
which works great except if AwardAmount = 0.
Any idea, how to put a zero instead of error?
Thank you all in advance for your help
How can I show the number zero when I do a divison by zero? On my report, it
shows #Error.
I created a report that calculates the difference in percentage for the
following:
(ProposalAmount – AwardAmount)/AwardAmount)
The code on the query is
%diff[ProposalAward]-[AwardAmount])/[AwardAmount]
which works great except if AwardAmount = 0.
Any idea, how to put a zero instead of error?
Thank you all in advance for your help