-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: 7.10, 8.10, 9.10, 10.1
-
Fix Version/s: None
-
Component/s: Content Views, Seam / JSF UI
-
Tags:
-
Browser:
In a content view targeting VCS, the syntax checking chokes on the way the NXQL result consisting in an aggregate is spelled.
Aggregates supported in NXQL should also be supported in content view displaying the result of such a query.
Specifically, querying in NXQL SUM(moncompte:compte1) , displaying this currently throws for instance
Property 'SUM(moncompte' not found on type org.nuxeo.ecm.platform.query.api.PageSelection value="#{value['SUM(moncompte']['compte1)']}": Property 'SUM(moncompte' not found on type org.nuxeo.ecm.platform.query.api.PageSelection
Depending on the syntax entered for SUM(moncompte:compte1), one can get various errors...