<?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: Bundle Info Load - Multiple Images Per Distinct Key in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532221#M1141936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not clear what your expectations are...&amp;nbsp; What does it mean, logically, to associate multiple images with one ID value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2013 16:38:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-26T16:38:48Z</dc:date>
    <item>
      <title>Bundle Info Load - Multiple Images Per Distinct Key</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532220#M1141935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to load multiple images to one distinct key using Bundle Info Load? I have not had success with this yet. It appears that only the first image for each distinct ID loads, capturing none of the other images into the qmem:// image folder.&amp;nbsp; An example of how my data is structured is below and the load statement beneath that. Please help. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ID&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Path&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;16566&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...\Catalog\Primary Drivers.jpg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;16566&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...\Catalog\Secondary Drivers.jpg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;16623&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...\Catalog\Compliance.jpg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;16623&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...\Catalog\Exec Summary.jpg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;16623&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...\Catalog\Opportunity.jpg&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;16623&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;...\Catalog\Scorecard.jpg&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bundle Info LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Path&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vAddProjectDims)&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is [Sheet2$]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532220#M1141935</guid>
      <dc:creator />
      <dc:date>2013-08-26T16:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info Load - Multiple Images Per Distinct Key</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532221#M1141936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not clear what your expectations are...&amp;nbsp; What does it mean, logically, to associate multiple images with one ID value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532221#M1141936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-26T16:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info Load - Multiple Images Per Distinct Key</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532222#M1141937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not possible. Every image needs a unique ID. But you can add another field in another table that links the image ID's to another ID:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;NewID, ID&lt;/P&gt;&lt;P&gt;165, 16556&lt;/P&gt;&lt;P&gt;165, 16557&lt;/P&gt;&lt;P&gt;166, 16623&lt;/P&gt;&lt;P&gt;166, 16624&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have several ID's and thus images per NewID value. You can use the NewID field instead of ID. You'll still need the ID field to reference the image in the qmem://&lt;EM&gt;&amp;lt;tabelname&amp;gt;&lt;/EM&gt;/&lt;EM&gt;&amp;lt;ID&amp;gt; &lt;/EM&gt;format though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532222#M1141937</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-26T16:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info Load - Multiple Images Per Distinct Key</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532223#M1141938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect. Thanks very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 17:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532223#M1141938</guid>
      <dc:creator />
      <dc:date>2013-08-26T17:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info Load - Multiple Images Per Distinct Key</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532224#M1141939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send me any .Qvw for the bundle info example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 07:45:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532224#M1141939</guid>
      <dc:creator />
      <dc:date>2014-02-13T07:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info Load - Multiple Images Per Distinct Key</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532225#M1141940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;How do when there are new images?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 19:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532225#M1141940</guid>
      <dc:creator />
      <dc:date>2014-08-27T19:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info Load - Multiple Images Per Distinct Key</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532226#M1141941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reload the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 09:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532226#M1141941</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-08-29T09:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bundle Info Load - Multiple Images Per Distinct Key</title>
      <link>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532227#M1141942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am trying to display in Qlikview a set of images (about 200MB in total) stored into a shared folder. Since it is a huge size, &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;I don't want to use de BUNDLE option.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So, without the BUNDLE option (using only INFO LOAD) everything works fine in local QV Client, hovewer in the server the images are not displayed.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;After searching a lot in the community, I did not find a solution.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Some help, please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Luis.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Sep 2016 14:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bundle-Info-Load-Multiple-Images-Per-Distinct-Key/m-p/532227#M1141942</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2016-09-14T14:30:18Z</dc:date>
    </item>
  </channel>
</rss>

