Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Formula giving same returned value (If Else)

Karl_Spratt
8 - Asteroid

Hi Folks, I have to identify what items should fit into which storage bin locations, I have the bin / plt sizes but when I create the If Else Formula, all my data is returning BIN 1 can anyone help?  TIA Karl

C1.PNGCapture.PNG

2 REPLIES 2
CKP
10 - Fireball

Hi @Karl_Spratt 

 

I think you just need to replace '+' with 'AND' and it should work.

 

Example

 

[Height1]<=10 AND [Width1]<=8.5

Karl_Spratt
8 - Asteroid

Thanks CPK that worked

Labels
Top Solution Authors