https://bugs.documentfoundation.org/show_bug.cgi?id=90745

Eike Rathke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|medium                      |low

--- Comment #7 from Eike Rathke <[email protected]> ---
If the function parameter separator is comma it takes precedence over a comma
group separator. Effectively an input of =2*1,000 is sequenced as
{2}{*}{1}{,}{000} which is an invalid expression so generates an error. If the
parameter separator is semicolon the sequence is {2}{*}{1,000} and the number
1000 accepted. Also note that auto-correction depends on context, =2*1,234
would need different treatment than =SUM(2*1,234) where it is actually two
arguments to SUM.

If you desperately need that auto-correction often just use semicolon as
function parameter separator (Tools-Options-Calc-Formula-Separators).

Implementation of such a feature likely ranks at the very low end.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to