Number or currency change from , to

Is it possible to have a number with a , instead of a .

When I import for example a cost column I will get not recognized numbers and cannot calculate or do anything with it.

Currently made a sort of workaround like this:
left(Column.Cost,Length(Coumn.Cost)-3)+(Right(Column.Cost,2)/100)
175,50 --> 175 + 50/100 --> 175.50
:slight_smile:

Dear @Michiel_Enkelaar,

It’s not (yet) possible.
Hopeful when the developers have settled the time zone accordingly to the users location, the regional settings will also be taken in consideration.

Best regards,
//JP