Hello All,
I want pickup blank row only by filter activity. But can’t filtering by blank row.
How to pickup blank row by filter activity?
Regards,
Hello All,
I want pickup blank row only by filter activity. But can’t filtering by blank row.
How to pickup blank row by filter activity?
Regards,
Hi @Takayuki1 ,
use below syntax to filter only blank rows
dt.Select("Coment=''").CopyToDataTable()
Regards,
Arivu
HI @Takayuki1
In the Filter activity try like this in the image and let us know if you have issue
Regards
Gokul
HI @Takayuki1
In that filter activity give your Source and column name
In the Configure field Clikc on advance filter and then give isEmpty
Regards
Sudharsan
Hello @Takayuki1
@Takayuki1
You Can also use the Filter Data table
Hello All,
THank you for your quick replay. I can fix this query.
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.