RS.Sort with calculations?
Hi!
I am trying to list out a football league table using RS.Sort.
I want to display goals scored and goals conceded in separate columns, but when I sort the table it has to be based on goal difference (goals_scored - goals_conceded).
I have tried this:
RS.Sort = "points DESC, (goals_scored - goals_conceded) DESC "
but it doesn't work, and I have found out that the problem appears due to my calculation.
Is there any way I can make this work?
Stian
|