cancel
Showing results for 
Search instead for 
Did you mean: 

conditional breaks in nested table

Former Member
0 Kudos

Hi Experts,

I have static table and inside it there a row with flowed subform and other binded table , in the inner table I want to set

conditional break on one field , I have it to put it in the row that contain a table ?? how can I access the field of

inner table from the row of the outer table???

thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can access the field of the inner table from row of the outer table using following script:

data.page1.TableOuter.Row1.TableInner.Row1.cell1.rawValue;

Thanks,

Radhika