I'm having a difficult time doing what I would hope would be an easy task. I'm using CR in .NET...here is my example table:
The cross-tab automatically sorts by User, but I want to sort by the "Total" column. There is no grouping, which might be part of the problem I'm having. Thanks in advance for the help!
Code:
Week1 Wk2 Wk3 Wk4 WkN Total
User1 3 8 7 2 20
User2 5 6 1 2 1 15
User3 1 4 9 5 19
UserN 8 7 3 18
Total 9 18 25 12 8 72
The cross-tab automatically sorts by User, but I want to sort by the "Total" column. There is no grouping, which might be part of the problem I'm having. Thanks in advance for the help!