Hello,
I have a table with numbers in td and I want to write the sum of these numbers on each last td of the table row.
I read on a forum that I can put a variable before the for-each and after make a sum on these variable.
That's good, I have the sum but I have only this td and not the td with the numbers. And if I remove the variable, I have the td with numbers but cannot calculate the sum.
Here is my code:
http://pastebin.com/XUWX39vx
Have someone an idea to help me please?