Hi, I'm trying to use XWQL query language to select count of authors and would like to order this by descending order of this count.
I ended up having this work fine : "select count(myobject.author), myobject.author from Document as doc, doc.object(Space.MyClass) as myobject group by myobject.author" But adding " order by count(myobject.author) desc" leads to an error for translating the query ... Adding "AS" in the select expression does not seem to work either. Is this possible in XWQL and how ? Thanks, Jeremie -- View this message in context: http://xwiki.475771.n2.nabble.com/XWQL-order-by-count-tp6904819p6904819.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
