Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

Bug? Changes comma to dot

Hamder83
11 - Bolide

Hi 

I'm running Alteryx 2020.4.5.12471.

I am runnng a simple macro: Fuel fee is 0,47 - the reference for this line is:370716480474096910.

Hamder83_0-1615287214231.png

When I run my flow using that macro the same fuel fee has a dot?

Hamder83_1-1615287272016.png

 

 

 

Hamder83_2-1615287287538.png

 

 

 

1 REPLY 1
danilang
19 - Altair
19 - Altair

Hi @Hamder83 

 

What Data Type is the field. Look at the metadata tab in both the Macro Output tool in the macro itself and the output of the macro on your main workflow.  Since you're reading multiple files in the macro, it possible that one of them has a text value somewhere in that field and is causing the field to be output as a string field as opposed to numeric.  If it's a string, the Decimal Symbol localization setting won't apply.

 

Dan  

Labels
Top Solution Authors