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];