Hi
please can someone provide us a simple code to calculate cells dynamically created using add row button?
thanks anyway
Header | ||||||
---|---|---|---|---|---|---|
1 | Amount[1] | |||||
2 | Amount[2] | |||||
Footer | Total |
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Write this script on the Calculate event of TotalAmount field (using FormCalc):
$.rawValue = Sum(parentRowName[*].Amount.rawValue);
Hope this will help you.
Thanks.
-
Abhinav
Views
Replies
Total Likes
Hi,
Write this script on the Calculate event of TotalAmount field (using FormCalc):
$.rawValue = Sum(parentRowName[*].Amount.rawValue);
Hope this will help you.
Thanks.
-
Abhinav
Views
Replies
Total Likes
Thanks a lot Abhinav Sharma
actually this is the best answer the one could have
thank you again, you saved my life
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies