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