Viewing 2 posts - 1 through 3 (of 3 total)
The answer is with the row groups. If your report is already created then you should be able to right click on the details row (the little gray box...
October 19, 2011 at 9:07 am
#1396699
Yes. You'll want to include the order header columns (OrderID,etc.) and order detail columns (ItemID,etc.) together in one query and then order by OrderID, ItemID.
OrderID ItemID
1...
October 19, 2011 at 4:27 am
#1396529