Hi,
I have a a report where it shows basically 10 columns in a list. We kept a prompt in the report page for extra 5 columns. If user wants then he will select the columns he want and the selected columns append at the end of the list. This we did by conditional rendering.
Now user is asking like if user wants to do a grouping on few columns say 3 columns and later he want to remove the grouping. Can we make this at report studio or not?
You could try using conditional layouts or make your conditional rendering logic more involved. You may need a prompt for the user to specify grouping preferences and then conditionally render different lists or different pages containing different lists that have the desired grouping and column selections.