Currently, when i do group by & click summary, the group by header is in the middle of rows.
ie,
                   item1            qty1
header1           item1            qty1
item1            qty1
total    item1            qty1
item2            qty2
header2           item2            qty2
item2             qty2
total    item2            qty2
how do i make it like this :
header1           item1            qty1
item1            qty1
item1            qty1
total    item1            qty1
header2           item2            qty2
item2            qty2
item2             qty2
total    item2            qty2
Attached is the format i had.
Thank’s

      
    
