<?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 Convert columns to rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218198#M71363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;I import a table from a database which looks like this:&lt;/P&gt;&lt;P&gt;Contact Line Number&lt;/P&gt;&lt;P&gt;1 10&lt;/P&gt;&lt;P&gt;1 20&lt;/P&gt;&lt;P&gt;1 30&lt;/P&gt;&lt;P&gt;2 10&lt;/P&gt;&lt;P&gt;2 20&lt;/P&gt;&lt;P&gt;But now i want to convert die Rows in columsn that the table looks like this:&lt;/P&gt;&lt;P&gt;Contact Line Number 1 Line Number 2 Line Number 3&lt;/P&gt;&lt;P&gt;1 10 20 30&lt;/P&gt;&lt;P&gt;2 10 20 -&lt;/P&gt;&lt;P&gt;The Command in the Script is:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Contact No,&lt;/P&gt;&lt;P&gt;Line No;&lt;/P&gt;&lt;P&gt;FROM Table ABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me! Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Feb 2011 11:08:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-16T11:08:31Z</dc:date>
    <item>
      <title>Convert columns to rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218198#M71363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;I import a table from a database which looks like this:&lt;/P&gt;&lt;P&gt;Contact Line Number&lt;/P&gt;&lt;P&gt;1 10&lt;/P&gt;&lt;P&gt;1 20&lt;/P&gt;&lt;P&gt;1 30&lt;/P&gt;&lt;P&gt;2 10&lt;/P&gt;&lt;P&gt;2 20&lt;/P&gt;&lt;P&gt;But now i want to convert die Rows in columsn that the table looks like this:&lt;/P&gt;&lt;P&gt;Contact Line Number 1 Line Number 2 Line Number 3&lt;/P&gt;&lt;P&gt;1 10 20 30&lt;/P&gt;&lt;P&gt;2 10 20 -&lt;/P&gt;&lt;P&gt;The Command in the Script is:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Contact No,&lt;/P&gt;&lt;P&gt;Line No;&lt;/P&gt;&lt;P&gt;FROM Table ABC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me! Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 11:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218198#M71363</guid>
      <dc:creator />
      <dc:date>2011-02-16T11:08:31Z</dc:date>
    </item>
    <item>
      <title>Convert columns to rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218199#M71364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Check &lt;A href="http://community.qlik.com/media/p/130199.aspx" target="_blank" title="Simple Crosstable Sample"&gt;this file&lt;/A&gt; on how to use the Crosstable load in QlikView.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 11:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218199#M71364</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-02-16T11:16:35Z</dc:date>
    </item>
    <item>
      <title>Convert columns to rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218200#M71365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Andy needs opposite of crosstable load, which is GENERIC LOAD.&lt;/P&gt;&lt;P&gt;There are some examples here: http://qlikviewnotes.blogspot.com/2010/05/use-cases-for-generic-load.html&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 11:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218200#M71365</guid>
      <dc:creator>tanelry</dc:creator>
      <dc:date>2011-02-16T11:35:48Z</dc:date>
    </item>
    <item>
      <title>Convert columns to rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218201#M71366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried the Crosstable Command but it doesn´t work.&lt;/P&gt;&lt;P&gt;The field Contact No_ isn´t found. Here the Code in the script:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/5658.Sample-Code.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/5658.Sample-Code.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also tried the Generic Load, but i don´t unterstand the command related to my Table..&lt;/P&gt;&lt;P&gt;Can you help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 11:40:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218201#M71366</guid>
      <dc:creator />
      <dc:date>2011-02-16T11:40:35Z</dc:date>
    </item>
    <item>
      <title>Convert columns to rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218202#M71367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no field named "Contact No_" in Table Test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 11:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218202#M71367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-16T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Convert columns to rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218203#M71368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check the following sample script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;RawData:LOAD * INLINE [ID, Line1, 101, 201, 302, 102, 20]; DataTemp:LOAD ID, Pick((Line/10), 'Line 1', 'Line 2', 'Line 3') AS LineNo, Line AS LineNoContentRESIDENT RawData; DROP TABLE RawData; Data:GENERIC LOAD *RESIDENT DataTemp; DROP TABLE DataTemp;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then create a now chart, Pivot Table, select ID as Dimension and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Only([Line 1])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Only([Line 2])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Only([Line 3])&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;as Expressions. &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Is that what you are looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Feb 2011 11:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-columns-to-rows/m-p/218203#M71368</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-02-16T11:51:57Z</dc:date>
    </item>
  </channel>
</rss>

