<?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 multiple dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362528#M837836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Crosstable should work&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor452"&gt;&lt;/A&gt;Crosstable&lt;/H1&gt;&lt;P&gt;A cross table is a common type of table featuring a matrix of values between two or more orthogonal lists of header data, of which one is used as column headers. A typical example could be to have one column per month. To transform a cross table into a straight table, use a &lt;SPAN class="Bold"&gt;crosstable&lt;/SPAN&gt; prefix. The result is that the column headers (e.g. month names) will be stored in one field - the attribute field - and the column data (month numbers) will be stored in a second field: the data field.&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;crosstable (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;attribute field name, data field name [ , n ] &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; ( loadstatement | selectstatement )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;attribute field name&lt;/SPAN&gt; is the field to contain the attribute values. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;data field name&lt;/SPAN&gt; is the field to contain the data values. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; is the number of qualifier fields preceding the table to be transformed to generic form. Default is 1. &lt;/P&gt;&lt;H3&gt;Examples:&lt;/H3&gt;&lt;P class="Code"&gt;Crosstable (Month, Sales) Load * from ex1.csv;&lt;/P&gt;&lt;P class="Code"&gt;Crosstable (Month,Sales,2) Load * from ex2.csv;&lt;/P&gt;&lt;P class="Code"&gt;Crosstable (A,B) Select * from table3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 15:01:42 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2017-05-17T15:01:42Z</dc:date>
    <item>
      <title>Crosstable multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362525#M837833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I trying to figure out how to load a crosstable in QlikView. I have managed to do it before, but then I only had one dimension in the columns and now I have two... I would very much appreciate it if someone could help me load attached exceltable into QlikView. The first two columns should be dimensions, as well as the years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362525#M837833</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362526#M837834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Item&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[2013]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[2014]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[2015]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[2016]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;C&gt;&lt;BR /&gt; (&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ooxml&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;header&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;lines&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; QV); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Note: Change the path according to your needs....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362526#M837834</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-05-17T14:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362527#M837835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Aufnahme_2017_05_17_16_43_08_494.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163753_Aufnahme_2017_05_17_16_43_08_494.gif" style="height: 348px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 14:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362527#M837835</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-05-17T14:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362528#M837836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Crosstable should work&lt;/P&gt;&lt;H1&gt;&lt;A name="kanchor452"&gt;&lt;/A&gt;Crosstable&lt;/H1&gt;&lt;P&gt;A cross table is a common type of table featuring a matrix of values between two or more orthogonal lists of header data, of which one is used as column headers. A typical example could be to have one column per month. To transform a cross table into a straight table, use a &lt;SPAN class="Bold"&gt;crosstable&lt;/SPAN&gt; prefix. The result is that the column headers (e.g. month names) will be stored in one field - the attribute field - and the column data (month numbers) will be stored in a second field: the data field.&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;crosstable (&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;attribute field name, data field name [ , n ] &lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; ( loadstatement | selectstatement )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;attribute field name&lt;/SPAN&gt; is the field to contain the attribute values. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;data field name&lt;/SPAN&gt; is the field to contain the data values. &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;n&lt;/SPAN&gt; is the number of qualifier fields preceding the table to be transformed to generic form. Default is 1. &lt;/P&gt;&lt;H3&gt;Examples:&lt;/H3&gt;&lt;P class="Code"&gt;Crosstable (Month, Sales) Load * from ex1.csv;&lt;/P&gt;&lt;P class="Code"&gt;Crosstable (Month,Sales,2) Load * from ex2.csv;&lt;/P&gt;&lt;P class="Code"&gt;Crosstable (A,B) Select * from table3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362528#M837836</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-17T15:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable multiple dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362529#M837837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works perfect! Thank You&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 05:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-multiple-dimensions/m-p/1362529#M837837</guid>
      <dc:creator />
      <dc:date>2017-05-18T05:08:25Z</dc:date>
    </item>
  </channel>
</rss>

