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 undefinedPlease note that our server has standardized queries enabled and we cannot change that.
أكثر...