I need to dynamically hide and show columns.I am able to achieve that. My problem is I do not understand how to eliminate the space between the columns/ rearrange the fields.
For example.
If the report has 4 columns
Col1 Col2 Col3 Col4
I hide Col2 and Col3, the report appears
Col1 Col4
But I need
Col1 Col4
How to accomplish this ? I tried "Can Grow", but it did not work ?
For example.
If the report has 4 columns
Col1 Col2 Col3 Col4
I hide Col2 and Col3, the report appears
Col1 Col4
But I need
Col1 Col4
How to accomplish this ? I tried "Can Grow", but it did not work ?