Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

K_59
K_59
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by K_59
Customize the badges you want to showcase on your profile
Re: Adding Numeric fields together - Adobe LiveCycle 24-11-2014
I have solved my questionthe answer was: event.value=NumericField1.rawValue+NumericField2.rawValue+NumericField3.rawValue+NumericField4.rawValueIt didn't work when I typed it in manually but when I used the drop down menu options for each part of the equation it worked.

Views

115

Likes

0

Replies

0
Adding Numeric fields together - Adobe LiveCycle 20-11-2014
I have added another NumericField (4) to a form and want to calculate it with the 'total' numericField only, ieNumericField 1NumericField 2NumericField 3 - this is 15% of the total of NF1 & 2NumericField 4 - this is to exclude the 15% and then be added to the TotalNumericField 5 - Total of all the aboveI don't seem to be able to get field 4 to adjust the Total when I add a value. How would I change itthe script for NumericField5 is: event.value=NumericField1.rawValue+NumericField2.rawValue+Numer...

Views

401

Likes

0

Replies

1