Hello,
There is probably an easy way but I haven't found it yet.
I have a table looking like this
And I would need to get this as fixed decimals...
Any quick idea?
The thousand separator is a "."?
yes
Can use this in a multifield formula:
ToNumber(REGEX_Replace([_CurrentField_],"(.*)(-)","$2$1"),0,0,",")