https://bz.apache.org/ooo/show_bug.cgi?id=127784
Issue ID: 127784
Issue Type: DEFECT
Summary: Truncation of arguments if function contains array of
constants with at least one non-constant
Product: Calc
Version: 4.1.5
Hardware: PC
OS: Windows 10
Status: UNCONFIRMED
Severity: Normal
Priority: P5 (lowest)
Component: programming
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Step to reproduce:
1. Open LibreOffice Calc
2. Enter following formulas to any cell:
=SUM({A1},2,3,4,5}
=CONCATENATE({PI()},"this", "is", "PI")
=EXACT({#ERR501!},#ERR501!)
Actual result: entered formula is truncated, all argument which is follow after
invalid array is disappeared:
=SUM({A1},2,3,4,5) -->> =SUM({A1})
=CONCATENATE({PI()},"this", "is", "PI") -->> =CONCATENATE({PI()})
=EXACT({#ERR501!},#ERR501!) -->> =EXACT({#ERR501!})
Expected result: formula entered by user should be saved
Notes:
* Issue is reproduced for all function with 2 or more arguments
--
You are receiving this mail because:
You are the assignee for the issue.