Alteryx Designer Desktop Discussions

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

Data type problem after a join

Dupuy
7 - Meteor

Hello,

Before my join I have my field "Rotation quotidienne" in float number:

Dupuy_0-1678356940074.png


Then after my join, while I put the field in "double" type. However, I have only integers in the column "Rotation Quotidienne":

Dupuy_1-1678356965948.png


Do you know why? Thanks in advance for your help.

Dupuy_2-1678356986995.png

 

6 REPLIES 6
ShankerV
17 - Castor

Hi @Dupuy 

 

I see there are summarize tool and formula tool before the Join.

Not sure what action has been taken there.

 

There might be some summarize done and the same would have been saved as INT16 or 32.

 

Then changing to double will not get back the decimal's.

 

Many thanks

Shanker V

Dupuy
7 - Meteor

Hi @ShankerV 

Thanks, I tried to put a select tool before summarize tool and formula tool. 

Dupuy_1-1678359004674.png

 

And I'have something strange, In the input of the select tool i'have float in my colomne "rotation quotidienne" : 

Dupuy_0-1678358900930.png

In the output of the select tool i'have integers in my colomne "rotation quotidienne" : 

Dupuy_2-1678359064745.png

Thanks in advance. 

 

 

ShankerV
17 - Castor

Hi @Dupuy 

 

Can you please share the workflow or mock the data's and share the workflow.

Will be easy to check.

 

Many thanks

Shanker V

Deano478
12 - Quasar

Hey @Dupuy I have a feeling it has something to do with those commas in the numbers

FinnCharlton
13 - Pulsar

Hi @Dupuy@Deano478  is right, using commas as your decimal separator is causing some field conversion issues. Try using a formula tool and the 'ToNumber' function instead. Here you can tell Alteryx that the decimal separator is a comma. You could also use a Multi-Field Formula tool to change all of your numeric fields at once.

FinnCharlton_0-1678374466698.png

 

Dupuy
7 - Meteor

Hi @ShankerV @FinnCharlton @Deano478 ,

 

Yes the problem was the commas. Thanks now it's working. 

In France we use commas and not point for float 😣😂

 

Thanks !

Labels