<?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 info table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/info-table/m-p/261979#M1180165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are info tables in qlikview??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Feb 2012 08:41:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-08T08:41:42Z</dc:date>
    <item>
      <title>info table</title>
      <link>https://community.qlik.com/t5/QlikView/info-table/m-p/261979#M1180165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are info tables in qlikview??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 08:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/info-table/m-p/261979#M1180165</guid>
      <dc:creator />
      <dc:date>2012-02-08T08:41:42Z</dc:date>
    </item>
    <item>
      <title>info table</title>
      <link>https://community.qlik.com/t5/QlikView/info-table/m-p/261980#M1180166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What info tables do you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 19:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/info-table/m-p/261980#M1180166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-10T19:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: info table</title>
      <link>https://community.qlik.com/t5/QlikView/info-table/m-p/261981#M1180167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitulgar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially these are a way of linking files to field values. These can be pictures, multimedia files, pictures, anything. You load them in the form of an "info" table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table takes the form of two columns - one is the field that already exists, that you are linking to and the other is a path containing the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Product&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;image&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;bananas&lt;/TD&gt;&lt;TD&gt;c:\banana.png&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;apples&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;c:\apples.png&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example above, we can link the products apples and bananas to their images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To recognise a table as an info table, put the word "info" before your load statement. To quote the helpfile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff;"&gt;&lt;EM&gt;The syntax is: &lt;/EM&gt;&lt;/P&gt;&lt;H4&gt;&lt;EM&gt;info ( loadstatement | selectstatement )&lt;/EM&gt;&lt;/H4&gt;&lt;H2&gt;&lt;EM&gt;Examples:&lt;/EM&gt;&lt;/H2&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="Bold"&gt;Info Load * from flagoecd.csv;&lt;/SPAN&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;&lt;EM&gt;Info Select * from infotable;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-weight: bold;"&gt;&lt;EM&gt;Info Select Key, Picture From infotable;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Feb 2012 08:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/info-table/m-p/261981#M1180167</guid>
      <dc:creator />
      <dc:date>2012-02-11T08:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: info table</title>
      <link>https://community.qlik.com/t5/QlikView/info-table/m-p/261982#M1180168</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;&lt;/P&gt;&lt;P&gt;Please clear your question first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2012 16:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/info-table/m-p/261982#M1180168</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2012-02-12T16:23:46Z</dc:date>
    </item>
  </channel>
</rss>

