Hi Everyone,
I have a datatable dt which has 4 columns. I have to delete the row in the datatable if column 2, column3, column4 for that row is zero or empty.
Please help
Hi Everyone,
I have a datatable dt which has 4 columns. I have to delete the row in the datatable if column 2, column3, column4 for that row is zero or empty.
Please help
@Karan28 You can use Filter Datatable Activity and make a quick check if it able to keep only rows whose Columns 2,3,4 are not 0 and Not Empty
How , can you please explain?
@Karan28 First Filter Datatable use Column 1, 2, 3 Not Equal to 0
Another Filter Datatable use Column 1,2,3 Is Not Empty
The Output of First Filter Datatable needs to be passed to the Second Filter Datatable.
Also try using “0” instead of 0.
If it doesn’t work we’ll go for a Linq Approach
Thankyou so much
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.