We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
fireworks

How to use Multiple IS NULL in /in-db filter under Custom filter

Simi_M
7 - Meteor

Hi, 

 

I'm getting below error when working on custom filter:

 

Simi_M_0-1602757642799.png

 

I have list of columns to check for Null values but not sure if I can have multiple filters. I'm fetching data from oracle.

 

Can somebody help?

 

 

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @Simi_M 

 

Is it working with single filter condition ?

 

And can you show the complete error message.

BrianR
Alteryx Alumni (Retired)

Hi @Simi_M, in Oracle, have you tried this syntax...

 

"F1" IS NULL
OR
"F2" IS NULL

 

i.e, try replacing the = with a IS and see if that works. I just tested on a local Oracle DB and that syntax appears to work.

 

 

Labels
Top Solution Authors