January 5, 2006 at 10:30 am
Is there a way to sort on Column Headers in a regular Table report
January 6, 2006 at 2:44 am
To Sort Data (from help screens):
To add sorting to a group in a table
To add sorting to a table
I always try and sort the data in the stored procedures that I call, and return a sorted result set to Reporting Services.
Hope this helps
Karl
January 6, 2006 at 7:33 am
Thanks Carl...But I want to be able to sort the columns by that Header by clicking on the header after it has been rendered....It would work like the sort feature in an ASP.NET Datagrid
Any idea on how to do that?
January 6, 2006 at 7:45 am
Our users required something similar but we couldn't find a way to do it. The solution we used was to present the user with a series of combo boxes with column names in. They could then select which items they wanted to sort on. Not ideal.
January 6, 2006 at 7:48 am
I see...Not a bad idea....The only way I was thinking of was to make the headers as "jump to" action items and you could be the sort type in the link but then you have to render the report again....maybe not too bad if its a quick report but I would rather not do it that way
January 6, 2006 at 9:05 am
That's exactly what I ended up doing - I created up arrow and down arrow images and put them next to each column name. I added Sort Direction and Sort Column parameters and I set the action for the images to jump to the same report with the new parameters. It works fine for my short report.
But you're right - seems like there should be a better way.
Good luck.
-Megan
January 6, 2006 at 9:09 am
I was thinking of just making the column headers as links but I love the arrows idea...Thanks
At least I know that others have tried to find this feature and that it is most likely not available in this version...Hopefully it will be in RS 2005, unless that is what you were using....I am still using the 2000 version
January 6, 2006 at 9:11 am
Still using 2000 here too...
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply