I have a main report with the columns
COL-A COL-C COL-D
34 $450 $500
Each row has a unique value.
When I drill down I would like for the data to show as
COL-A COL-B COL-C COL-D
34 34-A $200 $250
34 34-B $250 $250
In the drill down, COL-B will have a least to additional rows of data. How do I do this?
COL-A COL-C COL-D
34 $450 $500
Each row has a unique value.
When I drill down I would like for the data to show as
COL-A COL-B COL-C COL-D
34 34-A $200 $250
34 34-B $250 $250
In the drill down, COL-B will have a least to additional rows of data. How do I do this?