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

Grouping/Sorting

Status
Not open for further replies.

kringli

MIS
Joined
Nov 19, 2007
Messages
10
Location
US
I have a report that I need to group by Work Order in order for the subreport to come through correctly. Within the Work Order group I have buffer status. I want the Work Order group to print in descending order of the buffer status but not just within the group. Basically, is there a way to change sort based on buffer status rather than Work Order even though it is grouped by workorder?
 
Does a work order have only one buffer status or can there be many? If there's just one, then you can group first by buffer status, then by work order to get what you need.

If there are multiple buffer statuses for a work order, how do you determine which one to use for the sort?

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top