Hi,<br />
<br />
I've been working on adding sorting to my report where a user would be able to click on the column (which is a hyperlink) and the report would reload sorted by that column. I got that to work fine in a test report that just had a straight table, but when I went to do it in the production report, it failed miserably. I believe the reason it failed is due to the fact that I am using groups. I would like to make it so that if you sort by a column, it will sort in ASC or DESC order in that group by that column. Any ideas? <br />
<br />
The code I've been following for the sorting is illustrated in this webpage:<br />
<a class='bbc_url' href='
http://www.ibm.com/developerworks/data/library/techarticle/dm-0708tomlyn/index.html'>Hints and tips for using the Business Intelligence and Reporting Tools</a><br />
<br />
I am using option 1. Like I said, it works fine until I have to add everything in groups. Also, parameters may be an issue as well since they don't seem to repass the parameters of the report, but even still, the sorting is not working at all. <br />
<br />
Thanks for the help!<br />
Amanda