I am trying to work with a table that contains a column with other datatable. I was wondering how i access the table that is saved in that column? I am currently looping through the main table but havent figured out how to access the rows datatable.
So you’re saying that there’s a table inside a table.
and you want to access that?
Loop Outer Table:
currentRow(“SomeColumnName”) would be having your second interior table, so use this as a string input to generate dataTable and use the correct delimiters to obtain the data.
Since you are adding the data table to the second column of the main table, you need access the same as a data table. Since you are trying to access it as a string like currentrow(“Tabell”).ToString, you are just getting the tableName string as output.