Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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
Solved! Go to Solution.
var subInfotable= mainInfotable.rows[0][column name];
result = subInfotable.rows[0][subinfotable column name];
var subInfotable= mainInfotable.rows[0][column name];
result = subInfotable.rows[0][subinfotable column name];