<?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: Transform Rows to Columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025406#M346540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/941366"&gt;Cross Table Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 09:35:46 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-04-13T09:35:46Z</dc:date>
    <item>
      <title>Transform Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025405#M346539</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 have following Data-Table (1.5 Million Rows)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DataTable.png" class="jive-image image-1" height="202" src="https://community.qlik.com/legacyfs/online/121517_DataTable.png" style="height: 202px; width: 294.624px;" width="295" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and i want to transform this into this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="DataTable2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/121518_DataTable2.png" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;during the load in my datamodel:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;I've tried it with Transformation -&amp;gt; Rotate (here it rotates the whole table but i only want to rotate the two marked columns) and Crosstable and couldn't find the right solution. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Then i found this way. Creating the Table Step by Step.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14605395514679434 jive_text_macro" jivemacro_uid="_14605395514679434" modifiedtitle="true"&gt;
&lt;P&gt;CAT:&lt;/P&gt;
&lt;P&gt;LOAD ID_ARTIKEL as %KeyArtikel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; MERKMAL as BAUGR&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [..\..\..\..\..\Data\epM\PROD1\qvd\CAT_MERKMAL.qvd](qvd)&lt;/P&gt;
&lt;P&gt;WHERE CAT_KUZEI = 'BAUGR';&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;left join(CAT)&lt;/P&gt;
&lt;P&gt;LOAD ID_ARTIKEL as %KeyArtikel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; MERKMAL as CE&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; [..\..\..\..\..\Data\epM\PROD1\qvd\CAT_MERKMAL.qvd](qvd)&lt;/P&gt;
&lt;P&gt;WHERE CAT_KUZEI = 'CE';&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It's working but &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;i'm not satisfied with this&amp;nbsp; because i have to do this for every record in CAT_KUZEI and there are 462 distinct Values &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Have someone here a sample or solution how i can transform my table to the right structure?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Philipp&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 09:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025405#M346539</guid>
      <dc:creator>phil-ebm</dc:creator>
      <dc:date>2016-04-13T09:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025406#M346540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/941366"&gt;Cross Table Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 09:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025406#M346540</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-13T09:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025407#M346541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cross Table is in the opposite direction - transforming rows to columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 09:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025407#M346541</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-04-13T09:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025408#M346542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generic load will be helpful in this case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3629"&gt;The Generic Load&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 09:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025408#M346542</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-13T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025409#M346543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The technique that &lt;A href="https://community.qlik.com/qlik-users/63925"&gt;dathu.qv&lt;/A&gt;‌ shows in this article should suit your needs fine: &lt;A href="https://community.qlik.com/message/1018381"&gt;Re: Any alternate to Generic load?&lt;/A&gt; His suggestion is NOT a generic load but use &lt;STRONG&gt;GROUP BY&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 09:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025409#M346543</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-04-13T09:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Transform Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025410#M346544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never heard from the Generic Load but it was exactly what i wanted. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/love.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 11:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transform-Rows-to-Columns/m-p/1025410#M346544</guid>
      <dc:creator>phil-ebm</dc:creator>
      <dc:date>2016-04-13T11:27:16Z</dc:date>
    </item>
  </channel>
</rss>

