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

Suppress if not a Multiple Record

Status
Not open for further replies.

Butlertl

IS-IT--Management
Mar 15, 2006
54
US
My requirement is to pull all remedy tickets, for a particular week, and that have multiple tickets for a single customer.

I have combined the Last Name and First Name and created a group based on the combined names.....

I used an INSERT Summary and a Count on each customer name.

I also have a Distinct Count total for customer names that have more than one ticket.

I want to select only those tickets that have multiple tickets for each customer and exclude tickets that are not multiple.

I have searched this list and have not found a solution. Thanks again for your suggestions.

T Butler
 
Insert a group on {@custname} and then go to report->selection formula->GROUP and enter:

count({@custname},{@custname}) > 1

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top