G
Guest
Hi,
I have to create conditional totals (count and sum) for different segments
in a report
footer. The criteria need to use to determine whether to count or sum is
based on a field called SecuritizedInd, with a value of YES or NO.
When I try to use a control in the footer, either Count or Sum, I cannot
determine how to include the criteria for a Yes Securitized values and No
Securitized values.
For instance, this does not work
=IIf([SecuritizedInd]='YES',Count([SecuritizedInd]))
Does anyone have a suggestion for this item?
Thanks,
David
I have to create conditional totals (count and sum) for different segments
in a report
footer. The criteria need to use to determine whether to count or sum is
based on a field called SecuritizedInd, with a value of YES or NO.
When I try to use a control in the footer, either Count or Sum, I cannot
determine how to include the criteria for a Yes Securitized values and No
Securitized values.
For instance, this does not work
=IIf([SecuritizedInd]='YES',Count([SecuritizedInd]))
Does anyone have a suggestion for this item?
Thanks,
David