<?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: CrossTable from Excel with Multiple Headers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930854#M962120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - Thanks for posting. would be great if you can explain logic as I am still experimenting writing script statements,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Oct 2015 18:44:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-20T18:44:14Z</dc:date>
    <item>
      <title>CrossTable from Excel with Multiple Headers</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930852#M962118</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 am new to Qlik and I would like to understand much better in creating right Cross table aggregation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In attached sheet for year 2015. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;1. I would like to display the value of every vehicle type Old Registration with Months attributes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I would like to display the value of every vehicle type New Registration with Months attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please suggest.,, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 16:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930852#M962118</guid>
      <dc:creator />
      <dc:date>2015-10-20T16:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable from Excel with Multiple Headers</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930853#M962119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable(Registration, Data)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD F1, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration] &amp;amp; '|' &amp;amp;[New Registration], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration1] &amp;amp; '|' &amp;amp;[New Registration1], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration2] &amp;amp; '|' &amp;amp;[New Registration2], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration3] &amp;amp; '|' &amp;amp;[New Registration3], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration4] &amp;amp; '|' &amp;amp;[New Registration4], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration5] &amp;amp; '|' &amp;amp;[New Registration5], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration6] &amp;amp; '|' &amp;amp;[New Registration6], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration7] &amp;amp; '|' &amp;amp;[New Registration7], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration8] &amp;amp; '|' &amp;amp;[New Registration8], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration9] &amp;amp; '|' &amp;amp;[New Registration9], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration10] &amp;amp; '|' &amp;amp;[New Registration10], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Old Registration11] &amp;amp; '|' &amp;amp;[New Registration11]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrosstableExercise.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, embedded labels, header is 1 lines, table is [46251-0005$]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD F1 as [Vehicle Type],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MakeDate(2015, RangeSum(1, KeepChar(SubField(Registration, '|', 1), '0123456789'))) as Date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SubField(Data, '|', 1) as [Old Registration],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; SubField(Data, '|', 2) as [New Registration]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len(Trim(KeepChar(Data, '0123456789'))) &amp;gt; 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102597_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 18:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930853#M962119</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-20T18:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable from Excel with Multiple Headers</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930854#M962120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - Thanks for posting. would be great if you can explain logic as I am still experimenting writing script statements,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 18:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930854#M962120</guid>
      <dc:creator />
      <dc:date>2015-10-20T18:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable from Excel with Multiple Headers</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930855#M962121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is more complicated script than a regular CrossTable Load, so would require some time posting a detailed response. I am home now, but will definitely post something detailed sometime tomorrow &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 21:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930855#M962121</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-10-20T21:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable from Excel with Multiple Headers</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930856#M962122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay is there a simple way, as you see in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. There are Months ( Jan, Feb.....Dec) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;2. for every month there are two categories ( Old Registration, New Registration)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;3. Vehicle Type is linked to Month, Category, Value. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we do something at transformation step and make changes when we apply crosstable and give name to attribuites and data? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 21:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930856#M962122</guid>
      <dc:creator />
      <dc:date>2015-10-20T21:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: CrossTable from Excel with Multiple Headers</title>
      <link>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930857#M962123</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;please try to use the search function of this site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some examples of what you could find:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4527"&gt;multi_header_pivot_import.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/867638"&gt;xls file with multiple header row&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/495486"&gt;Multiple header in the excel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/835643"&gt;Multiple header from Excel into Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 22:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/CrossTable-from-Excel-with-Multiple-Headers/m-p/930857#M962123</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-20T22:51:28Z</dc:date>
    </item>
  </channel>
</rss>

