I have a Datatable with a column (“Status”)
In the column, there are the lines (“YES”) and (“NO”)
If the row of column(“Status”) = (“YES”)
I need to pass the Column rows to another datatable
Can anyone help?
I have a Datatable with a column (“Status”)
In the column, there are the lines (“YES”) and (“NO”)
If the row of column(“Status”) = (“YES”)
I need to pass the Column rows to another datatable
Can anyone help?
Hi @Hendrix_Santos
You can use add datarow to add that row to datatable based on if condition provided based Status Column
You can try this
Can you provide sample input ?
Regards
Sudharsan
Going line by line, the robot takes a long time because the database is huge, would there be a faster and clearer solution?
Yes solution by @Sudharsan_Ka would be faster
Thank You Peoples
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.