I filter the datatable but it useless

Hi,guys.I try use the filter data table to filter my datatable.Before this I use the remove data row to delete the row i needn’t.And after the filter the result datatable is the datatable which i filtered.What wrong with that?

Hi @HuaiYe ,
Can you elaborate with example

Regards,
Arivu

Hi @HuaiYe

Can you share more information about your query

Regrda
Gokul

@arivu96 ,@Gokul001.
I use the column name to filter datatable1 to datatable 2 and then the datatable2 which I output,it is same to the datatable1.

Hi @HuaiYe

Can you share more detail about what your are filtering in the Filter Dt Activity?

And also share the screen of the XAML file

Regards
Gokul

Hi @HuaiYe ,

Ensure that the items you are filtering are in the same case as that which is present in the tables i.e.

If you want to remove those rows which contain “First”, then you should pass in “First”, not “first”.

Then again, we will only be in a position to help you out if you provide an example of a filtering operation which failed for you, maybe you could create a very short sequence with some dummy data and show us how you are filtering it.

Either that, or screenshots.

Kind Regards,
Ashwin A.K

Kindly go through it, this might be helpful for you

Hi @HuaiYe

Have a look on the filter DataTable

Regards
Gokul