Hello-
I am using Crystal Reports XI. I need to total the deposits for an invoice when field "Postage Deposit" is True. I was trying to use the Sum(fld, condFld, cond) function but it errors.
This is what I entered:
Sum ({CashRecDetail.Amount-Deposit-Applied}, {CashRecDetail.Postage-Deposit}, True)
I get the error "A group condition must be a string" and True is highlighted.
I also tried to make the condFld a group. this errors too.
Sum ({CashRecDetail.Amount-Deposit-Applied},GroupName ({CashRecDetail.Postage-Deposit}), True)
Can someone steer me in the right direction?
Thanks, Karen
I am using Crystal Reports XI. I need to total the deposits for an invoice when field "Postage Deposit" is True. I was trying to use the Sum(fld, condFld, cond) function but it errors.
This is what I entered:
Sum ({CashRecDetail.Amount-Deposit-Applied}, {CashRecDetail.Postage-Deposit}, True)
I get the error "A group condition must be a string" and True is highlighted.
I also tried to make the condFld a group. this errors too.
Sum ({CashRecDetail.Amount-Deposit-Applied},GroupName ({CashRecDetail.Postage-Deposit}), True)
Can someone steer me in the right direction?
Thanks, Karen