What happens
If I set locale "de-DE" in the settings, the following will not work:
| some numbers |
| - |
| 10,3 |
| 10,4 |
| 1,5 |
| SUM^|
"SUM^" will incorrectly be calculated as 222,00. It uses the correct decimal separator "," though, but the plugin doesn't interpret other numbers that are using that decimal separator correctly.
The following example will be correct:
| some numbers |
| - |
| 10.3 |
| 10.4 |
| 1.5 |
| SUM^|
"SUM^" will correctly be calculated as 22,20. It uses the correct decimal separator "," but I have to use the wrong decimal operator "." for the numbers to be summed up in order to make it work.
Expectation
The plugin can deal with numbers that use the decimal operator for the configured locale.
What happens
If I set locale "de-DE" in the settings, the following will not work:
"SUM^" will incorrectly be calculated as 222,00. It uses the correct decimal separator "," though, but the plugin doesn't interpret other numbers that are using that decimal separator correctly.
The following example will be correct:
"SUM^" will correctly be calculated as 22,20. It uses the correct decimal separator "," but I have to use the wrong decimal operator "." for the numbers to be summed up in order to make it work.
Expectation
The plugin can deal with numbers that use the decimal operator for the configured locale.