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!

Can't Summarize

Status
Not open for further replies.

SAWB

Technical User
Jan 11, 2001
26
I am trying to count the # of SKUs that have sales of over 36 pc. I have this formula in a group footer:
EvaluateAfter (Sum ({@Total}, {tItems.Size})) ; if Sum ({@Total}, {tItems.Size}) > 36 then 1 else 0

CR8 won't let me sum this formula.

Any ideas?

 
Have you thought about using a running total instead? You could increment the running total only when qty exceeds 36.
 
You can't sum a field that does a summary operation unless you use variables to create a running total. See the FAQ on running totals and use the 3-formula technique. Ken Hamady
On-site custom Crystal Reports Training and Consulting.
Quick Reference Guide to using Crystal in VB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top