S
steve2jh
i have a report with fields "Order Status" & "Cost". I have placed a txt box
in the report header & wish to display in this the sum of "Cost" where "Order
Status" = "approved". I have tried the following with no success
SUM(IIF([Order Status].Value="approved",[Cost].Value,[Cost].Value*0)
in the report header & wish to display in this the sum of "Cost" where "Order
Status" = "approved". I have tried the following with no success
SUM(IIF([Order Status].Value="approved",[Cost].Value,[Cost].Value*0)