Skip to main content
8-Gravel
October 11, 2022
Solved

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

  • October 11, 2022
  • 1 reply
  • 960 views

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 

Best answer by Sathishkumar_C

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

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

1 reply

17-Peridot
October 11, 2022

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

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