Jump to content
We've recently updated our Privacy Statement, available here ×

Summary calculation


2004 IR Help

Recommended Posts

By: stoichkov - stoichkov

Summary calculation

2005-06-23 05:55

Hi, I have a summary where I calculate some "sum" of fields. I would like to have in the summary the sum of field a*field b. That's it, I can have sum o field a:

 

Creatinf a variable_1 new Float($F{CREDS}) , reset report, java.lang.Float

 

But I would like something like

variable_2

new Float (new Float($F{CREDS})*new Float($F{NOTE}))

 

Both creds and note are fields appearing in each row, type String

 

I use Jasper Assistant

 

Thanks

 

Jordi

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