How to Create new data table from the existing data table?

Hi All,

I have a data table which is like a Master Data Table, from that I want to Create few Data tables based on some conditions.

I have used Select to fetch data which met the given condition. But I don’t know who to assign that record set into another Data table.

Hi @cthamizh,

You could use the following example:

ps: It will only work if both datatables contains the same columns.

2 Likes