Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: SSRS Master Datail SQL2008

    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...

  • RE: SSRS Master Datail SQL2008

    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...

Viewing 2 posts - 1 through 3 (of 3 total)