How to filter datatable only use one column contains part of the value

how to filter datatable only use one column contains part of the value

dt.Select(“ColName Like ‘%abc%’”)

1 Like

thanks

YHead.Select(“Column24 Like #’”) throuw following error:
Assign : The expression contains an invalid string constant: '#’.

Hello all,

is there an opposite command? “notLike” does not seem to be working.

Thx

Hey @mario

It works :slight_smile: just you have to use it with space :slight_smile:

Sample for your understanding :wink: - Datatable select with Not like.xaml (8.0 KB)

Note:- To be More honest if you dont aware with the syntax being newbie i will advice to all use New Filter Datatable Activity with Human Intractable User Interface :slight_smile:

Regards…!!
Aksh

1 Like

can you send me your personal email id to my email venkatesh.sitty@gmail.com

Are you guys using 18.2? We have some new datatable activities that you can use.

1 Like