Hi,
My report (rBalance) is based on a query (q3). q3 is based on two other queries (q1) & (q2)
q1 has two figures: Budget amount and Draw amount
q2 has one figure: Authorized amount. This is a calculated field. Budget amount X Ratio %
To get to balance amount. i am using Authorized Amount - Draw Amount.
Everything works except when there is not Draw Amount.
I tried, "iif(([AuthorizedAmoun t]-[DrawAmount]) <> 0, [AuthorizedAmoun t], ([AuthorizedAmoun t-[DrawAmount]))
I know this should be simple but I just couldn't get it to work. Please help. Thanks.
My report (rBalance) is based on a query (q3). q3 is based on two other queries (q1) & (q2)
q1 has two figures: Budget amount and Draw amount
q2 has one figure: Authorized amount. This is a calculated field. Budget amount X Ratio %
To get to balance amount. i am using Authorized Amount - Draw Amount.
Everything works except when there is not Draw Amount.
I tried, "iif(([AuthorizedAmoun t]-[DrawAmount]) <> 0, [AuthorizedAmoun t], ([AuthorizedAmoun t-[DrawAmount]))
I know this should be simple but I just couldn't get it to work. Please help. Thanks.
Comment