<?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: Display a local image in an extension object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338255#M1239601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, not sure I understand your question.&amp;nbsp; What do you mean by "receive data" from another server?&amp;nbsp; Do you mean that you want to call out to another server and pull data into the extension to display there?&amp;nbsp; That should definitely be possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2018 19:27:19 GMT</pubDate>
    <dc:creator>Brian_Munz</dc:creator>
    <dc:date>2018-10-18T19:27:19Z</dc:date>
    <item>
      <title>Display a local image in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338249#M1239593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can display a div in an extension object with a hot-linked image from the web easily enough:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qva.AddExtension('ShowImage', function() { &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;this.Element.innerHTML = "&amp;lt;div style='width=200px; height:200px; background-image:url(&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.some.image.jpg" target="_blank"&gt;http://www.some.image.jpg&lt;/A&gt;&lt;SPAN&gt;)'&amp;gt;&amp;lt;/div&amp;gt;"; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But does anybody know how to show an image held locally inside the extension folder (i.e. sitting alongside your definition.xml, script.js and Icon.png)? I've been playing around without success and can't find any documentation or examples. I was hoping CSS 'background-image:url(local-image-in-extension-folder.jpg)' would work, but diesn't seem to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338249#M1239593</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Display a local image in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338250#M1239595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In all of my extensions I set a variable called path to use for locally stored images and things:&lt;/P&gt;&lt;P&gt;var path = Qva.Remote + "?public=only&amp;amp;name=Extensions/ShowImage/";&lt;/P&gt;&lt;P&gt;So you would adjust your code to be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt; this.Element.innerHTML = "&amp;lt;div style='width=200px; height:200px; background-image:url(" + path + "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.some.image.jpg/" style="background-color: #eef4f9; font-size: 12px; color: #007fc0; font-family: Arial;"&gt;some.image.jpg&lt;/A&gt;&lt;SPAN style="background-color: #eef4f9; font-size: 12px; color: #636363; font-family: Arial;"&gt;)'&amp;gt;&amp;lt;/div&amp;gt;";&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 17:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338250#M1239595</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-07-06T17:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display a local image in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338251#M1239597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, thanks Brian! That works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 22:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338251#M1239597</guid>
      <dc:creator />
      <dc:date>2012-07-06T22:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display a local image in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338252#M1239598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian I have to develop a strategic map based on the balanced scorecard, I was thinking of your org chart as basis for that, can you give me some pointers on how to add custom images to that chart (like the led images inluded in QV)?&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, 24 Apr 2014 17:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338252#M1239598</guid>
      <dc:creator>andrefpc</dc:creator>
      <dc:date>2014-04-24T17:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display a local image in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338253#M1239599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/23711"&gt;bmz&lt;/A&gt;, how can I connect a folder from another server?&lt;/P&gt;&lt;P&gt;\\other_server\folder\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I can use external sources via http, can I also receive data from another server as locally?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 10:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338253#M1239599</guid>
      <dc:creator>warfollowmy_ver</dc:creator>
      <dc:date>2018-10-11T10:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display a local image in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338254#M1239600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to reference files from another location as long as they're accessible from wherever your extension is running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 19:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338254#M1239600</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2018-10-18T19:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Display a local image in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338255#M1239601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, not sure I understand your question.&amp;nbsp; What do you mean by "receive data" from another server?&amp;nbsp; Do you mean that you want to call out to another server and pull data into the extension to display there?&amp;nbsp; That should definitely be possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 19:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338255#M1239601</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2018-10-18T19:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display a local image in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338256#M1239602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, the case is closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1560822"&gt;Re: Connect a folder from another server&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2018 00:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-a-local-image-in-an-extension-object/m-p/338256#M1239602</guid>
      <dc:creator>warfollowmy_ver</dc:creator>
      <dc:date>2018-10-19T00:16:00Z</dc:date>
    </item>
  </channel>
</rss>

