Avatar

Correct answer by
Level 10

Hi,

you can use a text with a floating field for this purpose.

1. Create a text object in the repeatable subform

2. Enter your text value "Item # ", set the text cursor to the position where you want to add a variable, open the contex menu (right click) and choose "Floating Field".

3. Select the floating field in the hierarchie tree and add the FormCalc script "$ = $.parent.index + 1" to its layoutReady:Event.

View solution in original post