Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event here.

Alteryx Designer Desktop Discussions

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

Join error type

elfunambolo
8 - Asteroid

I have an error when I use Join, the left and right field are both number type in Excel and double type in Alteryx. This is the error:

 

 

elfunambolo_0-1631548063196.png

 

I attach the workflow.

 

Thanks for support

Giovanni

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @elfunambolo 

 

Please use select tool before the jointool and convert datatype to string or double. Please make sure datatype at both source was same.

messi007
15 - Aurora
15 - Aurora

@elfunambolo,

 

You have to add a select before the join and convert it to double :

 

messi007_0-1631548272003.png

 

It's not recommended to join on double fields.

 

Hope this helps,

Regards

 

elfunambolo
8 - Asteroid

I see that I missing correct date format, in Excel are all in 2021, below are in1900...which is the way to restore it?

 

 

elfunambolo_0-1631548901844.png

elfunambolo_1-1631548975232.png

 

atcodedog05
22 - Nova
22 - Nova

Hi @elfunambolo 

 

Can you provide a sample input file which has the issue. We can take a look into it.

Labels