cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Retrieving a column value from infotable in which the column itself is an infotable

KT_10107318
6-Contributor

Retrieving a column value from infotable in which the column itself is an infotable

Hi all, i have a infotable which has columns. In which a column itself a infotable (columnInfotable) in it.i need to get the value of the of the columns in the columnInfotable. Is there any logic.thanks in advance 

1 ACCEPTED SOLUTION

Accepted Solutions

var subInfotable= mainInfotable.rows[0][column name];

result = subInfotable.rows[0][subinfotable column name];

View solution in original post

1 REPLY 1

var subInfotable= mainInfotable.rows[0][column name];

result = subInfotable.rows[0][subinfotable column name];

Top Tags