Hello,
I would like to set the value of a textfield in a repeating table with exact the same value from the same field in the previous row. In my humble opinion I have thought that I can do this with the following formula as the 'Default value' and uncheck the option 'Refresh value when formula is recalculated'.
../preceding-sibling::my:RepeatingGroup[count(../preceding-sibling::my:RepeatingGroup) = count(current()/../preceding-sibling::my:RepeatingGroup) - 1]/my:One_Of_MyFields
Unfortunately this works only for the second row --- but no more for the following inserts.
Can anyone help me that in every case the value in the new inserted row is taken from the same field in the previous row.
Thank you very much for any help.
Regards,