‎2008 Feb 06 2:36 PM
Hi.........,
I am calculating the subtotals of column 'Delta'. Using method
gr_agg->add_aggregation( 'DELTA' ).
After calculating the subtotal I am displaying the internal table as ,
gr_table->display( ).
It is displaying all line item of column Delta.
I need to display only sutotal value. Means I have to hide the line item values.
Please guide me on the same as soon as possible.
Thanx,
Jay.......
‎2008 Feb 06 2:41 PM
Hi,
Hiding the line items is not possible, but you can use collect statement to address your issue.
Thanks,
Sriram Ponna.