The Product Idea boards have gotten an update to better integrate them within our Product team's idea cycle! However this update does have a few unique behaviors, if you have any questions about them check out our FAQ.

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

Letting the user decides which decimal separator to use

Hi, All.

 

As a newbie, I am impressed with Alteryx's ability to deal with lots of formats / connections when importing / imputing data. In a pretty simple way

 

However, I feel it misses something much more "basic", in my opinion at least. The option of telling Alteryx which decimal separator occurs in database being imported. Like Excel, SAS, IBM SPSS, to name a few, all of them do... Having a default of comma being the decimal separator, but letting the user opting to change it. Numbers in US are separated (integer part from non-integer) by a dot. The entire rest of the world (or almost all of it, there are other exceptions) uses comma instead...

 

I have posted a flow to deal with it on Alteryx Gallery (it is attached here), but it is, at least in my opinion, something cumbersome that should be pretty straightforward.

 

So... Is this something I feel alone, or is this a suggestion that could be thought as an improvement for Input & Output tools in future releases of Alteryx?

 

My best regards,

 

Bruno.

5 Comments
JohnJPS
15 - Aurora

Sounds like a great idea to have a default number format.

 

 

For the time being, to simplify your workflow, you could, after your "select as string" tool, just have one Formula tool that creates a new "AsNumber" field with the expression:

 

 

ToNumber(Replace(Replace([Number candidates],".",""),",","."))

The key is to remove periods first, before replacing the comma with a period.

Bruno_Pasquini
7 - Meteor

@JohnJPS

 

John,

 

I thank you for this formula, it indeed simplifies the way I have done before. I'll improve my workflow with it.

 

Still, I would like to be able to indicate myself which character Alteryx should consider as decimal separator.

 

When I show Alteryx to someone else here in Brazil, I listen often something like "but Excel does this...".

 

Once again, thank you for your reply.

 

Bruno.

ltomcova
4 - Baryon

I agree, this would be a great to implement!

JanLaznicka
9 - Comet

Absoultely agree, the decimal separator settings would be very beneficial!

AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team
Status changed to: Accepting Votes