Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hi
please can someone provide us a simple code to calculate cells dynamically created using add row button?
thanks anyway
Solved! Go to Solution.
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
View solution in original post
Thanks a lot Abhinav Sharma
actually this is the best answer the one could have
thank you again, you saved my life
Views
Likes
Replies