<?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: Image in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Image/m-p/143032#M22408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&lt;/P&gt;&lt;P&gt;I have tried the code exactly as it is written except that i have TX09.&lt;/P&gt;&lt;P&gt;All I get is the path to the image as text in the textbox. Not the actual image.&lt;/P&gt;&lt;P&gt;Are there some more settings I have to do?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Sep 2013 08:28:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-25T08:28:21Z</dc:date>
    <item>
      <title>Image</title>
      <link>https://community.qlik.com/t5/QlikView/Image/m-p/143026#M22402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to change the External Image dynamically in QlikView?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 17:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Image/m-p/143026#M22402</guid>
      <dc:creator>manishkumar75</dc:creator>
      <dc:date>2009-04-30T17:49:00Z</dc:date>
    </item>
    <item>
      <title>Image</title>
      <link>https://community.qlik.com/t5/QlikView/Image/m-p/143027#M22403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're talking about changing an external image that is used for the background on a text box or chart or something, I have not found a way to do that using macros. I may be missing it in the API guide, but I could not find anything about image source.&lt;/P&gt;&lt;P&gt;I came up with a workaround to use multiple text boxes with the images I need. I then put them in the exact same position and base their visibility on a variable. In order to change the image, you just change the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2009 21:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Image/m-p/143027#M22403</guid>
      <dc:creator />
      <dc:date>2009-04-30T21:25:33Z</dc:date>
    </item>
    <item>
      <title>Image</title>
      <link>https://community.qlik.com/t5/QlikView/Image/m-p/143028#M22404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miller,&lt;/P&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;Actually I need to develop a Administrator Panel kind of application in which I can change the Image of the QV page with the file available on my local disc. This is similar kind of functionality which is availabe with the Text Box to change the background image.&lt;/P&gt;&lt;P&gt;- Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 18:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Image/m-p/143028#M22404</guid>
      <dc:creator>manishkumar75</dc:creator>
      <dc:date>2009-05-01T18:47:14Z</dc:date>
    </item>
    <item>
      <title>Image</title>
      <link>https://community.qlik.com/t5/QlikView/Image/m-p/143029#M22405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;BR /&gt;Is it what you want:&lt;/P&gt;&lt;P&gt;sub WP&lt;BR /&gt; set picture = ActiveDocument.Variables("vP").GetContent&lt;BR /&gt; status = ActiveDocument.SetWallPaper (picture.string , 1)&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;Variable vP contains the full path and name of the image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 May 2009 03:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Image/m-p/143029#M22405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-02T03:50:10Z</dc:date>
    </item>
    <item>
      <title>Image</title>
      <link>https://community.qlik.com/t5/QlikView/Image/m-p/143030#M22406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I want the functionality similar to :&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sub SetWall&lt;BR /&gt;set textImg = ActiveDocument.GetSheetObject("TX08")&lt;BR /&gt;set tp = textImg.GetProperties&lt;/P&gt;&lt;P&gt;rem Setting the Background Image of Text&lt;/P&gt;&lt;P&gt;textImg.SetProperties tp&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 12:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Image/m-p/143030#M22406</guid>
      <dc:creator>manishkumar75</dc:creator>
      <dc:date>2009-05-04T12:40:28Z</dc:date>
    </item>
    <item>
      <title>Image</title>
      <link>https://community.qlik.com/t5/QlikView/Image/m-p/143031#M22407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;I have solved the issue :-&lt;/P&gt;&lt;P&gt;Sub SetWall&lt;/P&gt;&lt;P&gt;set textImg = ActiveDocument.getsheetobject("TX08")&lt;BR /&gt; set picture = ActiveDocument.Variables("vP").GetContent&lt;BR /&gt; set tp = textImg.GetProperties&lt;BR /&gt; tp.Layout.Text.v = picture.string&lt;BR /&gt; textImg.SetProperties tp&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2009 13:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Image/m-p/143031#M22407</guid>
      <dc:creator>manishkumar75</dc:creator>
      <dc:date>2009-05-04T13:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Image</title>
      <link>https://community.qlik.com/t5/QlikView/Image/m-p/143032#M22408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting.&lt;/P&gt;&lt;P&gt;I have tried the code exactly as it is written except that i have TX09.&lt;/P&gt;&lt;P&gt;All I get is the path to the image as text in the textbox. Not the actual image.&lt;/P&gt;&lt;P&gt;Are there some more settings I have to do?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 08:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Image/m-p/143032#M22408</guid>
      <dc:creator />
      <dc:date>2013-09-25T08:28:21Z</dc:date>
    </item>
  </channel>
</rss>

