Question
Repeat Grid has a column that is also a pagelist
Hello,
I have a Repeat Grid with 3 columns (A,B,C) that uses a pagelist (somepagelist) as a source. But this page list contains a ".bar" pagelist that is used for one of the column's sources (B):
repeat grid-source= somepagelist
A=.foo B=.bar(1).person C=.fizz
I need to get the iterator of the somepagelist source that is looping through the records and put in the .bar() index like this somehow:
A=.foo B=.bar(_the_current_index_of_somepagelist_).person C=.fizz
Is this possible?
Thank you!
Caesar
Can you try including a section in column B and in that section put a grid with pagelist source as (.bar) .