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 an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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