<?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: Provide a link to a PDF from a Byte Array field in SQL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628925#M230949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dayna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to first convert everything to PDF using a store procedure, put all the files in a place that can be access by the users, and ten link to this folter like 'C:\MyFolder\PDF1.pdf'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 10:00:02 GMT</pubDate>
    <dc:creator>jvitantonio</dc:creator>
    <dc:date>2014-05-27T10:00:02Z</dc:date>
    <item>
      <title>Provide a link to a PDF from a Byte Array field in SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628924#M230948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a SQL table used to store PDF's which is converted to a Byte Array when it's uplpaded - I'd like to provide users a link within a QlikView table to view/download the file. I know it's possible to create links to sites or files within a network share by changing the representation to 'link' within a straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone advise how to provide a link to the PDF? I've attached the byte array that's outputed when I load from the SQL table in QlikView..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 09:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628924#M230948</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2014-05-27T09:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Provide a link to a PDF from a Byte Array field in SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628925#M230949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dayna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to first convert everything to PDF using a store procedure, put all the files in a place that can be access by the users, and ten link to this folter like 'C:\MyFolder\PDF1.pdf'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 10:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628925#M230949</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2014-05-27T10:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Provide a link to a PDF from a Byte Array field in SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628926#M230950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your quick response, could you point me in the right direction to how QlikView could read the stored procedure? Apologies, I've never used them in QlikView before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 10:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628926#M230950</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2014-05-27T10:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Provide a link to a PDF from a Byte Array field in SQL</title>
      <link>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628927#M230951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dayna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this in a separate process in your DB. You can run the store procedure and then link to those files from Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also run the procedure from Qlikview load script using the Execute syntax. You can look this up in the help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;JV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 10:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Provide-a-link-to-a-PDF-from-a-Byte-Array-field-in-SQL/m-p/628927#M230951</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2014-05-27T10:24:39Z</dc:date>
    </item>
  </channel>
</rss>

