<?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>article How to use Info Load vs Bundle Load (QlikView) in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Info-Load-vs-Bundle-Load-QlikView/ta-p/1710373</link>
    <description>&lt;P&gt;If you need Images in Qlikview you can read out a Dir with Images and store them into the QlikView Application.&lt;/P&gt;
&lt;P&gt;For this you need the QlikView Function &lt;SPAN style="color: #006400;"&gt;Info Load &lt;/SPAN&gt;or &lt;SPAN style="color: #006400;"&gt;Bundle Info Load&lt;/SPAN&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Bundle&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;If a piece of external information, such as an image or a sound is to be connected to a field value, &lt;A href="https://help.qlik.com/en-US/qlikview/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Info.htm" target="_blank" rel="noopener"&gt;this can be done via a table that is loaded with the info prefix&lt;/A&gt; . If you want to include the external files into the qvw itself, e.g for portability reasons, you may use the&lt;A href="https://help.qlik.com/en-US/qlikview/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Bundle.htm" target="_blank" rel="noopener"&gt; bundle prefix&lt;/A&gt;. The info files will be stored in a compressed way but will nevertheless take up space both in the file and in RAM. It is therefore not recommended to use the bundle prefix when files are too large or too many.&lt;BR /&gt;&lt;BR /&gt;The info may be referenced from the layout as normal info, via the info chart&amp;nbsp;function or referenced as an internal file via&lt;STRONG&gt; the special syntax &lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;qmem://294fieldname / fieldvalue&lt;/SPAN&gt;&lt;/STRONG&gt; alternatively &lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;&lt;STRONG&gt;qmem:// fieldname / &amp;lt; index &amp;gt;&lt;/STRONG&gt; &lt;/SPAN&gt;where index is the internal index of a field value. The info prefix may be omitted when bundle is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;The syntax is:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;PRE class="ckeditor_codeblock"&gt;bundle [info] ( loadstatement | selectstatement)&lt;/PRE&gt;
&lt;P&gt;Attached you will find an application which is using this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To include an Image you need an Expression like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;='qmem://FlagName/' &amp;amp; [Country]&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;and you must set up Image as Representation (Expression Tab in Properties)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Directory;
bundle Load Name As FlagName,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Path As FlagPath
FROM
Pathes.xlsx
(ooxml, embedded labels, table is Flaglist);

LOAD * INLINE [
&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Country
&amp;nbsp;&amp;nbsp;&amp;nbsp; Thomas, Germany
&amp;nbsp;&amp;nbsp;&amp;nbsp; Hugo, Sweden
&amp;nbsp;&amp;nbsp;&amp;nbsp; Anton, USA
];&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Jan 2021 09:32:44 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2021-01-21T09:32:44Z</dc:date>
    <item>
      <title>How to use Info Load vs Bundle Load (QlikView)</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Info-Load-vs-Bundle-Load-QlikView/ta-p/1710373</link>
      <description>&lt;P&gt;If you need Images in Qlikview you can read out a Dir with Images and store them into the QlikView Application.&lt;/P&gt;
&lt;P&gt;For this you need the QlikView Function &lt;SPAN style="color: #006400;"&gt;Info Load &lt;/SPAN&gt;or &lt;SPAN style="color: #006400;"&gt;Bundle Info Load&lt;/SPAN&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Bundle&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;If a piece of external information, such as an image or a sound is to be connected to a field value, &lt;A href="https://help.qlik.com/en-US/qlikview/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Info.htm" target="_blank" rel="noopener"&gt;this can be done via a table that is loaded with the info prefix&lt;/A&gt; . If you want to include the external files into the qvw itself, e.g for portability reasons, you may use the&lt;A href="https://help.qlik.com/en-US/qlikview/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/Bundle.htm" target="_blank" rel="noopener"&gt; bundle prefix&lt;/A&gt;. The info files will be stored in a compressed way but will nevertheless take up space both in the file and in RAM. It is therefore not recommended to use the bundle prefix when files are too large or too many.&lt;BR /&gt;&lt;BR /&gt;The info may be referenced from the layout as normal info, via the info chart&amp;nbsp;function or referenced as an internal file via&lt;STRONG&gt; the special syntax &lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;qmem://294fieldname / fieldvalue&lt;/SPAN&gt;&lt;/STRONG&gt; alternatively &lt;SPAN style="font-family: Courier New,Courier,monospace;"&gt;&lt;STRONG&gt;qmem:// fieldname / &amp;lt; index &amp;gt;&lt;/STRONG&gt; &lt;/SPAN&gt;where index is the internal index of a field value. The info prefix may be omitted when bundle is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;The syntax is:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;PRE class="ckeditor_codeblock"&gt;bundle [info] ( loadstatement | selectstatement)&lt;/PRE&gt;
&lt;P&gt;Attached you will find an application which is using this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To include an Image you need an Expression like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;='qmem://FlagName/' &amp;amp; [Country]&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;and you must set up Image as Representation (Expression Tab in Properties)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Directory;
bundle Load Name As FlagName,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Path As FlagPath
FROM
Pathes.xlsx
(ooxml, embedded labels, table is Flaglist);

LOAD * INLINE [
&amp;nbsp;&amp;nbsp;&amp;nbsp; Name, Country
&amp;nbsp;&amp;nbsp;&amp;nbsp; Thomas, Germany
&amp;nbsp;&amp;nbsp;&amp;nbsp; Hugo, Sweden
&amp;nbsp;&amp;nbsp;&amp;nbsp; Anton, USA
];&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 09:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-to-use-Info-Load-vs-Bundle-Load-QlikView/ta-p/1710373</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2021-01-21T09:32:44Z</dc:date>
    </item>
  </channel>
</rss>

