Dynamically display columns in a BI Publisher report based on the paramter value selected
We have a bucket parameter and it has static values (180+,210+240+)
When user selects 180+ , the report should display bucket columns( 1-30,30-60,60-90,90-120,120-180,180+)
when user selects 210+, the report should display bucket columns( 1-30,30-60,60-90,90-120,120-180,180-210,210+)
when user selects 240+, the report should display bucket columns( 1-30,30-60,60-90,90-120,120-180,180-210,210-240,240+)
Can we achieve this in Bi Publisher and if yes, any references on this is greatly appreciated.
Thanks