[Libreoffice-bugs] [Bug 109409] TEXTJOIN and CONCAT ignore transposition of arrays passed to them

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Aug 16 20:58:56 UTC 2020


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

--- Comment #7 from Wolfgang Jäger <jag at psilosoph.de> ---
Created attachment 164361
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164361&action=edit
The new demo showing the different treatment of parameters passing references
as compared with parameters passing calculatd arrays.

It looks as if CONCAT and TEXTJOIN internally distinguish the cases of 
1) a parameter being a reference
2) the parameter being a calculated array
and treat the first case "one row at a time, rows top down",
but the second case "one column at a time, columns left to right"?
This results in a diffrenece like applying TRANSPOSE() would cause it.

Since the specifications for sequences is lacking a decision which one of the
orders should be used, I cannot tell what's actually the bug. 
However, the treatment should be consistent, of course.

-- 
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/20200816/e13ffddc/attachment.htm>


More information about the Libreoffice-bugs mailing list