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!

sum a distinctcount formula

Status
Not open for further replies.

tc3596

Technical User
Mar 16, 2001
283
CR version = 8
problem: I have 2 groups. The inner group has a distinct count total. Then I created a formula to multiply that value by an integer. Now, I want to total(sum) that formula's value by my outer group.
sum(distinctcount(.......)) won't work. Any ideas?
 
Crystal doesn't allow you to do a summary of a summary field. But you can sum these if you use a variable to make a running total formula. See the FAQ on running totals in the general forum, and use the "3 formula" technique described there. Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top