Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional Running Totals

Status
Not open for further replies.

austin22

Technical User
Aug 6, 2007
66
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.
 
create a running total:

evaluate : pick the use formula :and inside write code something like
paymenttype<> "JC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top