View Full Version : sort different fields in a report


mikarsen
09-14-2006, 02:30 AM
I would just like to ask if it is possible to sort the values of different fields in a report. For example I have three fields that contains percentage values percent1=100%, percent2=65%, and percent3=85%.

I would like to arrange the values from highest to lowest...
desired output would be:

percent1=100%
percent3=85%
percent2=65%

many thanks.