E
Elen
Hi,
I cannot seem to resolve a problem and I hope someone can help.
In the Detail section of a report in a field I use the following equation:
=IIF([paydate]=" "," ",([agent_commisions]/100)*[cost_product])
The Report is triggered by a form where an agent name is chosen and lists
orders and commissions during the month *if* the orders are paid.
Now I would like to total the above field in the Report's footer (or
wherever) but =sum(IIF([paydate]=" ","
",([agent_commisions]/100)*[cost_product]))
doesn't work.
What am I doing wrong?
TIA
Elen
I cannot seem to resolve a problem and I hope someone can help.
In the Detail section of a report in a field I use the following equation:
=IIF([paydate]=" "," ",([agent_commisions]/100)*[cost_product])
The Report is triggered by a form where an agent name is chosen and lists
orders and commissions during the month *if* the orders are paid.
Now I would like to total the above field in the Report's footer (or
wherever) but =sum(IIF([paydate]=" ","
",([agent_commisions]/100)*[cost_product]))
doesn't work.
What am I doing wrong?
TIA
Elen