Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Need help with table reference

Avatar

Level 4

I have an expandable table that uses the instance manager to permit the user to add rows to the table. The information i need in each row, however, exceeds the width of the page (contact information for a supplier).

I would like to add a second table that pulls in the supplier name from row 0, row 1, row 2, etc. in a field of this second table so i can add some pricing information about the individual supplier. What would be the syntax in thes table2 to add the user entered data from table 1??

1 Reply

Avatar

Level 7

In the second table you could put in say the calculate event of the name cell (in formcalc):

$ = table1.Row[$.parent.index].name

renaming everything to what you have called them. Also depending on your hierarchy you may need a few more "parent"s in your index.