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

--- Comment #7 from Wolfgang Jäger <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to