Filter Out Specific Cell Value from Collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-20 02:46 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-20 05:47 PM
[Order Type] <> 'FD'
Or
[Order Type] NOT IN ('FD')
------------------------------
Andrey Kudinov
Project Manager
MobileTelesystems PJSC
Europe/Moscow
------------------------------
