<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - TEXTJOIN and CONCAT ignore transposition of arrays passed to them"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109409">109409</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TEXTJOIN and CONCAT ignore transposition of arrays passed to them
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>5.4.0.3 rc
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jag@psilosoph.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>