Forums de discussion

How to add groupBy in service .xml

Ramakrishnan Sinduja, modifié il y a 7 années.

How to add groupBy in service .xml

New Member Publications: 19 Date d'inscription: 28/07/16 Publications récentes
I want to show the data group by Name and Sent Date in custom JSP. How to achieve this.Please Help.
thumbnail
Amos Fong, modifié il y a 7 années.

RE: How to add groupBy in service .xml

Liferay Legend Publications: 2047 Date d'inscription: 07/10/08 Publications récentes
Currently, "group by" is not an option in service builder. You can make a "group by" select query by creating a custom finder:
https://dev.liferay.com/develop/tutorials/-/knowledge_base/6-2/developing-custom-sql-queries
Mrs Raghavan, modifié il y a 7 années.

RE: How to add groupBy in service .xml

New Member Publications: 19 Date d'inscription: 28/07/16 Publications récentes
Thank You , I have managed to achieved this .