Alteryx Designer Desktop Discussions

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

IFERROR

Kinetic_analytics
11 - Bolide

Hello:

How can I transform this excel formula into alteryx?

 

Thanks

2 REPLIES 2
Ben_H
11 - Bolide

Hi @Kinetic_analytics,

 

In this case your vlookup is doing the work of a join (incidentally your vlookup is broken and wouldn't actually work anyway), the iferror covers the case where the formula cannot find your lookup value in the lookup table.

 

I've given you an example process. I invented an extra row of data for the sample.

 

Ben_H_0-1640163213826.png

 

1. Join Related_Case to Case ID

2. J Output anchor is where there is a match - renamed "Client Services Case Owner" field from right input as "CS Owner - Related Case" field.

3. L Output achor has no matches.

4. Union both streams back together, if "CS Owner - Related Case" is null then set to "0"

 

Ben_H_1-1640163245736.png

 

Regards,

 

Ben

 

 

Kinetic_analytics
11 - Bolide

Appreciate your help. Thanks

Labels