May 28, 2008 #1 austin22 Technical User Joined Aug 6, 2007 Messages 66 Location US I am using CR 8.5 and I need some help on conditional running totals. Here is my setup: Code: TransAmt PaymentType 200.00 JC 600.00 CA 300.00 CV 400.00 JC RT 900.00 Basically, I do not want to count amounts that have a payment type of 'JC'. Please advise.
I am using CR 8.5 and I need some help on conditional running totals. Here is my setup: Code: TransAmt PaymentType 200.00 JC 600.00 CA 300.00 CV 400.00 JC RT 900.00 Basically, I do not want to count amounts that have a payment type of 'JC'. Please advise.
May 28, 2008 #2 raja2008 Technical User Joined Apr 16, 2008 Messages 265 Location US create a running total: evaluate : pick the use formula :and inside write code something like paymenttype<> "JC Upvote 0 Downvote
create a running total: evaluate : pick the use formula :and inside write code something like paymenttype<> "JC