<?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: qmem - not displaying in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363657#M417626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob is correct. Move the dollar expansion out of the Inline part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Images:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Bundle LOAD ImageID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; If(ImageID = 'CompanyLogo'), ImagePath, &lt;STRONG&gt;$(pGlobalImagePath)&lt;/STRONG&gt; &amp;amp; '\' &amp;amp; ImagePath as ImagePath&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ImageID, ImagePath &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; splash, splash.png &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; splashlogo, splashlogo.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; infobutton, infobutton.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; getstarted, getstarted.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; logo, logo.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; infologo, infologo.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; CS_collasped, CurrentSelections_collapsed.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; CS_expanded, CurrentSelections_expanded.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; searching, searching.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; CompanyLogo, 'C:\QLIK\ImagePlacement\Images\EA_Horizontal.png'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a bit messy because CompanyLogo comes from a different location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2017 05:26:20 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2017-07-07T05:26:20Z</dc:date>
    <item>
      <title>qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363650#M417619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I realize this has been answered and I'm still having issues with it.&amp;nbsp; This is the desire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview V11. is the version being used.&amp;nbsp; I saw one area where V11 doesn't work.&amp;nbsp; Is that true?\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the code to show the script and text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InLine&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;/* images and icons URL paths */&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SET&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;pGlobalImagePath&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '.\Images';&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;/* Global and Local Images and Icons */&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; Images:&lt;BR /&gt; &lt;/SPAN&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;[&lt;BR /&gt; ImageID ,ImagePath &lt;BR /&gt; splash ,$(pGlobalImagePath)\splash.png &lt;BR /&gt; splashlogo ,$(pGlobalImagePath)\splashlogo.png&lt;BR /&gt; infobutton ,$(pGlobalImagePath)\infobutton.png&lt;BR /&gt; getstarted ,$(pGlobalImagePath)\getstarted.png&lt;BR /&gt; &lt;BR /&gt; logo ,$(pGlobalImagePath)\logo.png&lt;BR /&gt; infologo ,$(pGlobalImagePath)\infologo.png&lt;BR /&gt; CS_collasped ,$(pGlobalImagePath)\CurrentSelections_collapsed.png&lt;BR /&gt; CS_expanded ,$(pGlobalImagePath)\CurrentSelections_expanded.png&lt;BR /&gt; searching ,$(pGlobalImagePath)\searching.png&lt;BR /&gt; CompanyLogo ,$(pGlobalImagePath)\EA_Horizontal.png'&lt;BR /&gt; ]&lt;/SPAN&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;---- Notice = the images is to be in another folder.&amp;nbsp; I took it this folder needs to be under what is running.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;For example, if the .qvw is running in "imageplacement" folder, then the images is under that folder.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;\ImagePlacement\Images ===== is this correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then, the .png is there and is not working at all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Text Object&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='qmem://ImageID/CompanyLogo' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=== and the background is set to blue, the only thing showing is "BLUE".&amp;nbsp; the image is not showing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363650#M417619</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-06-13T16:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363651#M417620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure but I think the reason for not working is your relative path to the image-folders. I suggest to replace them with a full-path contructed per documentpath() maybe similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left(documentpath(), index(documentpath(), '\', -1) &amp;amp; 'Images\'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 13:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363651#M417620</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-06-14T13:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363652#M417621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for at least responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2017 13:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363652#M417621</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-06-22T13:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363653#M417622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also having this problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried every way i can to bundle load images into the qmem but whichever way i do it, although the log file tells me the references from the image and location list has been picked up, qmem only show the "&amp;lt;bundled&amp;gt;/" images in the expression builder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jun 2017 14:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363653#M417622</guid>
      <dc:creator>danieljfern</dc:creator>
      <dc:date>2017-06-23T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363654#M417623</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;SCRIPT &lt;SPAN style="font-size: 8pt;"&gt;Images:&lt;BR /&gt; &lt;/SPAN&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;[&lt;BR /&gt; ImageID ,ImagePath &lt;BR /&gt; splash ,$(pGlobalImagePath)\splash.png &lt;BR /&gt; splashlogo ,$(pGlobalImagePath)\splashlogo.png&lt;BR /&gt; infobutton ,$(pGlobalImagePath)\infobutton.png&lt;BR /&gt; getstarted ,$(pGlobalImagePath)\getstarted.png&lt;BR /&gt; &lt;BR /&gt; logo ,$(pGlobalImagePath)\logo.png&lt;BR /&gt; infologo ,$(pGlobalImagePath)\infologo.png&lt;BR /&gt; CS_collasped ,$(pGlobalImagePath)\CurrentSelections_collapsed.png&lt;BR /&gt; CS_expanded ,$(pGlobalImagePath)\CurrentSelections_expanded.png&lt;BR /&gt; searching ,$(pGlobalImagePath)\searching.png&lt;BR /&gt; CompanyLogo ,'C:\QLIK\ImagePlacement\Images\EA_Horizontal.png'&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This now shows up in "Edit Expression" in Text object Properties.&amp;nbsp; It shows correctly.&amp;nbsp; However, it still is showing the "Background color and not the image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Representation is image.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's the text -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'qmem://ImageID/CompanyLogo'&amp;nbsp; - which does work now, when the image is on "C".&amp;nbsp; Apparently, me using the &lt;A href="https://community.qlik.com/"&gt;\\dev&lt;/A&gt; server - does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 16:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363654#M417623</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-07-06T16:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363655#M417624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you are missing the bolded part of this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=&lt;/STRONG&gt; 'qmem://&lt;STRONG&gt;&amp;lt;bundled&amp;gt;/&lt;/STRONG&gt;ImageID/CompanyLogo.&lt;STRONG&gt;png&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 03:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363655#M417624</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-07-07T03:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363656#M417625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe DSE $() substitution will take place in your inline data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;,$(pGlobalImagePath)\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;You will need to specify the actual path. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 04:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363656#M417625</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-07-07T04:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363657#M417626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob is correct. Move the dollar expansion out of the Inline part:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Images:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Bundle LOAD ImageID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; If(ImageID = 'CompanyLogo'), ImagePath, &lt;STRONG&gt;$(pGlobalImagePath)&lt;/STRONG&gt; &amp;amp; '\' &amp;amp; ImagePath as ImagePath&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ImageID, ImagePath &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; splash, splash.png &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; splashlogo, splashlogo.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; infobutton, infobutton.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; getstarted, getstarted.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; logo, logo.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; infologo, infologo.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; CS_collasped, CurrentSelections_collapsed.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; CS_expanded, CurrentSelections_expanded.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; searching, searching.png&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; CompanyLogo, 'C:\QLIK\ImagePlacement\Images\EA_Horizontal.png'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a bit messy because CompanyLogo comes from a different location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 05:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363657#M417626</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-07-07T05:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363658#M417627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp; I will try that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if all the images come from the same location?&amp;nbsp; Will that make it better?&amp;nbsp; Also, it still has a "blue background" and the image is not showing.&amp;nbsp; What is still wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363658#M417627</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-07-07T12:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363659#M417628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@jonathan dienst, I tried it and when putting in the script, it produces "errors"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I even tried taking everything and posting screen shots below.&lt;IMG alt="QlikIssue_Image.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169448_QlikIssue_Image.jpg" style="width: 620px; height: 495px;" /&gt;t the company logo out.&amp;nbsp; Still can't get the &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363659#M417628</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-07-07T12:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363660#M417629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place a = sign in front of the expression, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;=&lt;/SPAN&gt;'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/arrow_e.png'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And maybe you also need the &amp;lt;bundled&amp;gt; bit, to be sure use the paste button&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363660#M417629</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-07-07T12:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363661#M417630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did use the "paste" button - that's what it generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will try "=" - thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363661#M417630</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-07-07T12:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363662#M417631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am most appreciative of everyone assisting me with this issue.&amp;nbsp; With the last reply, I now have my IMAGE on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS TO ALL!!!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2017 12:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363662#M417631</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-07-07T12:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: qmem - not displaying</title>
      <link>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363663#M417632</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;What if the image is in the same place as $expansion? &lt;/P&gt;&lt;P&gt;How do you use that ?&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, 07 Jul 2017 14:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qmem-not-displaying/m-p/1363663#M417632</guid>
      <dc:creator>derekledbetter</dc:creator>
      <dc:date>2017-07-07T14:16:57Z</dc:date>
    </item>
  </channel>
</rss>

