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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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