Hello everyone,
I am having issues with the data format in Alteryx. In my input, numbers are formatted like 642.200,19.
I need to perform calculations in Alteryx, so I have to convert the column, which appears as a string in the input, to double.
Is there a more efficient way than using replace formulas to switch the format to the American style, remove thousand separators, and then convert to double?
And does anyone know a quick method to insert thousand separators (as a period) into a number like, for example, 642200,19?
It should be done for an entire column in the correct format, where the column contains values of varying magnitudes (for example, those that require two thousand separators as well).
I appreciate any help you can offer—thank you!
Best regards,
Kim