Datable filter using Contains

Hi All,
Please help me how to filter dataTable with help of Contains.
Below is my data i want to select columns which contains ‘PO’ in addressLine1
image
I have used below condition to select but i am getting empty array.
image

Can you please help me on this condition.

Try

AddressLine1 Like ‘%PO%’

1 Like

Hi Skinni76,

Thank you very much it is working.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.