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

record selection on a summary field

Status
Not open for further replies.
Jul 21, 2001
102
US
Is it possible to do record selection based on a summary field? I think this was not possible in early versions of Crystal and wonder if there is some workaround.

An example: select all customers whose total purchases > $10,000 last year.
 
You could limit records to last year in your record selection formula and then go to report->edit selection formula->GROUP and enter:

sum({table.purchases},{table.customerID}) > 10000

//assuming you have a group on {table.customerID}

-LB

 
It is a group selection, not a record selection,that you need to do this. Lbass has it perfectly, as usual.

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top