G
Guest
Hi
I have the following statement in my report:
=[Planned Budget] - Sum([Invoice)] - [dsum] +
IIf([tbl_Budget_revision].Report.HasData,
IIf([tbl_Budget_revision].Report!revision_operator="Add", 1,
-1) * [tbl_Budget_revision].Report!Revision_Amt, 0)
It works but when there is no data for [dsum] it doesn't process the rest of
the control, it comes out blank on my report. Is there anyway to still be
able to output the report total if there is no "dsum" amount?
Also, dsum is a text field calculation I created on my report. If it is
blank could I have it display $0.00.
I have the following statement in my report:
=[Planned Budget] - Sum([Invoice)] - [dsum] +
IIf([tbl_Budget_revision].Report.HasData,
IIf([tbl_Budget_revision].Report!revision_operator="Add", 1,
-1) * [tbl_Budget_revision].Report!Revision_Amt, 0)
It works but when there is no data for [dsum] it doesn't process the rest of
the control, it comes out blank on my report. Is there anyway to still be
able to output the report total if there is no "dsum" amount?
Also, dsum is a text field calculation I created on my report. If it is
blank could I have it display $0.00.