Is there a special trick to ORDER aggregate rows by one of the aggregate fields on a model? The error is giving me something like:
No such column ‘field1’ on Object
Which is obviously true, since it is an aggregate model. Maybe I am incorrectly assuming that I should be able to sort aggregate models? Would it be easier to sort it using JS?