<?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: Load Multiple Images to QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861147#M301412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BUNDLE LOAD is not for loading multiple images associated with for instance one customer. It is for getting the images loaded permanently into the data model - bundling them with regular data. Which is probably nothing you are looking for. This is normally just using up your precious RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you will have to do is to have multiple references for images connected to each customer. So you could either just number them or do that and have a special naming of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer Name],&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CustomerImages:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CustID, ImageNo, ImageRef, ImageDesc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, 1 , e:\imagestore\451234123.jpg, Profile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, 2 , e:\imagestore\451234124.jpg, Logo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, 3 , .....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1049, 1, e:\imagestore\551234FFF.jpg, Profile&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using Representation LINK you will not load the images into memory but the end result in your application is that the images can be handled and shown in exactly the same way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2015 22:30:21 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2015-05-14T22:30:21Z</dc:date>
    <item>
      <title>Load Multiple Images to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861146#M301411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was following this post &lt;A href="https://community.qlik.com/qlik-blogpost/3145"&gt;Loading Images into QlikView&lt;/A&gt; that worked really good. Now I need to link multiple images to one ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: I have a customer profile picture and a cover picture, both of them associated to the same CustomerID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do this with the Bundle LOAD but I'm not getting the expected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 14:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861146#M301411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-14T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Images to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861147#M301412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BUNDLE LOAD is not for loading multiple images associated with for instance one customer. It is for getting the images loaded permanently into the data model - bundling them with regular data. Which is probably nothing you are looking for. This is normally just using up your precious RAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you will have to do is to have multiple references for images connected to each customer. So you could either just number them or do that and have a special naming of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Customer Name],&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CustomerImages:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CustID, ImageNo, ImageRef, ImageDesc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, 1 , e:\imagestore\451234123.jpg, Profile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, 2 , e:\imagestore\451234124.jpg, Logo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, 3 , .....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1049, 1, e:\imagestore\551234FFF.jpg, Profile&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using Representation LINK you will not load the images into memory but the end result in your application is that the images can be handled and shown in exactly the same way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2015 22:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861147#M301412</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-14T22:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Images to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861148#M301413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/people/petter-s"&gt;petter-s&lt;/A&gt; great answer!!! I have one question, how can I generate an autonumber for each customer photo (in the example the ImageNo), in case that one customer have more or less photos than others. And how I should use the representation LINK?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;By the way, I'm reading the ImageRef from a table in a SQL Database.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;CustomerImages:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; CustID, &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;ImageNo&lt;/STRONG&gt;&lt;/SPAN&gt;, ImageRef, ImageDesc&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, &lt;SPAN style="; color: #ff0000;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt; , e:\imagestore\451234123.jpg, Profile&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/SPAN&gt; , e:\imagestore\451234124.jpg, Logo&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1001, &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;3&lt;/STRONG&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1049, &lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;, e:\imagestore\551234FFF.jpg, Profile&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 18:49:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861148#M301413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-15T18:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Images to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861149#M301414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CustomerImages:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // IF the last CustID is equal to the current CustID THEN &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // add 1 to the ImageID &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // ELSE &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start at one because it is the first ImageID for this CustID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( Peek('CustID') = CustID, Peek('ImageID') + 1 , 1 ) AS ImageID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REF;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; CustID, REF&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, A&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, B&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1, C&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2, E&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3, F&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3, G&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4, &lt;/P&gt;&lt;P&gt;&amp;nbsp; 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 6, AA&lt;/P&gt;&lt;P&gt;&amp;nbsp; 6, BB&lt;/P&gt;&lt;P&gt;&amp;nbsp; 7, CC&lt;/P&gt;&lt;P&gt;&amp;nbsp; 7,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 8, DD&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LOAD * INLINE [ ..... ];&amp;nbsp; you replace with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ref&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ImageTable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER BY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CustID&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 10:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861149#M301414</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-16T10:09:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Images to QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861150#M301415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hello &lt;A href="https://community.qlik.com/people/petter-s"&gt;petter-s&lt;/A&gt;‌I've suceded with the ImageID! thank you very much.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;One Last question. How do I use the &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; Representation LINK that you've mentioned before?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 15:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Images-to-QlikView/m-p/861150#M301415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-20T15:12:26Z</dc:date>
    </item>
  </channel>
</rss>

