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

Limit to the number of Running Totals

Status
Not open for further replies.

LoriWillard

IS-IT--Management
Feb 9, 2004
10
US
Does anyone know if there is a limit to the number (quantity) of running totals you can have in a single report?
 
Probably depends more on your version of Crystal (posts should always include this) and the RAM on the system.

btw, you can use conventional summaries in Crystal as opposed to Running Totals.

Such as:

sum({table.field})

Or for groups as:

sum({table.field},{table.groupfield})

Or for specific conditions as in:

//MyBlahs
If {table.field} = "Blah" then
1
else
o

Then create a formula against it as:

sum({@MyBlahs})

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top