<?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: How do you insert a $Info table in QlikView script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-you-insert-a-Info-table-in-QlikView-script/m-p/708413#M675963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's amazing how many people don't know that Qlikview Desktop has a Help file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor751"&gt;&lt;/A&gt;Info&lt;/H1&gt;&lt;P&gt;If a piece of external information, such as a text file, a picture or a video is to be linked to a field value, this is done in a table that is loaded using an &lt;SPAN class="Bold"&gt;info&lt;/SPAN&gt; prefix. (In some cases it will be preferable to store the information inside the .qvw file, by using the &lt;A class="MCXref_0"&gt;&lt;EM&gt;Bundle&lt;/EM&gt;&lt;/A&gt; prefix.) The table must contain two columns only, the first one with the field values that will form the keys to the information, the second one containing the information elements, e.g. the file names of the pictures etcetera.&lt;/P&gt;&lt;P&gt;The same applies to, for example, a picture from a database management system. On a binary field, a blob, the info select statement makes an implicit &lt;SPAN class="Bold"&gt;bundle&lt;/SPAN&gt;, i.e. the binary data will be fetched immediately and stored in the qvw. The binary data must be the second field in a &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;info &lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;( loadstatement | selectstatement )&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;STRONG&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="Code"&gt;Info LOAD * FROM flagoecd.csv;&lt;/P&gt;&lt;P class="Code"&gt;Info SQL SELECT * FROM infotable;&lt;/P&gt;&lt;P class="Code"&gt;Info SQL SELECT Key, Picture FROM infotable;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;You can find an example in this blog post: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/31/loading-images-into-qlikview" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;Loading Images into QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2014 08:40:48 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-07-04T08:40:48Z</dc:date>
    <item>
      <title>How do you insert a $Info table in QlikView script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-insert-a-Info-table-in-QlikView-script/m-p/708412#M675962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see there is an option to insert some kind of Info table as the System Fields shows a $Info option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody know what an Info table is and how you insert one as a example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An example of when you would use it would also be great! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 15:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-insert-a-Info-table-in-QlikView-script/m-p/708412#M675962</guid>
      <dc:creator />
      <dc:date>2014-07-03T15:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do you insert a $Info table in QlikView script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-you-insert-a-Info-table-in-QlikView-script/m-p/708413#M675963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's amazing how many people don't know that Qlikview Desktop has a Help file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor751"&gt;&lt;/A&gt;Info&lt;/H1&gt;&lt;P&gt;If a piece of external information, such as a text file, a picture or a video is to be linked to a field value, this is done in a table that is loaded using an &lt;SPAN class="Bold"&gt;info&lt;/SPAN&gt; prefix. (In some cases it will be preferable to store the information inside the .qvw file, by using the &lt;A class="MCXref_0"&gt;&lt;EM&gt;Bundle&lt;/EM&gt;&lt;/A&gt; prefix.) The table must contain two columns only, the first one with the field values that will form the keys to the information, the second one containing the information elements, e.g. the file names of the pictures etcetera.&lt;/P&gt;&lt;P&gt;The same applies to, for example, a picture from a database management system. On a binary field, a blob, the info select statement makes an implicit &lt;SPAN class="Bold"&gt;bundle&lt;/SPAN&gt;, i.e. the binary data will be fetched immediately and stored in the qvw. The binary data must be the second field in a &lt;SPAN class="Bold"&gt;select&lt;/SPAN&gt; statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;info &lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;( loadstatement | selectstatement )&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;/P&gt;&lt;P class="example"&gt;&lt;STRONG&gt;Examples:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="Code"&gt;Info LOAD * FROM flagoecd.csv;&lt;/P&gt;&lt;P class="Code"&gt;Info SQL SELECT * FROM infotable;&lt;/P&gt;&lt;P class="Code"&gt;Info SQL SELECT Key, Picture FROM infotable;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;You can find an example in this blog post: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/31/loading-images-into-qlikview" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;Loading Images into QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2014 08:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-you-insert-a-Info-table-in-QlikView-script/m-p/708413#M675963</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-07-04T08:40:48Z</dc:date>
    </item>
  </channel>
</rss>

