Hi
Is there a way to order the returned results of a query task?
this:
query.where = "COD > 0";
works fine, but this:
query.where = "COD > 0 order by COD";
throws:
dojo.io.script error undefined
Please note that our server has standardized queries enabled and we cannot change that.
Thanks