Could be possible to have the option to use comma for decimals and dot for thousands separators when you define the number format?
Regards
Could be possible to have the option to use comma for decimals and dot for thousands separators when you define the number format?
Regards
Hi Marc,
Unfortunately, this is not a configurable feature. Corteza often tries to implement as many standards as possible; this is not always possible, so we use the most commonly used or applicable. Please see the screenshot for the number formatting options.
If the values are stored as string β1,000.123β, you could replace the required values using a replace function in the expression. ie replace(β1,000.123β , β,β , β.β)this will return β1.000.123β, searching for the last β.β and replacing it would be the next step. However, I believe this to be too complex and wonβt suit the use case.