<?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: Use of qmem, info and bundle to use custom icons in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342260#M492986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar problem with my icons that didn't showed up.&lt;/P&gt;&lt;P&gt;It only worked when I put the BUNDLE LOAD * INLINE sentence at the last/bottom/final tab of the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jan 2014 15:52:43 GMT</pubDate>
    <dc:creator>arieidel</dc:creator>
    <dc:date>2014-01-03T15:52:43Z</dc:date>
    <item>
      <title>Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342251#M492977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to use custom arrows and icons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to embed the files into the qvw using the following script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Images:&lt;/P&gt;&lt;P&gt;BUNDLE LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Img, Image&lt;/P&gt;&lt;P&gt;sad, smile_sad_48.png&lt;/P&gt;&lt;P&gt;grin, smile_grin_48.png&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then into an expression to call the icon like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if($(var1)&amp;gt;$(var2), 'qmem://Img/smile_sad_48.png','qmem://Img/smile_grin_48.png')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the reference png to bundled ones an it works:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if($(var1)&amp;gt;$(var2), 'qmem://Img/smile_sad_48.png','qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 12:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342251#M492977</guid>
      <dc:creator />
      <dc:date>2012-06-07T12:39:31Z</dc:date>
    </item>
    <item>
      <title>Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342252#M492978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reference to the bundle image should be &lt;/P&gt;&lt;P&gt;&amp;nbsp; qmem://field/value&lt;/P&gt;&lt;P&gt;not the file name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qmem://Img/sad&lt;/P&gt;&lt;P&gt;qmem://Img/grin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 15:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342252#M492978</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-06-07T15:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342253#M492979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting the same thing as discussed above.&lt;/P&gt;&lt;P&gt;In my script I have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;BUNDLE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&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;[&amp;nbsp; &lt;BR /&gt;MOSAIC_Group, Path&lt;BR /&gt;B, Q:\Qlikview Apps\CRUISE\QVD_Data\MOSAIC_B.jpg&lt;BR /&gt;E, Q:\Qlikview Apps\CRUISE\QVD_Data\MOSAIC_E.jpg&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;When I LOAD in debug mode, there are no errors (although it doesn't show any images being loaded).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;When I use the Images tab on Chart Edit Expression, I see the following 2 listed under Image Folder dropdown:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&amp;lt;bundled&amp;gt;/BuiltIn&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;MOSAIC_Group/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;But ... my 2 images are not available under the Image dropdown.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Advice please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks, Richard&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 14:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342253#M492979</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-09-24T14:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342254#M492980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like no images are being loaded. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a listbox for field "MOSAIC_Group". Does it have the values B &amp;amp; C? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select one of the values, does the info icon "i" appear in the caption? If not, then the jpg files were not found in the load or did not load for some other reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 19:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342254#M492980</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-09-24T19:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342255#M492981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt and helpful response as usual &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I have found that if my BUNDLE LOAD does not use an existing field name (from other tables) then the load is fine, but results in an 'orphan' table. Then following your suggestion of a listbox, the "i" does appear in the caption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My intention was to link images to the existing field called MOSAIC_Group. For example, I could then creat a table chart showing MOSAIC_Group and its related image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I misunderstood the purpose ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. How do I mark your previous response as 'helpful' ? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 08:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342255#M492981</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-09-25T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342256#M492982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you are doing -- two tables -- should work. It sounds like you are running up against some other problem. AutoConcatenation perhaps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the relevant script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think only the original poster can mark answers correct or helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 22:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342256#M492982</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-09-25T22:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342257#M492983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;I will take another look, and perhaps post the script later.&lt;/P&gt;&lt;P&gt;Shame I can't acknowledge your help, but thanks anyway. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 07:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342257#M492983</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2013-09-26T07:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342258#M492984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can "Like" my post if you wan to acknowledge it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 13:55:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342258#M492984</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-09-27T13:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342259#M492985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only the user who wrote the first message (the owner of the post) can mark an answer as Helpful or Correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342259#M492985</guid>
      <dc:creator>arieidel</dc:creator>
      <dc:date>2014-01-03T15:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342260#M492986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar problem with my icons that didn't showed up.&lt;/P&gt;&lt;P&gt;It only worked when I put the BUNDLE LOAD * INLINE sentence at the last/bottom/final tab of the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 15:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342260#M492986</guid>
      <dc:creator>arieidel</dc:creator>
      <dc:date>2014-01-03T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342261#M492987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You, my friend, are a wonderful human being. This has been driving me mad for about 2 hours before I stumbled on this post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can confirm that putting the bundle load at the very end of the script works, where it won't if it's in the middle of the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QlikTech, could you put this handy little nugget of info in the user guide?, or maybe just make it work in the middle of the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2014 15:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342261#M492987</guid>
      <dc:creator>anthonyeeles</dc:creator>
      <dc:date>2014-03-21T15:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342262#M492988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The same thing happened to me.&amp;nbsp; It was working, but then it stopped working until I put the load statement at the end of the script, then everything fine again.&amp;nbsp; I checked all the column names, no duplicates.&amp;nbsp; If anyone can shed any light on this I would still like to understand why this may be happening, please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 20:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342262#M492988</guid>
      <dc:creator />
      <dc:date>2014-05-28T20:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342263#M492989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exacly the same here&lt;/P&gt;&lt;P&gt;loading images has to be at the end of the script !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe a bug ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 14:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/342263#M492989</guid>
      <dc:creator />
      <dc:date>2014-07-11T14:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Use of qmem, info and bundle to use custom icons</title>
      <link>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/1750164#M492990</link>
      <description>&lt;P&gt;Hi Rob, am struggling with the application of bundle, could you take a look please -&amp;nbsp;&lt;/P&gt;&lt;P&gt;Back end Script (Note: Attachment.Body is the BLOB image field, Attachment.ParentId is the key field, data extracted directly from Salesforce using Salesforce connector):-&lt;/P&gt;&lt;P&gt;ImageTable:&lt;BR /&gt;Bundle Info&lt;BR /&gt;load&lt;BR /&gt;Attachment.ParentId,&lt;BR /&gt;Attachment.Body;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;Attachment.ParentId,&lt;BR /&gt;Attachment.Body&lt;BR /&gt;FROM Attachment;&lt;/P&gt;&lt;P&gt;DateTable:&lt;BR /&gt;LOAD&lt;BR /&gt;Attachment.ParentId,&lt;BR /&gt;Attachment.LastModifiedDate&lt;BR /&gt;FROM&lt;BR /&gt;[Date.qvd] (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UI (Text Box):&lt;/P&gt;&lt;P&gt;1. How should the expression be written?&amp;nbsp;What will replace the question Mark in below try?&lt;/P&gt;&lt;P&gt;'qmem://ParentId/?'&lt;/P&gt;&lt;P&gt;Requirement: A picture should show up in the text box when the corresponding Parent ID is selected from a UI filter (always one selected)&lt;/P&gt;&lt;P&gt;2. Info function doesn't work either. Example: info(Parent ID). Why is that?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sid&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 00:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-of-qmem-info-and-bundle-to-use-custom-icons/m-p/1750164#M492990</guid>
      <dc:creator>siddharth_kulka</dc:creator>
      <dc:date>2020-10-07T00:18:10Z</dc:date>
    </item>
  </channel>
</rss>

