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

Multiple Instances of a location

Status
Not open for further replies.

socalvelo

Technical User
Jan 29, 2006
128
US
CR 11
Oracle DB

Fields:
{table.location} for the street address
{table.CallNumber} Unique number for each service call

I want to report multiple service call locations. But I only want locations with more that two service calls. When using the Group Sort Expert, can a formula be placed in the formula editor to indicate >2 (next to the "Where N is" box) ?

Or is there another method to group on a formula? I'm having trouble doing this because the Count formula I am using requires the group be created first.

Lastly, this is already a subreport without a link to the container so I can't use an additional subreport.
 
You need to insert a group on location and then go to report->selection formula->GROUP and enter:

distinctcount({table.callnumber},{table.location}) > 2

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top