Jump to content
JasperReports Library 7.0 is now available ×

Accessing a fields value via its Key Element name


NiPo10000

Recommended Posts

I'm putting together a financial report which as you might guess contains a lot of numbers ($ amounts).

 

 

Now you can name each textfield (by default: textField-1 .. -2 .. -3 etc. etc.) What I would like to do is have a field that is the sum of a given number of text fields.

 

 

The only way I can currently see to do that is to assign every DB field to a variable and then every text field takes its display value from that variable, that way I can then have a textfield that derives its display value from $V{amount1} + $V{amount2} + $V{amount3} but this would mean defining a ‘lot’ of variable fields…..

 

 

Is it possible to have a text field who’s display value if derived from textField-1.value() + textField-2.value() + textField-3.value()??

 

 

Any insight into accessing a text field’s value via the Key Element name would be greatly appreciated.

 

 

Happy Coding

NiPo.

:silly:

Post edited by: NiPo10000, at: 2006/11/04 03:42

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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