I want to filter a DataTable for the companies ending on AG.
The Input DataTable looks like this:
Further, the Filter Data Table activity is set like this:
However, this is my result:
Who knows how to solve this?
I want to filter a DataTable for the companies ending on AG.
The Input DataTable looks like this:
Further, the Filter Data Table activity is set like this:
However, this is my result:
Who knows how to solve this?
Hi @Steyn_Muller ,
Could you try using the operation as Ends With
and the value as " AG"
Thanks! It worked.
I changed the Filter activity to this:
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.