<?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: Qlikview Import All Images in Folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339682#M702872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try BUNDLE prefix in the LOAD statement? The details are in the Qlikview Reference Manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jul 2012 15:13:30 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2012-07-08T15:13:30Z</dc:date>
    <item>
      <title>Qlikview Import All Images in Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339681#M702871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI There,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway to import a batch of pictures into qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to import the images into 1 column and import the file names into another column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 09:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339681#M702871</guid>
      <dc:creator />
      <dc:date>2012-07-08T09:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Import All Images in Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339682#M702872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try BUNDLE prefix in the LOAD statement? The details are in the Qlikview Reference Manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 15:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339682#M702872</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2012-07-08T15:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Import All Images in Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339683#M702873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi krishamoorthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your reply. If I understand correctly, the bundle load picture will import binary BLOB data and not all the pictures in 1 folder that i have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would for qlikview to load all the images as well as their corresponding file names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you know of any way that i can achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jul 2012 19:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339683#M702873</guid>
      <dc:creator />
      <dc:date>2012-07-08T19:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Import All Images in Folder</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339684#M702874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found the solution in the following blog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/161553"&gt;http://community.qlik.com/message/161553&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To load all the images into the qvw would be insane. So the best method as described from the blog above is to reference the images and allow qlikview to point to the image files using the method below&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 09:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Import-All-Images-in-Folder/m-p/339684#M702874</guid>
      <dc:creator />
      <dc:date>2012-07-09T09:08:46Z</dc:date>
    </item>
  </channel>
</rss>

