Jump to content
JasperReports Library 7.0 is now available ×

groupExpression


Recommended Posts

By: Jeppy Suparto - manukarunta

groupExpression

2003-08-25 02:44

Hi,

Why my Group, doesn't group the data based on the groupExpression that I already defined ( $F{Fnama} )

 

.....................

<group name="Cobaan" isStartNewColumn="false" isStartNewPage="false" isResetPageNumber="false" isReprintHeaderOnEachPage="false" minHeightToStartNewPage="50" >

<groupExpression>$F{Fnama}</groupExpression>

<groupHeader>

<band height="25">

</band>

</groupHeader>

<groupFooter>

<band height="10">

</band>

</groupFooter>

</group>

<background>

<band height="0">

</band>

</background>

<title>

..........................

 

Thanks

 

 

 

 

By: G᢯r M󣺡r - moczar

RE: groupExpression

2003-08-25 03:00

It think you have to check your SQL query, specially to ORDER BY and GROUP BY expressions.

May be there is the problem?!

 

Regards,

 

Gabor

 

 

 

 

By: Jeppy Suparto - manukarunta

RE: groupExpression

2003-08-25 04:16

Thanks now is working

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...