After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 142412 - XL concats vector of strings used as singleton strings
XL concats vector of strings used as singleton strings
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
1.2.x
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2004-05-12 17:06 UTC by Frederic Parrenin
Modified: 2010-05-05 18:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The .gnumeric file that shows the problem. (2.22 KB, application/x-gnumeric)
2004-05-12 17:07 UTC, Frederic Parrenin
Details
The .xls file showing the problem. (14.50 KB, application/msexcel)
2004-06-22 16:59 UTC, Frederic Parrenin
Details

Description Frederic Parrenin 2004-05-12 17:06:25 UTC
Steps to reproduce the problem:
- open the .gnumeric file I will attach
=> The label of the serie in the graph does not appear (only #value)
- go to the chart properties
- go to the serie properties
- change the cell range for the serie label from B1:C1 to B1:B2
=> now the label of the serie appear in the chart !
Comment 1 Frederic Parrenin 2004-05-12 17:07:25 UTC
Created attachment 27640 [details]
The .gnumeric file that shows the problem.
Comment 2 Jody Goldberg 2004-06-22 14:17:02 UTC
At issue is not horiz vs vertical
Gnumeric is just reusing the evaluation semantics from the sheet and doing
implicit intersection with cell A1.  When you specify  B1:B2 which is vertical
it has a clean intersection with row 1 and uses B1.  For B1:C1 there is no
simple intersection and it returns #VALUE exactly as it would in the sheet.

I'm not clear why you would want to do this, or what the expected behavior
should be.  Would you expect to just get the first item ?
Comment 3 Frederic Parrenin 2004-06-22 16:58:01 UTC
I don't understand why we need to do the intersection with cell A1.

In XL, when you specify a range of cells for a label, it concatenates the
content of the cells.
See for example the attached .xls file: try to open it in both XL and gnumeric.
Comment 4 Frederic Parrenin 2004-06-22 16:59:10 UTC
Created attachment 28934 [details]
The .xls file showing the problem.
Comment 5 Frederic Parrenin 2006-04-15 10:41:28 UTC
Still there in 1.6.3.
Comment 6 Morten Welinder 2010-05-05 18:35:45 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.