Foros de discusión

How to add groupBy in service .xml

Ramakrishnan Sinduja, modificado hace 7 años.

How to add groupBy in service .xml

New Member Mensajes: 19 Fecha de incorporación: 28/07/16 Mensajes recientes
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 hace 7 años.

RE: How to add groupBy in service .xml

Liferay Legend Mensajes: 2047 Fecha de incorporación: 7/10/08 Mensajes recientes
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 hace 7 años.

RE: How to add groupBy in service .xml

New Member Mensajes: 19 Fecha de incorporación: 28/07/16 Mensajes recientes
Thank You , I have managed to achieved this .