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.

Logic Request

Jaganmohan
8 - Asteroid

Hi Team,

 

I am trying to find the odd one from the given data - could you please provide me the logic to find the exceptions?
Given Data :

Prime Alpha
1001
1002
1011
1012
1021
1022
1031
1041
1042
1051
1061
1062
1071
1072
1081
1091
1092

 

Required Solution :

 

1031
1051
1081

 Exceptions :  because we don't have alpha 2 in the given data... Could you please try to provide me the logic to get those exceptions - Thanks in advance.

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

This is actually very simple. Just use the Filter Tool with the expression,

 

Prime IN ('103', '105', '108')

 

 

Thanks,

P Man

PhilipMannering
16 - Nebula
16 - Nebula

Sorry @Jaganmohan 

 

Just understood what you meant. I think the following solution should work for you.

PhilipMannering_0-1660593128799.png

 

Labels
Top Solution Authors