<?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 How we can load images in to QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283761#M105476</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;Don't you want to use Bundle Load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2011 08:14:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-31T08:14:59Z</dc:date>
    <item>
      <title>How we can load images in to QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283760#M105475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How we can load images(JPEG,.bmp etc) in to QV so that we can use them in text boxes, buttons etc. based on some conditions. I dont want to use info load. I want to pull the images into the scripts (if possible) and then display them conditionally. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 07:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283760#M105475</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-10-31T07:55:21Z</dc:date>
    </item>
    <item>
      <title>How we can load images in to QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283761#M105476</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;Don't you want to use Bundle Load ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283761#M105476</guid>
      <dc:creator />
      <dc:date>2011-10-31T08:14:59Z</dc:date>
    </item>
    <item>
      <title>How we can load images in to QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283762#M105477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Srini,&lt;/P&gt;&lt;P&gt;Can you please explain if possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:41:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283762#M105477</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-10-31T08:41:01Z</dc:date>
    </item>
    <item>
      <title>How we can load images in to QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283763#M105478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the script which load image from particular directory specified into QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each image in filelist ('*.png'); // Here it loads png image&lt;BR /&gt;let j= subfield(subfield(image,'\',-1),'.',1); &lt;/P&gt;&lt;P&gt;Smiley: // Table name&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Smile, Location // Fields under the table&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(j), $(image) // Image name and the location&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ];&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;next image; // loop to load all images&lt;/P&gt;&lt;P&gt;bundle info load * // Which load and save images from external location.&lt;BR /&gt;resident Smiley;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 13:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283763#M105478</guid>
      <dc:creator />
      <dc:date>2011-10-31T13:22:24Z</dc:date>
    </item>
    <item>
      <title>How we can load images in to QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283764#M105479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Srini,&lt;/P&gt;&lt;P&gt;Thanks for your help but I have done it other way around. This is also quite a logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 05:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-we-can-load-images-in-to-QV/m-p/283764#M105479</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2011-11-01T05:27:38Z</dc:date>
    </item>
  </channel>
</rss>

