Lets say we have this report with columns a, b, c, d, e, f.
We have some users that want to sort the data by columns a, b, c. Others by columns c, f, e. Others by columns d, a, c. others by column c. And one other group that constantly changes on how they want to sort the data.
Is there a way to get the user sort to order the columns based on which ones they click on. Say if the user clicks d, a, c the data will be ordered by d, a, c and not just the last column they click on? Also we want to achieve this in Report Builder 3.0.
Thank You