Hello All,I have a static table (no possibility to add rows) with 5
rows. Each row has a Qty cell with a dropdown list that they can select
from or type their own text. I'd like to get the grand total in the
bottom footer row.I've tried a number of combinations of the following
in the calculate event of the grand total cell, which is a numeric
field. Also, I'm using javascript.$.rawValue =
Sum(Table2.Row1.Qty.rawValue, Table2.Row2.Qty.rawValue,
Table2.Row3.Qty.rawValue, Table2.Row4.Qty.rawValue,...