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

To get Total of dispayed records only

Status
Not open for further replies.

kambike

Programmer
Jul 24, 2001
12
US
Hi,

I am suppressing groups based on a condition, I want to show summary in the footer for these records only. If I use the normal summary function then I get the sum of all the records, including those that are suppressed. How do I do it?

Regards,
KA
 
Create a formula to flag each record. Set it equal to 1 if it meets the display criteria, 0 if it doesn't. Then, SUM the formula field.
 
You could also put the opposite of your suppress condition into the Group Selection Formula. Then a running total will only inlcude the printing groups. Ken Hamady, On-site/Phone Crystal Reports Training/Consulting
Quick Reference Guide to using Crystal in VB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top