Jump to content

How can I sum 2 textfield calculations to process later?


tkmbe

Recommended Posts

Hello

I have 2 textfield calculations in an detail.

1.Textfield
(($V{P1}.divide(new BigDecimal(1.21), 2, java.math.RoundingMode.HALF_UP)).multiply($V{C1})).toPlainString()

2. Textfield
(($V{P2}.divide(new BigDecimal(1.21), 2, java.math.RoundingMode.HALF_UP)).multiply($V{C2})).toPlainString()

How can I sum this 2 calculations and put in an variable to process later (in summary)?

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