Question

I was wondering if anyone knew of a way to allow reports created in report builder 2.0 to give the current user the ability to change the sorting order of data or apply a filter.

For example say I have a report that displays a table with 3 columns.

Report Table


|A | B | C |

Is there a way to let the user select any of the 3 columns and sort by ascending or descending order? Can a user filter data in column C, by any of the data that shows up for that particular row? From what I've found via searching and clicking a bunch of buttons in the application it looks like all the filter and sort options have to be built into the report and therefore makes those changes static. It looks like these report can not be modified on the fly when it comes to users filtering data or sorting data.

Can anyone confirm/deny?

Was it helpful?

Solution

If you set up Interactive Sorting, this allows you to click on a textbox and sort by a specified expression once a report has loaded, which might be enough for you requirements.

Other than that, your only real option is to set up parameters for sorting and filtering and base your sort expression and filtering on the parameter selected, but to you will have to refresh the report for any change in parameter selection to take effect.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top