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

--- Comment #3 from Michael Warner <[email protected]> ---
(In reply to Dave McKellar from comment #0)
> 3. Right click on the field formula and select "Edit fields" and the value
> becomes incorrect and the formula has changed to MIN(SUM(<A1:A3>)|333) which
> is invalid syntax.

Actually, that is correct syntax. Writer field formulae syntax is a bit
different from Calc. One way in which this is the case is that lists are
separated by | rather than ','. This is documented here:

https://help.libreoffice.org/7.2/en-US/text/swriter/02/14020000.html?&DbPAR=WRITER&System=UNIX

What may be a bug is that when I click on the field (thus causing it to
recalculate), the displayed value changes from 333 to 933. I'm not sure if that
is expected based on the parentheses placement. Even if I change the formula to
MIN (SUM <A1:A3>)|333 and update fields it remains at 933.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to