Click here to Skip to main content
15,889,874 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have this formula in one of the fields in a repeating table. If chk checkbox is false, it's supposed to leave the value as it is which I typed in the field. When the form is loaded, the field value shows 0. When I enter new value,its is being cleared and become zero again.

(../my:TotalCost | .)[(../my:chk = string(true())) + 1]


What I have tried:

Tried everything. But, can't find a solution.
Posted
Updated 3-Jan-18 19:53pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900