Hello all.
Here i have a scenario please any one have any solution please let me know.
I have a table shown in the screenshot.
I want the ouput as different datatables like when i call first table it shold come like column names and first row but. when i call second table it should give me the 2nd and 3rd row because it belongs to the second HOD only. so any one have any solution please let me know.
Either you can filter on Type and store filter result in a new datatable. (Two filter activities on the main datatable storing results in different data tables.
OR
You could loop on the entire table and put a condition on Type and Add data rows to new table.