Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interactive Sorting

Status
Not open for further replies.

Solo4357

MIS
Jun 21, 2004
105
US
I have created a report that has two row groups and one column group.

Code:
                   Year        | Total
Full Name | Code | Sum(Amount) | Sum(Amount)

So you can expand "full name" and get the codes under that and corresponding amounts. By default they are all collapsed. The year is the column group. So the report looks like this when you run it:
Code:
                    2006 | 2007 | 2008 | 2009 | Total
+Bob Jones |      | 25   | 50   | 50   | 60   | 185
+Jane Doe  |      | 25   | 60   | 100  | 50   | 235

Etc, etc.

I want to be able to do interactive sorting on each year. It works fine on the total but I can't seem to get the individual years to sort.

My row groups are FullName and Code. Column Group is Year.

Any ideas?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top