Expand my Community achievements bar.

can someone help?

Avatar

Former Community Member
I am wondering if anyone knows how to script and equation that tallies several lines in one row i.e.



row a column 1

row a column 2

row a column 3

row a column 4



and then I want row a column 10 to have the total of column 1,2,3,4...



is there some script that would be something like this...



this.rawValue = (a1.rawValue-a4rawValue;



instead of something like



this.rawValue = (a1.rawValue) + (a2.rawValue) + (a3.rawValue).....



Thanks for any help



Aaron
0 Replies