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.
SOLVED

join and formula

Crypto_raccoon
7 - Meteor

Hey! i have an excel spread sheet with people id's. one is last months and another one is this months. my question is how do i join them together with join tool for this formula: =IFERROR(VLOOKUP(E54,'January'!$E:$E,1,0),"Left on January") i believe it has to be done with if IsNull([ID]) then 'Left on January' else [ID] endif but the joining is what triggers me :// 

5 REPLIES 5
Emil_Kos
17 - Castor
17 - Castor

Hi @Crypto_raccoon,

 

Not sure if this was a reuirment:

 

Emil_Kos_1-1611822818747.png

 

 

This is the output:

 

Emil_Kos_2-1611822828883.png

If I am missing something please let me know!

 

 

Crypto_raccoon
7 - Meteor

Thank you, i have just realised that i've been using old version of Alteryx and couldn't check it just yet but i think that is it!

Emil_Kos
17 - Castor
17 - Castor

Hi @Crypto_raccoon,

 

I have changed the workflow for you to 2020.1.

I am not aware which version you have but if it will still not work you need to edit the workflow file in notepad and change the highlighted part to your current version

 

Emil_Kos_0-1611824358005.png

If this was helpful for you please mark my post as an answer!

Crypto_raccoon
7 - Meteor

i am sorry to bug you once again @Emil_Kos  however after trying to open it and reinstalling alteryx i get the same message 

Failure to Import C:\Users\3\Downloads\Join 2 (2).yxzp.
There was an error opening "C:\Users\3\Downloads\Join 2 (2)\Join 2.yxmd":

This workflow was created by a more recent version of Alteryx, and may contain tools or functionality not present in this version. Alteryx does not support using an earlier version of Alteryx to open a workflow created with a newer version. For best results, download the latest version of Alteryx.

 

although my version is

AlteryxInstallx64_2020.4.5.12471

Emil_Kos
17 - Castor
17 - Castor

Hi @Crypto_raccoon,

 

No worries I am happy to help. 

 

Maybe this will work.

 

If I am not mistaken the first version of this file should work for you:

 

Emil_Kos_0-1611831197847.png

 

but if will not check the second one

 

 

Labels
Top Solution Authors