Help with sort-by after group-by

  • The easy way is to wrap (sort-by ...) with (reverse ...)
  • The intermediate way is to replace sort-by :page with sort-by :page >
  • The advanced way is to use compare inside sort
2 Likes