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

Sort issue

Status
Not open for further replies.

grecon

Technical User
Mar 8, 2007
78
US
Hi I have a report showing:

Item # Description Price Qty
1xyz xyz 15.00 1-12

the qty has 3 different values for each item ex. 1-12 13-24 25 or more.

When I sort by Qty then item# I get all the 1-12 then all the 13-24 and so on, what I want is to keep all the different qty for each item together under each other like this

1xyz xyz 15.00 1-12
1xyz xyz 12.00 13-24
1xyz xyz 10.00 25 or more

How can I get it to do this??

Thanks
 
Won't sorting by Item # first and then Qty get you what you want?

RSGeek


RSGeek
(currently using Crystal Reports XI with Lawson 8.03)
 
You are so right, I thought I had tried that. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top