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

SUM two different fields


vspn

Recommended Posts

I have two variable 


$V{SUM_ITEMS_SHIPPED} and $V{SUBREP_COUNT}


I want sum of these two variables using Groovy. For this, I dragged a new text field to summary band and in the "Text Field Expression" i have given as 


$V{SUM_ITEMS_SHIPPED} +$V{SUBREP_COUNT}


But the result of this concatenation of these two values and not the sum.


For ex: $V{SUM_ITEMS_SHIPPED} = 1


             $V{SUBREP_COUNT} = 0


output is "10" and not "1"


Please help me how to do this.


What "Text Field Expression" is needed to sum these two variables together ?


Link to comment
Share on other sites

  • Replies 1
  • 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...