Hi everyone,
I'm facing a very weird problem.
Problem:
I want to build a total for a specific SharePoint list column (calulated based on other columns).
When my browser language settings are set to English, everything works fine. But when I change the browser language settings to German, the formula gets messed up and returns wrong values.
Tech Stuff
My formula: Text(Sum(Source; 'Gesamt'); "#,###.00 €"; "de-De")
Result with English Browser Settings (correct): 1.124.572,61 €
Result with German Browser Settings (not corrcet): 99.300.030.550.000.000,00 €
SharePoint Column 'Gesamt' (Calculated): =Menge*Preis
SharePoint Column 'Menge' (Text)
SharePoint Column 'Preis' (Currency)
The SharePoint calculation for 'Menge' works fine.
Wild guessing:
I know that in SharePoint Online it is not possibly by default to build a total for a calculated column so I expected some problems...
My guess is that SharePoint returns the values differently depending on the language setting and messes up the commas and periods in German, for example.
So is there any way to "convert" the values or tell Power Apps how to handle / sum the values?
Do you have any ideas?
Thanks in advance 🙂