I have a survey that collects Landowner Address information and if the remittance address is different, the Remittance Address is recorded as well. There is a field (RemittedPayment) which if answered 'Yes' the option to enter remittance address is given. I would like the Remittance Address to be the same as Landowner Address provided the RemittedPayment='No', else record the value that is entered in the Remittance Address field.
I am not sure if this is the right formula for the calculation field which is set as:
if(${RemittedPayment}='No', ${Address}, '')
On the survey form, the remittance address entered is cleared out when switching between the repeat records. It appears that the calculation is triggered every time back and next buttons are clicked.
Any help would be greatly appreciated.