Report subtotals without grouping
问题 Might be easier to show what I am trying to return and then explain. REGION STATE SALES ------ ----- ----- WEST WA $ 200 EAST VA $ 175 WEST CA $ 100 EAST NY $ 50 NORTH MI $ 25 NORTH WI $ 20 WEST SUBTOTAL: $300 EAST SUBTOTAL: $225 NORTH SUBTOTAL: $ 45 GRAND TOTAL:$570 While the example above isn't my exact business case, it's close enough to simplify the question. So, using the sample data above, my report can be ran by one or more regions. In this example, I ran it for regions west, east and