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

ksmudde
ksmudde
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

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 ksmudde
Customize the badges you want to showcase on your profile
Re: How do you total a column of rows that are not repeating and may get deleted? - Adobe LiveCycle 22-06-2011
Thank you Nith. However, I'm not sure if that will work for my form.I have the rows named differently because that was the only way I was able to make the delete buttons in each row work correctly. The difference between my form and the Adobe's Add or Remove Row Example is that I would like to have prepopulated rows. Basically, I want the form user to start with a finished quote and then make minor changes like adding or removing rows or editing the text.I sent you my form so you can take a look...

Views

81

Likes

0

Replies

0
How do you total a column of rows that are not repeating and may get deleted? - Adobe LiveCycle 21-06-2011
I am new to livecycle and javascript. I have managed to create a form with 9 rows. Each row has a button to add a new instance of the row and to delete the current instance. Each row has numeric field titled "Amount". Because my rows have different names, the "Amount" in each row is not binded therefore the calculation below will not work:sum(Amount[*]);Instead I am using the more specific sum formula below:sum(Table1.Product1[*].Amount[*], Table1.Product2[*].Amount[*], Table1.Product3[*].Amount...

Views

765

Likes

0

Replies

2