Expand my Community achievements bar.

Sum of a column in a table

Avatar

Level 1

Hi experts,

how do we calculate a sum of a column in a table of adobe life cycle designer

Thanks,

Sundar.

1 Reply

Avatar

Level 3

Where "repeatrow" is the name of the row in a table that expands when the user adds row, and "cell1" is the name of the cell in that row with the data that has been entered.

sum(repeatrow[*].Cell1[*])

If you have a static table, then you sum the cells one by one, I think ...

sum(rowname.cell+rowname.cell+) etc