I have a field in a table that I want to fill in with a number if another value in the row is "Plan". This work with:
If I put in Plan it puts the number in. If its not plan, the user is just going to put in a number.
However, if they put in a number, and I hit add to the table, the calculation is running again and it clears the previous row number
Click Add row:
This is probably because the If statement is running again and since Fund Source is not plan it is putting in "". But why is it running on the previous row as well? If I hit add, I want to leave the previous column alone. I have tried adding another hidden filed in the table and set it = to acct and instead of "" in the first formula but that row value but I get a circular calculation error.