<?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 Column to Rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Column-to-Rows/m-p/73405#M785041</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 one requirement as below. I have sample data like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMEI, contentype&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1236548989,Message&lt;/P&gt;&lt;P&gt;1236548989,Audio&lt;/P&gt;&lt;P&gt;1236548989,Images&lt;/P&gt;&lt;P&gt;1236548987,Message&lt;/P&gt;&lt;P&gt;1236548987,Vedio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this to be converted as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMEI, contentype&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1236548989,Message,Audio,Images&lt;/P&gt;&lt;P&gt;1236548987,Message,Vedio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, Balanandam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>balanandam</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Convert Column to Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Column-to-Rows/m-p/73405#M785041</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 one requirement as below. I have sample data like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMEI, contentype&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1236548989,Message&lt;/P&gt;&lt;P&gt;1236548989,Audio&lt;/P&gt;&lt;P&gt;1236548989,Images&lt;/P&gt;&lt;P&gt;1236548987,Message&lt;/P&gt;&lt;P&gt;1236548987,Vedio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need this to be converted as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IMEI, contentype&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1236548989,Message,Audio,Images&lt;/P&gt;&lt;P&gt;1236548987,Message,Vedio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, Balanandam&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/Convert-Column-to-Rows/m-p/73405#M785041</guid>
      <dc:creator>balanandam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Column to Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Column-to-Rows/m-p/73406#M785042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, this can be done&amp;nbsp; with Concat(), inscript needs a Group By clause:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; IMEI,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Concat(contentype, ',') as &lt;SPAN style="font-size: 13.3333px;"&gt;contentype&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident/from...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Group by IMEI;&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;Edit: and maybe&lt;SPAN style="font-size: 13.3333px;"&gt; Concat(&lt;STRONG&gt;distinct&lt;/STRONG&gt; contentype, ',') if you want to avoid repeated values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 11:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Column-to-Rows/m-p/73406#M785042</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-03-08T11:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Column to Rows</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Column-to-Rows/m-p/73407#M785043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this article on a generic load (reverse crosstable)&amp;nbsp; &lt;A href="https://qlikies.wordpress.com/2016/02/22/the-generic-load/" title="https://qlikies.wordpress.com/2016/02/22/the-generic-load/"&gt;https://qlikies.wordpress.com/2016/02/22/the-generic-load/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 11:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Column-to-Rows/m-p/73407#M785043</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2018-03-08T11:08:58Z</dc:date>
    </item>
  </channel>
</rss>

