User-defined sorting for groups

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need courses to be sorted in the way that I specify, not by default
alphabetical order...is there a way to do that for a report?
 
T M said:
I need courses to be sorted in the way that I specify, not by default
alphabetical order...is there a way to do that for a report?


Not without you specifying how you do want them sorted. A
good way to do that is to make sure the "courses" table has
a field the can be used for this purpose. If you don't have
such a field, then you should add one (integer) and set the
value of the field to a number that specifies where you want
each course to appear in the sort order.
 
Thanks! That's exactly what I did, and it works!

Marshall Barton said:
Not without you specifying how you do want them sorted. A
good way to do that is to make sure the "courses" table has
a field the can be used for this purpose. If you don't have
such a field, then you should add one (integer) and set the
value of the field to a number that specifies where you want
each course to appear in the sort order.
 
Back
Top