<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: URL represented as a link in table isn´t working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1739188#M56532</link>
    <description>&lt;P&gt;I further tried around to find a solution in that case.&lt;BR /&gt;If I use an URL starting with "http://" or "https://" the link is working properly.&lt;/P&gt;&lt;P&gt;Is it possible that there is a security restriction implemented or active which disallows to download or open files from a file server?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2020 14:38:16 GMT</pubDate>
    <dc:creator>afiedlerlizardi</dc:creator>
    <dc:date>2020-08-27T14:38:16Z</dc:date>
    <item>
      <title>URL represented as a link in table isn´t working</title>
      <link>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1738854#M56491</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P data-unlink="true"&gt;in data model we have a field which is containing an URL like the following one:&lt;BR /&gt;file://&amp;lt;SERVERNAME&amp;gt;/&amp;lt;FOLDER1&amp;gt;/&amp;lt;FOLDER2&amp;gt;/&amp;lt;FILENAME&amp;gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;The URL will be created in data load script with following script part:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Trim(if(IsNull(FileURLName) or FileURLName = ' ', &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'file://&amp;lt;SERVERNAME&amp;gt;/&amp;lt;FOLDER1&amp;gt;/&amp;nbsp;' &amp;amp; Right(FileURLName, LEN(FileURLName)-FindOneOf(FileURLName, '/', SubStringCount(FileURLName, '/') - 1)),&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'file://&amp;lt;SERVERNAME&amp;gt;/&amp;lt;FOLDER1&amp;gt;/&amp;nbsp;' &amp;amp; ProjectID &amp;amp; '/' &amp;amp; URLName))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;as FileURLName&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This URL should be shown in a table object best with a direct link to the file provided in the path the URL is representing.&lt;BR /&gt;A click on this Link should directly open the file or start a download in browser.&lt;/P&gt;&lt;P&gt;For this I show the URL in a Qlik Sense Straight Table object and chose "Link" as representation.&lt;BR /&gt;In table the URL will now be shown as a link, but clicking on it does not start the download as expected.&lt;BR /&gt;Qlik Sense and Browser (in this case Chrome) are not reacting in any way.&lt;/P&gt;&lt;P&gt;I also provided a second field in my table which is containing the URL as text.&lt;BR /&gt;If I copy this value out of the cell and put in the address line of the Browser the download of the file is directly starting.&lt;/P&gt;&lt;P&gt;The only difference I can see is that Qlik Sens is converting special chars like Space, % and so on into URL conform signs if I hover the link in table object.&lt;/P&gt;&lt;P&gt;Do someone of you have an idea what´s going wrong here?&lt;BR /&gt;I currently don´t have an idea what´s the reason for this unexpected behavior.&lt;/P&gt;&lt;P&gt;Kind regards and thank you very much for your support in advance&lt;BR /&gt;Alex&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1738854#M56491</guid>
      <dc:creator>afiedlerlizardi</dc:creator>
      <dc:date>2024-11-16T18:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: URL represented as a link in table isn´t working</title>
      <link>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1739188#M56532</link>
      <description>&lt;P&gt;I further tried around to find a solution in that case.&lt;BR /&gt;If I use an URL starting with "http://" or "https://" the link is working properly.&lt;/P&gt;&lt;P&gt;Is it possible that there is a security restriction implemented or active which disallows to download or open files from a file server?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 14:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1739188#M56532</guid>
      <dc:creator>afiedlerlizardi</dc:creator>
      <dc:date>2020-08-27T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: URL represented as a link in table isn´t working</title>
      <link>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1739387#M56559</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16757"&gt;@afiedlerlizardi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can imagine that the links only work with those two protocols.&lt;/P&gt;&lt;P&gt;Is it possible to get some kind of web server over that location so that you can use https? One possible route is setting the location up as a Content Library in Sense and using a URL there. This post explains more:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/qlik-sense-web-server/" target="_blank"&gt;https://www.quickintelligence.co.uk/qlik-sense-web-server/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Using Content Libraries is quite neat, as you can then use the Security model in QMC to secure access to that folder.&lt;/P&gt;&lt;P&gt;Where it may break though is if files are getting created in that location, which the content library will not know about. Using IIS or Node.js may be an alternative.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 08:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1739387#M56559</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2020-08-28T08:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: URL represented as a link in table isn´t working</title>
      <link>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1740531#M56686</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;thank you very much for your response and the ideas.&lt;/P&gt;&lt;P&gt;I will forward the ideas with the web server and the Content Libraries to our customer.&lt;BR /&gt;Then he can best check if these two approaches are technical feasible and useful.&lt;/P&gt;&lt;P&gt;I further tried around and tried also to use the URLs in Microsoft Egde and here the URLs are working and the files will be downloaded/opened.&lt;BR /&gt;Based on this experience it looks like that this issue is only existing with Google Chrome.&lt;/P&gt;&lt;P&gt;Does someone else made such experience with URLs in Qlik Sense tables?&lt;BR /&gt;Are there any ideas how this issue with Chrome could be solved?&lt;/P&gt;&lt;P&gt;Kind regards&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 08:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/URL-represented-as-a-link-in-table-isn-t-working/m-p/1740531#M56686</guid>
      <dc:creator>afiedlerlizardi</dc:creator>
      <dc:date>2020-09-02T08:13:56Z</dc:date>
    </item>
  </channel>
</rss>

