Hi,
I started using the newly added calculation functionality for tables and collections in forms 10.1
The calculation that I am doing is in a table and I noticed that when a field value is more than 999,999 the calculation does not add that field.
This is the formula that I used.
=SUM(INDEX(Age_Analysis.V_0___30,ROW()),INDEX(Age_Analysis.V_31___60,ROW()),INDEX(Age_Analysis.V_61___90,ROW()),INDEX(Age_Analysis.V_91___120,ROW()),INDEX(Age_Analysis.V_120_,ROW()))
All of the fields in this table are 'Number' fields.
Please let me know if you have any suggestions on why this could be happening.