Hi
Try this......
Group by Location
Sort by Order ID
Then go to Menu Insert Summary
Field to Summarize :- Order ID
Calculate this Summary:- Minimum
Summary Location :-Group Footer
this will insert minimum of Order ID per location in Group Footer
Then Go to Details Section right click select Section Expert
Then in Common Tab
Suppress(No Drill-Down) click x+2 button and enter the code below...
{Orders.Order ID} > Minimum ({Orders.Order ID}, {Customer.location})
Cheers
Rahul