I want to calcul the purged volume in continuous in a repeat group.
I want to set the Pumping time and the Pumping rate and calcul the purged volume with this value, each time/repeat group.
At the first time, the calcul is simple. On the second time/repeat, I want to reuse the previous purged volume for calculate the sum.
But I have a Dependency cycles error. However, I use indexed-repeat with the position(..)-1 for don’t make a cycles dependency.
@Kal_Lam ,
OK. I have make a more simple XLSForm.
I have just a repeat group, with a indexed-repeat on the previous value. repeat.xlsx (25.0 KB)
My Target :
The first repeat group, I want to fillin "foo" in the REPEAT_VALUE.
When I add the second repeat group, I want to have "foo" in the second REPEAT_VALUE.
And if I change the second value by "bar", and I add a third repeat group, I wan to have "bar" in the third REPEAT_VALUE.
etc.
is that clearer/simple ?
If not, I can try to simplify more.