<?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 Bundle info load PDF files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261663#M586150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the Presidents.qvw file that comes with a full install. Excelent example of how to do a bundle load. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jul 2011 23:04:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-07-06T23:04:58Z</dc:date>
    <item>
      <title>Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261662#M586149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't figure out how to embed PDF files using &lt;EM&gt;bundle info load&lt;/EM&gt;, to create a self-contained .qvw that can be distributed as a single file.&amp;nbsp; Here is a sample that resembles my load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;T1:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;bundle info load * inline [&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; name, pdffile&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; test, test.pdf&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After saving and reloading this, I have a listbox object which shows the "i" info icon in the caption.&amp;nbsp; Ideally, I want to reference the embedded test.pdf using a link expression in a straight table, so that I can click on the link for any &lt;EM&gt;name &lt;/EM&gt;and open the corresponding &lt;EM&gt;pdffile, &lt;/EM&gt;something like this in a table expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;=name &amp;amp; '&amp;lt;url&amp;gt;qmem://name/' &amp;amp; name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, even in the listbox, the pdf file will not open.&amp;nbsp; Instead, when I click on the info icon, I get a dialog box with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;qmem://&amp;lt;6&amp;gt;/&amp;lt;0&amp;gt;&amp;lt;C@PI!&amp;gt;P'F-Y;KDMBU,OVM(&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the straight table expression, first I get a Yes/No dialog box with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Approve application for launch? - qmem://name/test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then when I click Yes, I get an OK dialog with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Failed to Launch qmem://name/test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The QlikView Reference Manual doesn't offer any help (pp 495-496).&amp;nbsp; Does anyone know how to get this to work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 18:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261662#M586149</guid>
      <dc:creator />
      <dc:date>2011-07-06T18:00:11Z</dc:date>
    </item>
    <item>
      <title>Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261663#M586150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at the Presidents.qvw file that comes with a full install. Excelent example of how to do a bundle load. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 23:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261663#M586150</guid>
      <dc:creator />
      <dc:date>2011-07-06T23:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261664#M586151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I looked at the &lt;EM&gt;Presidents.qvw&lt;/EM&gt; example.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code, above, does the same thing, except that I'm trying to load a PDF file, while &lt;EM&gt;Presidents.qvw &lt;/EM&gt;loads .bmp files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually &lt;EM&gt;can&lt;/EM&gt; successfully load an image file using the syntax, above, but I can't make it work with anything else but an image file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I'd like to refer to the embedded document using the qmem: syntax described in the reference manual, but I can't get that to work, even with an image file.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2011 23:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261664#M586151</guid>
      <dc:creator />
      <dc:date>2011-07-06T23:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261665#M586152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try doing a search on blobs in the help file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold; text-decoration: underline;"&gt;Blobs&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;Blobs&lt;/SPAN&gt; page makes it possible to bundle so-called Blobs, Binary Large Objects, in a QlikView application. It is usually a picture, a text file or similar, stored as a single entity in a database management system. The i icon indicates that the field contains a blob. The blobs in the database are listed together with size, in KB, and type in the &lt;SPAN class="Bold"&gt;Blob Viewer&lt;/SPAN&gt;. The Blob is previewed next to the list if it is an image. QlikView supports jpg, png, bmp, pdf and rtf blobs. &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;Bundle...&lt;/SPAN&gt; button opens the &lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt; dialog where the &lt;SPAN class="Bold"&gt;Key Field for the Blob data&lt;/SPAN&gt; is selected and the blob can be resized to fit in the table cell if it is an image. Mark &lt;SPAN class="Bold"&gt;Shrink Images&lt;/SPAN&gt; and apply pixel width and height to resize the images to fit. The setting does not handle aspect ratio.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: bold; text-decoration: underline;"&gt;Note:&lt;/SPAN&gt; It is only possible to bundle Blobs using ODBC. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have made your selections of table and fields you may click &lt;SPAN class="Bold"&gt;OK&lt;/SPAN&gt; to insert the &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement(s) generated at the cursor position in the QlikView &lt;A href="https://community.qlik.com/"&gt;script&lt;/A&gt;. Pressing &lt;SPAN class="Bold"&gt;Cancel&lt;/SPAN&gt; will abandon changes.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Note!&lt;/SPAN&gt; The ODBC driver can usually interpret far more complicated &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statements than the ones which can be produced by this dialog. An alternative way to generate a more complex &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement is to use a query tool, e.g. Microsoft Query, and graphically make your &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement there. When this is done, copy (CTRL+C) the &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement and paste it (CTRL+V) into the QlikView script. (In MS Query, click the SQL button.)&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 00:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261665#M586152</guid>
      <dc:creator />
      <dc:date>2011-07-07T00:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261666#M586153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very interesting question! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For BLOBS it is said that : " &lt;STRONG&gt;It is only possible to bundle Blobs using ODBC! &lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas of how to load pdfs from a custom directory including pdfs in it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 09:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261666#M586153</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-07-07T09:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261667#M586154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very interesting, indeed.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, we can't move these PDFs into a blob column in a database without also building an interface for our end users.&amp;nbsp; That would be a lot of work.&amp;nbsp; Currently, they simply drop new PDFs into a shared, network folder and these should be bundle info loaded into the .qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My follow up question is same as @ivan_will: can we do the load from a directory on a filesystem, rather than from ODBC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 16:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261667#M586154</guid>
      <dc:creator />
      <dc:date>2011-07-07T16:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261668#M586155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 15:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261668#M586155</guid>
      <dc:creator>ivan_will</dc:creator>
      <dc:date>2011-07-08T15:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261669#M586156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm about ready to give up and put the documents in a folder accessible by the client and offer to open the document with a file:/// url, instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did read something about putting the documents into SharePoint and &lt;A href="http://cosier.wordpress.com/2008/11/19/connect-to-a-sharepoint-list-via-ole-db/"&gt;accessing SharePoint via OLEDB&lt;/A&gt;, but I can't get the OLEDB access via QV load script to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, it seems like a lot of trouble to involve SharePoint when all I want to do is embed a file in a .qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 15:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261669#M586156</guid>
      <dc:creator />
      <dc:date>2011-07-08T15:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261670#M586157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If your users have access to the folders containing the PDF's use infoload without the bundle-prefix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then launch the documents via a Link in a Straight Table, via an Action in a button or via the information-i in a List-box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 13:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261670#M586157</guid>
      <dc:creator>klausskalts</dc:creator>
      <dc:date>2011-08-02T13:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261671#M586158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Klaus -- Thank you for your suggestion.&amp;nbsp; This similar to what we ended up doing; we used a file URL in a link field, instead, but achieved a similar result.&amp;nbsp; We would have preferred to embed the PDFs into the .qvw, because we need to distribute the .qvw to remote users.&amp;nbsp; Now we must distribute not only the .qvw, but all the PDFs in an accompanying folder.&amp;nbsp; This is more complex and prone to error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2011 14:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261671#M586158</guid>
      <dc:creator />
      <dc:date>2011-08-02T14:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261672#M586159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you want&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;name, val&lt;BR /&gt;test, test.pdf&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INFO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;T1; &lt;SPAN style="font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿greetsz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Chrisz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 13:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261672#M586159</guid>
      <dc:creator />
      <dc:date>2011-09-07T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle info load PDF files</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261673#M586160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;chrisz wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you want&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;name, val&lt;BR /&gt;test, test.pdf&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INFO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RESIDENT &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;T1; &lt;SPAN style="font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿greetsz&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Chrisz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, but not quite.&amp;nbsp; The problem is that I want to embed the PDFs in the QVW and have QlikView open the embedded PDFs in a viewer.&amp;nbsp; But it won't do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2011 14:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-info-load-PDF-files/m-p/261673#M586160</guid>
      <dc:creator />
      <dc:date>2011-09-07T14:32:25Z</dc:date>
    </item>
  </channel>
</rss>

