Bug 97232 - Links to files: connecting two stings with a number doesn't work
Summary: Links to files: connecting two stings with a number doesn't work
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
3.3.4 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-18 15:30 UTC by Juergen Funk (CIB)
Modified: 2018-03-21 18:13 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Source File (9.37 KB, application/vnd.oasis.opendocument.spreadsheet)
2016-01-18 15:31 UTC, Juergen Funk (CIB)
Details
Target File (11.59 KB, application/vnd.oasis.opendocument.spreadsheet)
2016-01-18 15:32 UTC, Juergen Funk (CIB)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Juergen Funk (CIB) 2016-01-18 15:30:53 UTC
When over file link connect a text with a number, it show only the text not the number.
E.g. ='file:///./Verkn-Quelldatei.ods'#$Sheet1.C2 & " " & 'file:///./Verkn-Quelldatei.ods'#$Sheet1.B2

When (String)C2="Is a string" and (number)B2=150 then it shows: Is a string
and the number 150 is missing.

A Workaround is:
='file:///./Verkn-Quelldatei.ods'#$Sheet1.C2 & " " & TEXT('file:///./Verkn-Quelldatei.ods'#$Sheet1.B2; "######,#")
It shows right: Is a string 150

Look to the file examples
Comment 1 Juergen Funk (CIB) 2016-01-18 15:31:43 UTC
Created attachment 122059 [details]
Source File
Comment 2 Juergen Funk (CIB) 2016-01-18 15:32:06 UTC
Created attachment 122060 [details]
Target File
Comment 3 m_a_riosv 2016-01-18 22:48:22 UTC
It is on all LibreOffice version, at least from 3.3.4, but it is non on OOo 4.1.1, so I don't know if it's a regression or was solved in OOo and was not brought to LibreOffice.
Comment 4 QA Administrators 2017-03-06 13:57:09 UTC Comment hidden (obsolete)
Comment 5 m_a_riosv 2018-03-21 18:13:45 UTC
Repro with
Version: 5.2.7.1
Build ID: bf0fa7b86c7c0592941ede29fca6fafff642a948
CPU Threads: 4; OS Version: Windows 6.2; UI Render: GL; 
Locale: es-ES (es_ES); Calc: group

But solved in
Version: 6.0.2.1 (x64)
Build ID: f7f06a8f319e4b62f9bc5095aa112a65d2f3ac89
CPU threads: 4; OS: Windows 10.0; UI render: default; 
Locale: es-ES (es_ES); Calc: 

I don't know it was solved so, resolved as works for me.