Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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