Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

How to filter multiple conditions based on numbres in one tool

acaryasin01
8 - Asteroid

Hi Guys,

 

How to filter multiple conditions based on numbres in one tool?

 

I mean;

 

[Column name_X] > 5 and [Column name_X] = 1

3 REPLIES 3
phottovy
13 - Pulsar
13 - Pulsar

Hi @acaryasin01 ,

 

I think you might need to change your condition to an "OR" instead of an "AND". In the example provided, a value will never be both > 5 and = 1 but if you switch it to [Column name_X] > 5 or [Column name_X] = 1, the you can have true values.

acaryasin01
8 - Asteroid

😂

 

Sure It can't be, loll

 

Thank you so much 👍👌

phottovy
13 - Pulsar
13 - Pulsar

We've all gotten turned around by logic at one point or another!

Labels