We have a calculation which is extracted from a repeat entry for a specific selection (footwall).
i.e.
Calculated automatically = FW_Pen
On the condition of when Position = Footwall, to then select the value of Thick_CSV
There are many repeats, and as a Data Capturer moves through them, the FW_Pen output value changes.
Correct Output Value: Footwall Penetration 0.4 m (Repeat #3/3)
Incorrect Output Value: Footwall Penetration 0 m (Repeat #2/3)
Solved! Go to Solution.
You have to do it inside the repeat since the value keeps changing as you wrote. Then have a second field outside the repeat that adds all of the fields inside the repeat up. I think what is what you mean.
You have to do it inside the repeat since the value keeps changing as you wrote. Then have a second field outside the repeat that adds all of the fields inside the repeat up. I think what is what you mean.
Thanks allot DougBrowning .
It works! Much Appreciated