Expand my Community achievements bar.

Applications for the 2024-2025 Adobe Experience Manager Champion Program are open!

how to bind a table to several subforms (splited binding)

Avatar

Level 3

Hi I have an issue with subForms-Binding

I have an table which should fill fields in multiple subforms. Table-index helps me to get the needed record.

Version 1:

This way everything works fine.

Hierarchy:

Page1

- subForm1               

    - field_record1       (Binding: §MYTABLE.DATA[0].MYRECORD  )

Page2

- subForm2             

    - field_record2        (Binding:  §MYTABLE.DATA[1].MYRECORD  )

Page3

- subForm3             

    - field_record3         (Binding:  §MYTABLE.DATA[2].MYRECORD  )

Version 2:

This way it does not work on the subForm2 and  subForm3. = It works only one time in the document.
Hierarchy:

Page1

- subForm1               (Binding: §MYTABLE.  )

    - field_record1       (Binding: DATA[0].MYRECORD )

Page2

- subForm2               (Binding: §MYTABLE.  )

    - field_record2       (Binding: DATA[1].MYRECORD  )

Page3

- subForm3               (Binding: §MYTABLE.  )

    - field_record3       (Binding: DATA[2].MYRECORD  )

is there any way to fix version 2 somehow? I would like / need to split the binding like it done there badly ; )

1 Reply

Avatar

Level 3

Hunderts of answers to my post let me guess that it is simply not possilble.

It's a pity.