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

            Bug ID: 109409
           Summary: TEXTJOIN and CONCAT ignore transposition of arrays
                    passed to them
           Product: LibreOffice
           Version: 5.4.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

If an array is used to pass textpieces to TEXTJOIN the pieces are joined row by
row from left to right running through the rows top down. 

If the transposition of the same array is passed to the otherwise unchanged
TEXTJOIN call the result does not change. 

Expected:
The result should be the same as if the original array was first transposed to
an output range elsewhere and the result passed to TEXTJOIN as parameter. 
This would return a result as if the columns of the original array were joined
one by one top down running through the columns from left to right.

Respective results for CONCAT. 

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