<?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: open pdf files from Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545510#M109858</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/83197"&gt;@Gui_Approbato&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I know this&lt;BR /&gt;but the thing is the files I need to open they reside in a shared folder location where the qlik sense server is installed&lt;BR /&gt;so I don't want to open them using http&lt;/P&gt;</description>
    <pubDate>Thu, 26 Mar 2026 07:23:12 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2026-03-26T07:23:12Z</dc:date>
    <item>
      <title>open pdf files from Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545470#M109852</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;we have pdf files located in a shared folder location, each file is named as ID.pdf&lt;BR /&gt;e.g. 123.PDF, 545.PDF, 500.pdf , etc....&lt;BR /&gt;&lt;BR /&gt;In Qlik sense I have a table listing rows and each row has the ID of the required file&lt;BR /&gt;How can I make a column that clickable by the user in a way when the user clicks on the link he opens the appropriate pdf file&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 16:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545470#M109852</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2026-03-25T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: open pdf files from Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545498#M109857</link>
      <description>&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;You can format the dimension to represent a link, so it is clickable.&lt;/P&gt;&lt;P&gt;If you have the file name you might need to just bring the server address before the file, and change the dimension to Link.&lt;/P&gt;&lt;P&gt;Example: '&lt;A href="https://example.com/'&amp;amp;" target="_blank"&gt;https://example.com/'&amp;amp;&lt;/A&gt; "FileNameField"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hyperlink in table.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187447i4E5C690CBEBC98A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hyperlink in table.jpeg" alt="hyperlink in table.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 06:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545498#M109857</guid>
      <dc:creator>Gui_Approbato</dc:creator>
      <dc:date>2026-03-26T06:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: open pdf files from Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545510#M109858</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/83197"&gt;@Gui_Approbato&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I know this&lt;BR /&gt;but the thing is the files I need to open they reside in a shared folder location where the qlik sense server is installed&lt;BR /&gt;so I don't want to open them using http&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 07:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545510#M109858</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2026-03-26T07:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: open pdf files from Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545513#M109859</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216"&gt;@ali_hijazi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can use &lt;A target="_blank" rel="noopener"&gt;file://&lt;/A&gt;&amp;nbsp;or &lt;A target="_blank" rel="noopener"&gt;file:///&lt;/A&gt; prefix to the path.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem is that modern web browsers will prevent it from opening as it is rather large security risk. It is not an issue with Qlik Sense but rather modern approach to secure environments.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 08:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/open-pdf-files-from-Qlik-Sense/m-p/2545513#M109859</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2026-03-26T08:35:17Z</dc:date>
    </item>
  </channel>
</rss>

