Jump to content
JasperReports Library 7.0 is now available ×

ktrinad

Recommended Posts

By: tonythomas - tonythomas

conditions

2004-04-05 00:04

suppose i want to display the data based on some conditions.(eg if the value is > 100). how can we implement this in the xml file?

 

 

By: David Lim - aberrant80

RE: conditions

2004-04-05 00:38

use printWhenExpression.

 

 

By: Jan Dieckmann - jandieck

RE: conditions

2004-04-05 01:19

Dont use the xml approach. Use plain Java instead. See the NoXmlDesign sample or read my posting "To xml or not to xml" a few days ago in this newsgroup.

 

regards Jan

 

 

By: Neil Lamka - neil_lamka

RE: conditions

2004-04-05 07:50

Or adjust your query so that you only get the records you want .. where a value > 100

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...