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

            Bug ID: 101137
           Summary: The new functions CONCAT and TEXTJOIN do not correctly
                    evaluate subexpressions in array mode in specific
                    cases.
           Product: LibreOffice
           Version: 5.2.0.3 rc
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: j...@psilosoph.de

Created attachment 126418
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126418&action=edit
Example demonstrating the issue.

{=CONCAT(A1:A10&B1:B10)} and  

{=TEXTJOIN("||";FALSE();A1:A10&B1:B10)} 

entered for evaluation in array mode do not evaluate an element of the
subexpression (which should return an array) if at least one of the operands of
the &-operation placed there is a reference to a blank cell. 

See attached demo.

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

Reply via email to