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

            Bug ID: 131066
           Summary: Miscalculation of recursive string formula
           Product: LibreOffice
           Version: 6.4.0.3 release
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Calc
          Assignee: [email protected]
          Reporter: [email protected]

Description:
We are using a recursive formula to turn the data from a column into a line
separated by ;

It fails, and it miscalculates the result. In the intermediate steps it reset
the calculations, and it never gives all the data. 

Steps to Reproduce:
A is the column where we have the data
B is the column we use to iterate A and the last line has the result

B1 is A1
B2 is =B1&";"&A2
B2 is =B2&";"&A3
etc


Actual Results:
The Bn is reseted to ;An . I don't understand the patron that n follows in this
error.

At the end, only part of data from A is on the last B

Expected Results:
we expect the last Bn contains all the items from A separated by ; 


Reproducible: Always


User Profile Reset: No



Additional Info:
It also happens on 6.3.0.4 version on Windows.

-- 
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