colmtourque
Registered User.
- Local time
- Today, 14:17
- Joined
- Sep 26, 2002
- Messages
- 83
I have a report that shows ids, names and 6 rows of numbers.
as such
Record 1: ID LName FName Total1 Total2 Total3 Total4 Total5 Total 6
Record 2: ID LName FName Total1 Total2 Total3 Total4 Total5 Total 6
Record 3: ID LName FName Total1 Total2 Total3 Total4 Total5 Total 6
Record 4: ID LName FName Total1 Total2 Total3 Total4 Total5 Total 6
So on....
I would like to Shade the top 3 Totals in each column.
I found this
Is there a way I could use "Select Top 3" for instance to do this.
Curous if this would be the beast way or if I should just have the numbers and 6 sub reports to show the top 3 in each of the 6 catagories
as such
Record 1: ID LName FName Total1 Total2 Total3 Total4 Total5 Total 6
Record 2: ID LName FName Total1 Total2 Total3 Total4 Total5 Total 6
Record 3: ID LName FName Total1 Total2 Total3 Total4 Total5 Total 6
Record 4: ID LName FName Total1 Total2 Total3 Total4 Total5 Total 6
So on....
I would like to Shade the top 3 Totals in each column.
I found this
Is there a way I could use "Select Top 3" for instance to do this.
Curous if this would be the beast way or if I should just have the numbers and 6 sub reports to show the top 3 in each of the 6 catagories