<?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: loading 2 level cross tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/loading-2-level-cross-tables/m-p/624192#M229709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Perfect...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk a lot for all your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 16:16:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-26T16:16:27Z</dc:date>
    <item>
      <title>loading 2 level cross tables</title>
      <link>https://community.qlik.com/t5/QlikView/loading-2-level-cross-tables/m-p/624190#M229707</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;I have the attached excel files which is a 2 level cross table. First level is year and second level is quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to load this data into QlikView as a 4 column table&lt;/P&gt;&lt;P&gt;Employee&lt;/P&gt;&lt;P&gt;Year&lt;/P&gt;&lt;P&gt;Quarter&lt;/P&gt;&lt;P&gt;Rating&lt;/P&gt;&lt;P&gt;Is this possible in QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 12:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-2-level-cross-tables/m-p/624190#M229707</guid>
      <dc:creator />
      <dc:date>2014-03-26T12:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: loading 2 level cross tables</title>
      <link>https://community.qlik.com/t5/QlikView/loading-2-level-cross-tables/m-p/624191#M229708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to load your table twice - one for the header (this will be a mapping table for rename) and one for the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;Crosstable(Categorie, Value)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C, D, E, F, G, H, I&lt;/P&gt;&lt;P&gt;FROM [Cross Table.xlsx] (ooxml, no labels, table is Sheet1) Where len(A) = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t2:&lt;/P&gt;&lt;P&gt;Load Categorie, concat(Value, '|') as Column Resident t1 Group By Categorie;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; concatenate&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Categorie, Column&lt;/P&gt;&lt;P&gt;A, Employee&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t3:&lt;/P&gt;&lt;P&gt;Mapping Load * Resident t2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t4:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, B, C, D, E, F, G, H, I&lt;/P&gt;&lt;P&gt;FROM [Cross Table.xlsx] (ooxml, no labels, header is 2 lines, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rename fields using t3; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t5:&lt;/P&gt;&lt;P&gt;Crosstable(QuarterYear, Values, 1)&lt;/P&gt;&lt;P&gt;Load * Resident t4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t6:&lt;/P&gt;&lt;P&gt;NoConcatenate Load Employee, num(mid(QuarterYear, 1, 4)) as Year, mid(QuarterYear, 6, 2) as Quarter, Values Resident t5;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop tables t1, t2, t4, t5;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 16:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-2-level-cross-tables/m-p/624191#M229708</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-03-26T16:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: loading 2 level cross tables</title>
      <link>https://community.qlik.com/t5/QlikView/loading-2-level-cross-tables/m-p/624192#M229709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Perfect...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thansk a lot for all your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 16:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/loading-2-level-cross-tables/m-p/624192#M229709</guid>
      <dc:creator />
      <dc:date>2014-03-26T16:16:27Z</dc:date>
    </item>
  </channel>
</rss>

