You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by James Reynolds <Ja...@ihc.com> on 2005/11/04 22:11:01 UTC

Strategies for Reports

Hello all,
 
I'd like to ask the group how you create grouped reports.  Before JSF, I
was using while statements inside of scriplets to create grouped reports
that iterated repeatedly over ResultSets to create something like this:
 

*	Level 1

	*	Level 1_1
	*	Level 1_2

*	Level 2

	*	Level 2_1
	*	and so on

I'd like to accomplish the same thing and I'm wondering if tree tables
or other tags can be utilized for this purpose.  I'd surely appreciate
any advice you have on the subject.
 
Thanks

Re: Strategies for Reports

Posted by Julián García <jg...@unionsoluciones.com.co>.
I use jasper.

James Reynolds wrote:
> Hello all,
>  
> I'd like to ask the group how you create grouped reports.  Before JSF, I
> was using while statements inside of scriplets to create grouped reports
> that iterated repeatedly over ResultSets to create something like this:
>  
> 
> *	Level 1
> 
> 	*	Level 1_1
> 	*	Level 1_2
> 
> *	Level 2
> 
> 	*	Level 2_1
> 	*	and so on
> 
> I'd like to accomplish the same thing and I'm wondering if tree tables
> or other tags can be utilized for this purpose.  I'd surely appreciate
> any advice you have on the subject.
>  
> Thanks
>