There will be a number entered in the last cell of each row which will total at the bottom. I've read and tried numerous ways to total the tables and none work for me. What am I doing wrong?
Solved! Go to Solution.
Views
Replies
Total Likes
on the calculate event of the field you want to show the total, enter this code.
sum (Field1, Field2, Field3, Field4)
replace the "Field" parts with the desired fields. when entering the code ctrl+click the sections you want to calculate and separate them with a comma. This will get the absolute name for the objects to be referenced.
Views
Replies
Total Likes
on the calculate event of the field you want to show the total, enter this code.
sum (Field1, Field2, Field3, Field4)
replace the "Field" parts with the desired fields. when entering the code ctrl+click the sections you want to calculate and separate them with a comma. This will get the absolute name for the objects to be referenced.
Views
Replies
Total Likes
Yes, it does work - thank you! I was about ready to go out of my mind
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies