Hello,
I am working on creating a new SRSS report. The user is supposed to be able to choose whether to group data based on one parameter or not.
I'm wondering how to solve this because the grouped view is different from the ungrouped view.
In this case, should I make two SRSS reports design, where one will be run when the user clicks on the "group" checkbox, and the other when grouping is not selected?
Should I just create two tablix where one will be visible and the other will not be visible after checking the checkbox?
Or should it still be done somehow differently according to good practices?