<?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 Rows to Columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196993#M56831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use a pivot table&lt;/P&gt;&lt;P&gt;see the attached image:&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0044.forums.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0044.forums.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Feb 2011 06:56:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-02T06:56:03Z</dc:date>
    <item>
      <title>Convert Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196992#M56830</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;I need a help in converting rows to columns at script level.&lt;/P&gt;&lt;P&gt;The number of rows converting to columns will be always fixed but the value may change.&lt;/P&gt;&lt;P&gt;The data is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;BR /&gt; Loc, Brand, Value&lt;BR /&gt; A, 101, 10&lt;BR /&gt; A, 102, 15&lt;BR /&gt; A, 103, 12&lt;BR /&gt; A, 104, 16&lt;BR /&gt; B, 101, 15&lt;BR /&gt; B, 102, 18&lt;BR /&gt; B, 103, 22&lt;BR /&gt; V, 104, 13&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The out put should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 240pt; border-collapse: collapse;" width="320"&gt;&lt;COLGROUP&gt;&lt;COL span="5" style="width: 48pt;" width="64" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD class="xl63" height="20" style="background-color: yellow; width: 48pt; height: 15pt; border: windowtext 0.5pt solid;" width="64"&gt;Loc&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;" width="64"&gt;101&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;" width="64"&gt;102&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;" width="64"&gt;103&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: yellow; width: 48pt; border-top: windowtext 0.5pt solid; border-right: windowtext 0.5pt solid;" width="64"&gt;104&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD class="xl64" height="20" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;12&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;16&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD class="xl64" height="20" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext 0.5pt solid; background-color: transparent; height: 15pt; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;15&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;18&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;22&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-bottom: windowtext 0.5pt solid; border-left: windowtext; background-color: transparent; border-top: windowtext; border-right: windowtext 0.5pt solid;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thnaks in advance.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 06:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196992#M56830</guid>
      <dc:creator />
      <dc:date>2011-02-02T06:44:32Z</dc:date>
    </item>
    <item>
      <title>Convert Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196993#M56831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use a pivot table&lt;/P&gt;&lt;P&gt;see the attached image:&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0044.forums.JPG"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0044.forums.JPG" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 06:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196993#M56831</guid>
      <dc:creator />
      <dc:date>2011-02-02T06:56:03Z</dc:date>
    </item>
    <item>
      <title>Convert Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196994#M56832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Why do you need to do it at script level. We can easily do it front end.&lt;/P&gt;&lt;P&gt;Create a pivot table and add the dimensions. NOw drag the required field to top of the expression and you will find the required output.&lt;/P&gt;&lt;P&gt;Let us know if you still want to do it at scipt level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 06:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196994#M56832</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-02-02T06:58:32Z</dc:date>
    </item>
    <item>
      <title>Convert Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196995#M56833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have have other filed to drag into pivot table and moreover these values will be inbetween some dimension columns.&lt;/P&gt;&lt;P&gt;So, that is the reason I asked to develop at script level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 07:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196995#M56833</guid>
      <dc:creator />
      <dc:date>2011-02-02T07:15:01Z</dc:date>
    </item>
    <item>
      <title>Convert Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196996#M56834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls try with Try with Transform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 07:42:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196996#M56834</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-02-02T07:42:55Z</dc:date>
    </item>
    <item>
      <title>Convert Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196997#M56835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Deepak,&lt;/P&gt;&lt;P&gt;We cannot perfrom all task at front end. it also have limitation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 07:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196997#M56835</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2011-02-02T07:44:08Z</dc:date>
    </item>
    <item>
      <title>Convert Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196998#M56836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I think this will be quite easy at front end level only.&lt;/P&gt;&lt;P&gt;above that it will benificial for all of us if we get any script for the same.&lt;/P&gt;&lt;P&gt;can some one share it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 08:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196998#M56836</guid>
      <dc:creator />
      <dc:date>2011-02-02T08:43:59Z</dc:date>
    </item>
    <item>
      <title>Convert Rows to Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196999#M56837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I also recommend use the pivot table to achieve your desired result but you can try with the Generic Load&lt;/P&gt;&lt;P&gt;See the image and tell us if this is what you want&lt;/P&gt;&lt;P&gt;With this method, every value of Brand will be splited in several columns with it's value as a name&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 18:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Rows-to-Columns/m-p/196999#M56837</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2011-02-02T18:10:52Z</dc:date>
    </item>
  </channel>
</rss>

