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

yolandiej957978
yolandiej957978
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by yolandiej957978
Customize the badges you want to showcase on your profile
Re: Sum Fields Based on Dropdown Selection - Adobe LiveCycle 05-07-2018
Where do you want the answer? In a subtotal field of each row?In FormCalc, use the calculate event. I put it in a subtotal to show an example. The calculated field updates dynamically.In the calculate event of the Subtotal field (i used a decimal field)form1.#subform[0].Table1.Row1.DecimalField1::calculate - (FormCalc, client)(monthlyCost + upfrontCost) * qty Thats all that is needed. You dont even need to specify the row number for each row's calculated field. FormCalc makes it very easy for ca...

Views

437

Likes

0

Replies

0