I've got a repeat control containing five columns with values like "2.30" or "1.78" (saved as number values).
I now want to create a column total beneath the repeat control calculating the average of the column values, e.g.: (2.30 + 1.78) / 2
I know how to get the number of documents in the repeat control, but how do I get all values of the column?
getComponent("repeat1").getRowCount()