<?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: info load images from filesystem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/info-load-images-from-filesystem/m-p/1006205#M647638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you trued the BUNDLE function ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below pasted from QV Desktop Help :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor217"&gt;&lt;/A&gt;Bundle&lt;/H1&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt;prefix is used to include external files, such as image or sound files, or objects connected to a field value, to be stored in the qvw file. &lt;/P&gt;&lt;P&gt;If a piece of external information, such as an image or a sound file is to be connected to a field value, this is done in a table that is loaded with the &lt;SPAN class="Bold"&gt;Info&lt;/SPAN&gt; prefix. In order to maintain portability, it is possible to include the external files into the .qvw file itself. To this end use the &lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt; prefix. The bundled info files are compressed in the process, but will nevertheless take up additional space both in the file and in RAM. Therefore consider both the size and the number of bundled files before going for this solution. &lt;/P&gt;&lt;P&gt;The info may be referenced from the layout as normal info, via the chart info function or as an internal file via the special syntax &lt;SPAN class="Bold"&gt;qmem:&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;// fieldname / fieldvalue alternatively &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;qmem:&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;// fieldname / &amp;lt; index &amp;gt;&lt;/SPAN&gt; where index is the internal index of a field value. &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;Info&lt;/SPAN&gt; prefix may be omitted when &lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt; is used. &lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[&lt;SPAN class="Bold"&gt;Info&lt;/SPAN&gt;] ( loadstatement | selectstatement)&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;Bundle Info Load * Fom flagoecd.csv;&lt;/P&gt;&lt;P class="Code"&gt;Bundle SQL Select * From infotable;&lt;/P&gt;&lt;H3&gt;See also:&lt;/H3&gt;&lt;P&gt;The description of the syntax for the &lt;A class="MCXref_0"&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/A&gt; and &lt;A class="MCXref_0"&gt;&lt;EM&gt;Select (SQL)&lt;/EM&gt;&lt;/A&gt; statements. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Linking Information to Field Values (page 1)&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;A class="MCXref_0"&gt;&lt;EM&gt;Info&lt;/EM&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Oct 2015 18:19:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-19T18:19:57Z</dc:date>
    <item>
      <title>info load images from filesystem</title>
      <link>https://community.qlik.com/t5/QlikView/info-load-images-from-filesystem/m-p/1006204#M647637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to load Images from filsystem. i have a Folder with many Pictures in it, named &amp;lt;AtricleNumber&amp;gt;.png. how can i load this Pictures in qlikview without a seperate table. i want to attach These Picture with entering the articlenumber=filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 09:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/info-load-images-from-filesystem/m-p/1006204#M647637</guid>
      <dc:creator>jasminreinalter</dc:creator>
      <dc:date>2015-10-19T09:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: info load images from filesystem</title>
      <link>https://community.qlik.com/t5/QlikView/info-load-images-from-filesystem/m-p/1006205#M647638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you trued the BUNDLE function ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below pasted from QV Desktop Help :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor217"&gt;&lt;/A&gt;Bundle&lt;/H1&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt;prefix is used to include external files, such as image or sound files, or objects connected to a field value, to be stored in the qvw file. &lt;/P&gt;&lt;P&gt;If a piece of external information, such as an image or a sound file is to be connected to a field value, this is done in a table that is loaded with the &lt;SPAN class="Bold"&gt;Info&lt;/SPAN&gt; prefix. In order to maintain portability, it is possible to include the external files into the .qvw file itself. To this end use the &lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt; prefix. The bundled info files are compressed in the process, but will nevertheless take up additional space both in the file and in RAM. Therefore consider both the size and the number of bundled files before going for this solution. &lt;/P&gt;&lt;P&gt;The info may be referenced from the layout as normal info, via the chart info function or as an internal file via the special syntax &lt;SPAN class="Bold"&gt;qmem:&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;// fieldname / fieldvalue alternatively &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;qmem:&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;// fieldname / &amp;lt; index &amp;gt;&lt;/SPAN&gt; where index is the internal index of a field value. &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;Info&lt;/SPAN&gt; prefix may be omitted when &lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt; is used. &lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;Bundle&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[&lt;SPAN class="Bold"&gt;Info&lt;/SPAN&gt;] ( loadstatement | selectstatement)&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;Bundle Info Load * Fom flagoecd.csv;&lt;/P&gt;&lt;P class="Code"&gt;Bundle SQL Select * From infotable;&lt;/P&gt;&lt;H3&gt;See also:&lt;/H3&gt;&lt;P&gt;The description of the syntax for the &lt;A class="MCXref_0"&gt;&lt;EM&gt;Load&lt;/EM&gt;&lt;/A&gt; and &lt;A class="MCXref_0"&gt;&lt;EM&gt;Select (SQL)&lt;/EM&gt;&lt;/A&gt; statements. &lt;/P&gt;&lt;P&gt;&lt;EM&gt;Linking Information to Field Values (page 1)&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;A class="MCXref_0"&gt;&lt;EM&gt;Info&lt;/EM&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 18:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/info-load-images-from-filesystem/m-p/1006205#M647638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-19T18:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: info load images from filesystem</title>
      <link>https://community.qlik.com/t5/QlikView/info-load-images-from-filesystem/m-p/1006206#M647639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much, now it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 07:46:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/info-load-images-from-filesystem/m-p/1006206#M647639</guid>
      <dc:creator>jasminreinalter</dc:creator>
      <dc:date>2015-10-23T07:46:00Z</dc:date>
    </item>
  </channel>
</rss>

