[Libreoffice-bugs] [Bug 131066] New: Miscalculation of recursive string formula
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Mar 2 10:25:24 UTC 2020
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: libreoffice-bugs at lists.freedesktop.org
Reporter: juanj.marin at juntadeandalucia.es
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200302/89f426a9/attachment.htm>
More information about the Libreoffice-bugs
mailing list