I have a Datatable with the following format
srikanth 1200 Watch srikanth 1300 Bag srikanth 1400 Shirt
I want my report in following format
srikanth 1200 Watch
1300 Bag
1400 Shirt
Basically, I want to trim the repeating column. Thanks
Another option is to group by the first column, right click the group heading and select ‘section expert’.
In here you can set the section to ‘Underlay following sections’ which will drop down the group header to the first row.
From:
To: