cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Out Specific Cell Value from Collection

AsitabhaDeb
Level 6
Hello Experts,

In my requirement I have one collection with column Name : Order Type( KB Order, FD Order, OR Order).
Now I want to filter this column in such a manner that I only Filter out FD Order and rest will stay in the column.

For eg : Column Name
              Order Type
              KB
              FD
              OR

Only Filter Out KB Order from the Column and rest will stay. Please help me ASAP.

BR/Deb

------------------------------
Asitabha Deb
------------------------------
1 REPLY 1

AndreyKudinov
Level 10
[Order Type] <> 'FD'
Or
[Order Type] NOT IN ('FD')

------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------