I have a problem with the format of a value from a calculated column in SharePoint. The result is ok when I have the browser (Chrome) setting to English (US) but when I change the browser setting to Swedish it's not working anymore. I have tried to format the result with the following:
Text(Value(Parent.Default);"[$-en-US]###.00")
...but it´s not working. Suggestions?