<?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: AW:Re: Update/Refresh Image in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189647#M52452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget it, the example was perfect, Imade a simple stupid mistake. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2013 19:00:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-11T19:00:37Z</dc:date>
    <item>
      <title>Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189639#M52444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I have created a text-box containing a picture.&lt;/P&gt;&lt;P&gt;The problem is, that the original picture file has to be updated once a week.&lt;/P&gt;&lt;P&gt;My question is if there is a possibility to do this automaticaly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Simon&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, 16 Nov 2010 13:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189639#M52444</guid>
      <dc:creator />
      <dc:date>2010-11-16T13:55:24Z</dc:date>
    </item>
    <item>
      <title>Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189640#M52445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simon,&lt;/P&gt;&lt;P&gt;Take a look at the QlikView Reference Manual, page 205 (section 18.3). You can embed an image in a QlikView document and reference it using qmem:// syntax. You can then reload the image with the script.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 21:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189640#M52445</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-11-16T21:44:25Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189641#M52446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vlad.&lt;/P&gt;&lt;P&gt;I have checked the manual but it does only explain how to load something (arrows, smileys, etc.) from the internal files library.&lt;/P&gt;&lt;P&gt;What do you think would be the syntax for the image?&lt;/P&gt;&lt;P&gt;My picture is located at the following path within a subfolder of the qlikview document:&lt;/P&gt;&lt;P&gt;./gfx/demo.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 08:07:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189641#M52446</guid>
      <dc:creator />
      <dc:date>2010-11-17T08:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189642#M52447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have two possibilities here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- Using the image as an external file (so you will need both QlikView document and image file) you will link this image to a field:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, Cnt&lt;/P&gt;&lt;P&gt;Blue, 1&lt;/P&gt;&lt;P&gt;Red, 2]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Images:&lt;/P&gt;&lt;P&gt;INFO LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, Imagen&lt;/P&gt;&lt;P&gt;Blue, help_blue.png&lt;/P&gt;&lt;P&gt;Red, hep_red.png];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.- Embed those image files into QlikView document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the same script from paragraph 1, change INFO for BUNDLE, then you will refer to the image using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;='qmem://ID/Blue'&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.grupocomex.com"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 08:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189642#M52447</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-11-17T08:50:38Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189643#M52448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your replies.&lt;/P&gt;&lt;P&gt;This works fine &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the complete script once more if someone has the same question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P style="font-style: italic"&gt;Images:&lt;BR /&gt;BUNDLE LOAD * INLINE [&lt;BR /&gt; CustImg, Image&lt;BR /&gt; folder_1, folder_1.png&lt;BR /&gt; folder_2, folder_2.png&lt;BR /&gt;];&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Text-Object&lt;BR /&gt;(representation as image):&lt;/P&gt;&lt;P style="font-style: italic"&gt;='qmem://CustImg/folder_1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Folder-Content:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;embedded_image.qvw&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;folder_1.png&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;folder_2.png&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 09:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189643#M52448</guid>
      <dc:creator />
      <dc:date>2010-11-17T09:31:13Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189644#M52449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I want to get the information tested with an inline table from a csv-flatfile. Is there any possibility to do so?&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 11:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189644#M52449</guid>
      <dc:creator />
      <dc:date>2010-12-07T11:23:28Z</dc:date>
    </item>
    <item>
      <title>Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189645#M52450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your suggestions, all sorted now!&amp;nbsp; Bri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2011 08:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189645#M52450</guid>
      <dc:creator />
      <dc:date>2011-08-22T08:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189646#M52451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure this is correct and works on QV 11?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried a couple ways, both the way that Miguel and Skoenen indicated, the images do not appear in the text box.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load script is below, alternate which version tried by commenting out, currently using Miguel method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;// sn method, doesn't seem to display in text box using :&amp;nbsp; ='qmem://CustImg/acid3'&lt;/P&gt;&lt;P&gt;Images:&lt;/P&gt;&lt;P&gt;BUNDLE LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CustImg, Image&lt;/P&gt;&lt;P&gt;acid3,acid3.png&lt;/P&gt;&lt;P&gt;browswermark,browswermark.png&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;// MAB method, doesn't seem to display in text box using :&amp;nbsp; ='qmem://ID/Ad'&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID, Cnt&lt;/P&gt;&lt;P&gt;Ad, 1&lt;/P&gt;&lt;P&gt;Bk, 2];&lt;/P&gt;&lt;P&gt;&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;ID, Imagen&lt;/P&gt;&lt;P&gt;Ad, acid3.png&lt;/P&gt;&lt;P&gt;Bk, browswermark.png];&lt;/P&gt;&lt;P&gt;// MAB method, doesn't seem to display in text box with image display using the following in text box :&amp;nbsp; ='qmem://ID/Ad'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 17:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189646#M52451</guid>
      <dc:creator />
      <dc:date>2013-03-11T17:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189647#M52452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget it, the example was perfect, Imade a simple stupid mistake. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 19:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189647#M52452</guid>
      <dc:creator />
      <dc:date>2013-03-11T19:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189648#M52453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, thanks for sharing your script.&lt;/P&gt;&lt;P&gt;A question: in the Table Viewer i can see that the bundle load creates a new table &lt;EM&gt;&lt;STRONG&gt;$orphan_CustImg&lt;/STRONG&gt;&lt;/EM&gt;. Is that intended?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 09:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189648#M52453</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2013-09-11T09:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189649#M52454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i know what's the fault you did as i'm now trying this example and it didn't work in QV11??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 10:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189649#M52454</guid>
      <dc:creator />
      <dc:date>2014-08-27T10:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189650#M52455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm trying this example but it doesn't work with me&lt;/P&gt;&lt;P&gt;i'm using QV11&lt;/P&gt;&lt;P&gt;what could be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 10:18:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189650#M52455</guid>
      <dc:creator />
      <dc:date>2014-08-27T10:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189651#M52456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any change to share the qvw, Please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jul 2016 08:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189651#M52456</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-07-06T08:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189652#M52457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to add custom smiley images for RAG ratings using expressions in the List Box object.&amp;nbsp; I have edited your script based on my folder name and image name. I have tried to load the script but its saying '0 lines fetched' so i assume there are still some mistakes in my script. Could you please advise whether the below is correct or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Image name: fairface.png&lt;/P&gt;&lt;P&gt;Folder name: wcc IMAGES&lt;/P&gt;&lt;P&gt;Folder location: L:\ abc\wcc IMAGES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script&lt;/P&gt;&lt;P&gt;Images:&lt;/P&gt;&lt;P&gt;BUNDLE LOAD * INLINE [&lt;/P&gt;&lt;P&gt;CustImg, &lt;/P&gt;&lt;P&gt;qmem://CustImg/abc\wcc IMAGES, fairface.png&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 10:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189652#M52457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-01T10:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189653#M52458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I am trying to add custom smiley images for RAG ratings using expressions in the List Box object.&amp;nbsp; I have edited your script based on my folder name and image name. I have tried to load the script but its saying '0 lines fetched' so i assume there are still some mistakes in my script. Could you please advise whether the below is correct or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Image name: fairface.png&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Folder name: wcc IMAGES&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Folder location: L:\ abc\wcc IMAGES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Script&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Images:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;BUNDLE LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;CustImg,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;qmem://CustImg/abc\wcc IMAGES, fairface.png&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Nov 2017 09:36:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/189653#M52458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-02T09:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: AW:Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/1619909#M445682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the script, it works perfectly in QlikView.&lt;/P&gt;&lt;P&gt;Can I achieve same in QlikSense ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 09:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/1619909#M445682</guid>
      <dc:creator>Bala_s</dc:creator>
      <dc:date>2019-09-04T09:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: AW:Re: Update/Refresh Image</title>
      <link>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/1619910#M445683</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can I achieve same in QlikSense as well?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 09:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Update-Refresh-Image/m-p/1619910#M445683</guid>
      <dc:creator>Bala_s</dc:creator>
      <dc:date>2019-09-04T09:19:44Z</dc:date>
    </item>
  </channel>
</rss>

