S
S Jackson
I am trying to get a report to give me the sum of a field on an "IF"
condition:
All records have an [Amt] field.
All records have a [DispositionType] field.
I want the report to give me a sum of the [Amt] field for every record where
[DispositionType] = "Other"
I put in an unbound control in the report footer but I can't get it to give
me the right total. This expression produces a blank result:
=IIf(([DispositionType]="Other"),Sum([Amt]))
Any thoughts?
S. Jackson
condition:
All records have an [Amt] field.
All records have a [DispositionType] field.
I want the report to give me a sum of the [Amt] field for every record where
[DispositionType] = "Other"
I put in an unbound control in the report footer but I can't get it to give
me the right total. This expression produces a blank result:
=IIf(([DispositionType]="Other"),Sum([Amt]))
Any thoughts?
S. Jackson