Fórum

How to add groupBy in service .xml

Ramakrishnan Sinduja, modificado 7 Anos atrás.

How to add groupBy in service .xml

New Member Postagens: 19 Data de Entrada: 28/07/16 Postagens Recentes
I want to show the data group by Name and Sent Date in custom JSP. How to achieve this.Please Help.
thumbnail
Amos Fong, modificado 7 Anos atrás.

RE: How to add groupBy in service .xml

Liferay Legend Postagens: 2047 Data de Entrada: 07/10/08 Postagens Recentes
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, modificado 7 Anos atrás.

RE: How to add groupBy in service .xml

New Member Postagens: 19 Data de Entrada: 28/07/16 Postagens Recentes
Thank You , I have managed to achieved this .