Little problem here.... Trying to do some summing in a report, but can't find a method that works. This is a report of Sales Grouped by Salesman. The type of sale is one of two or three descriptions "Monthly", "One Time", so on...
So I have an unbound text box in my header "Monthly Sales" Now what I am trying to do is sum ONLY the "ContractPrice" fields that have description of "Monthly" And I would like to do this on the report if possible.... I have tried a IIF statement ... =IIf([TypeDescription]="Monthly",Sum([ContractPrice]),0)...
But the problem here is if ANY of the descriptions are "Monthly" it sums ALL "ContractPrice" fields.
Any thoughts????
Thanks
So I have an unbound text box in my header "Monthly Sales" Now what I am trying to do is sum ONLY the "ContractPrice" fields that have description of "Monthly" And I would like to do this on the report if possible.... I have tried a IIF statement ... =IIf([TypeDescription]="Monthly",Sum([ContractPrice]),0)...
But the problem here is if ANY of the descriptions are "Monthly" it sums ALL "ContractPrice" fields.
Any thoughts????
Thanks