[Libreoffice-bugs] [Bug 121105] the current() function is confused if used inside or()

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 1 22:07:32 UTC 2018


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

--- Comment #4 from Jiří Boháč <jiri at boha.cz> ---
(In reply to Xavier Van Wijmeersch from comment #3)
> try these one

Thanks for the tip, but my actual use case was something much more complicated,
the above formulas are just minimalist reproducers created to help get the bug
fixed.

I actually worked around the problem by replacing IF(OR(a,b),x,y) with this
nested IF(a,x,IF(b,x,y)). Both conditions, a and b, use CURRENT() and it works.
So it seems it's really the combination of OR() and CURRENT() that is broken.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181101/16bfbc99/attachment.html>


More information about the Libreoffice-bugs mailing list