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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cross tab. Cumulative totals? 1

Status
Not open for further replies.

coffee123

Programmer
Joined
Jul 24, 2002
Messages
6
Location
GB
Problem

Cross tab with a sum of a field.

I need it to do a cumulative total to the end of the period.

Ie sum(field1) + (field1) for the different date ranges.

Iv tried to use a formula but the formula field does not appear in the "selectable report fields"

got any ideas? or is it best to do some fancy sql in the store procedure?

thanks
coffee123

 
You can't reference cross-tab cells in formulas. You will need to create a 'manual' cross-tab described in faq149-243. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
tek@kenhamady.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top