I want indirect cost, cost and total cost to be calculated automatically for each personnel
BUT, what is happening is indirect cost, cost and total cost is calculated for only the first personnel. If i add 1 or more personnel (using 'add another response) then all the mentioned cost(s) are not calculated.
This was resolved by Hillary in the support queue, but for any others who come across this conversation:
You will need to add a step in your calculation. 1. For each repeated area, add a field (a hidden field once testing is complete). In my exaple the field is called 'count'. 2. In the calculations setting for the field, check 'this is a calculated field' enter a 1 in the formula. Than check 'This is a variable' and choose a name for the variable (count). 3. In a total area, out side of the repeatable section, mark it as a calculated field and add a similar formula: (COUNT*10).toFixed(2) 10 equals the amount per repeated section, .toFixed(2) will round to the hundredth. Please see here for a demonstration: http://screencast.com/t/L535VfYVb