<?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: Generic Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457971#M171003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good explanation of concept!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Feb 2014 05:39:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-26T05:39:46Z</dc:date>
    <item>
      <title>Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457967#M170999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to know , what is generic load and what is the use of it, in what conditions do we use it??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 09:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457967#M170999</guid>
      <dc:creator />
      <dc:date>2012-11-22T09:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457968#M171000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A generic database is a table in which the field names are stored as field values in one column, while the&lt;/P&gt;&lt;P&gt;field values are stored in a second. Generic databases are usually used for attributes of different objects.&lt;/P&gt;&lt;P&gt;Consider the example below. It is a generic database containing two objects, a ball and a box. Obviously&lt;/P&gt;&lt;P&gt;some of the attributes, like color and weight, are common to both the objects, while others, like diameter,&lt;/P&gt;&lt;P&gt;height length and width are not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Imagine the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object attribute value&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ball color red&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ball diameter 10 cm&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ball weight 100 g&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;box color black&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;box height 16 cm&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;box length 20 cm&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;box weight 500 g&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;box width 10 cm&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loaded in QlikView we get three tables:&lt;/P&gt;&lt;P&gt;Object, Attribute &amp;amp; Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Generic Load we get:&lt;/P&gt;&lt;P&gt;Object, Color, Weight, Diameter, Width, Height &amp;amp; Length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See chapter &lt;STRONG&gt;27.1&lt;/STRONG&gt; in the QV Reference Manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 09:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457968#M171000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-22T09:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457969#M171001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;generic load splits a table with many columns to many smaller tables that have the name of the values of the last but one column of the original table. If your table is ORIGINAL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A B C Name Value&lt;/P&gt;&lt;P&gt;1 2&amp;nbsp; a&amp;nbsp; Prod&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P&gt;2 2&amp;nbsp; b&amp;nbsp; Sal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 23&lt;/P&gt;&lt;P&gt;3 2&amp;nbsp; c&amp;nbsp; Marg&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;you'll get 3 differnet tables when you Generic Load * from ORIGINAL&lt;/P&gt;&lt;P&gt;ORIGINAL.Prod&lt;/P&gt;&lt;P&gt;A B C Prod&lt;/P&gt;&lt;P&gt;1 2&amp;nbsp; a&amp;nbsp; 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ORIGINAL.Sal&lt;/P&gt;&lt;P&gt;A B C Sal&lt;/P&gt;&lt;P&gt;2 2&amp;nbsp; b&amp;nbsp; 23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and ORIGINAL.Marg&lt;/P&gt;&lt;P&gt;A B C Marg&lt;/P&gt;&lt;P&gt;3 2&amp;nbsp; c&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then (if you want so) join the three small tables and you'll have as a result the last 2 columns of the original table transformed from vertical to horizontally oriented. In this sense generic load is opposite of CrossTable. If you write Crosstable(Name, Value, 3) load * from the joined three small tables you'll get again the original table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 09:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457969#M171001</guid>
      <dc:creator />
      <dc:date>2012-11-22T09:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457970#M171002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;borislav, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My generic load&amp;nbsp; has generated 52 different table. Is it possible to merge them all to single table with 52 columns? If so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dror&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 11:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457970#M171002</guid>
      <dc:creator />
      <dc:date>2013-06-06T11:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457971#M171003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good explanation of concept!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 05:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457971#M171003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-26T05:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Generic Load</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457972#M171004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well explained.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 06:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Load/m-p/457972#M171004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-25T06:07:30Z</dc:date>
    </item>
  </channel>
</rss>

