SOLVED
AND Not in a Single Custom Filter
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page

Inactive User
Not applicable
‎09-16-2020
10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I am working on extracting the Vendor names that not already in my list so I can add them into my database.
So filter condition should be:
Vendor Name (Amended) = NULL
AND
(Vendor Name Should not be 0 AND Vendor Name Should not be 'Unavailable' AND Vendor Name Should not be Blank)
For some reason, below filter condition is not working and I am getting a parse error. Please advise.
Solved! Go to Solution.
Labels:
- Labels:
- Error Message
1 REPLY 1
vizAlter
12 - Quasar
‎09-16-2020
10:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Inactive User — Looks that [Vendor Name] field has string data type, so write "0" instead of just 0
