Avatar

Correct answer by
Level 10

The FormCalc sum functions can be used to total columns in all rows, where all rows have the same name. If you name each row uniquely you cannot take advantage of this function.

// form1.page1.subform1.table.row[1].totalWins::calculate - (FormCalc, client)

$.rawValue = sum(form1.page1.subform1.table.row[*].wins)

See the attached.

Steve

View solution in original post