Foros de discusión

A table report portlet template based on a single SQL statement

Shawn Li, modificado hace 11 años.

A table report portlet template based on a single SQL statement

New Member Mensajes: 8 Fecha de incorporación: 2/02/13 Mensajes recientes
A single SQL statement actually gives you all the information to create a full-fledged web portlet for a simple table report:

(1) Number of rows.
(2) Number of columns
(3) Column names

Based on XSLT and JSP, I created a table report portlet template based on a single SQL statement.

This is a simple SQL statement running on MySql:



This is a simple table report portlet built within 5 minutes on the template:



This is the xslt style sheet which is built automatically by the template sysytem. You can do further modification for your own need.

thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: A table report portlet template based on a single SQL statement

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
Are you going to make your portlet available?
David Ilechukwu, modificado hace 11 años.

RE: A table report portlet template based on a single SQL statement

Regular Member Mensajes: 154 Fecha de incorporación: 7/06/10 Mensajes recientes
Sounds interesting Shawn!
Have you tried running your report with data in one of the rows not containing anythings (is equal to NULL)?
Please keep us posted on how this turns out.

Cheers