<?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 Change Rows into Column in QliKView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-Rows-into-Column-in-QliKView/m-p/60791#M771731</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;Could you please help how to resolve below issue in QlikView Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204403_Sample.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lawrance A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>lawrance</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Change Rows into Column in QliKView</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Rows-into-Column-in-QliKView/m-p/60791#M771731</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;Could you please help how to resolve below issue in QlikView Script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204403_Sample.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lawrance A&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/Change-Rows-into-Column-in-QliKView/m-p/60791#M771731</guid>
      <dc:creator>lawrance</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change Rows into Column in QliKView</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Rows-into-Column-in-QliKView/m-p/60792#M771732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lawrance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is quite a simple piece of script. Please see the picture below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TestTable.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204408_TestTable.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 19:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Rows-into-Column-in-QliKView/m-p/60792#M771732</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2018-06-05T19:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Change Rows into Column in QliKView</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Rows-into-Column-in-QliKView/m-p/60793#M771733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lawrance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached sheet and application for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code if you are using personal edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know for any further clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Akshaya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PS - if you find this solution as correct and helpful, mark it as correct/helpful.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;//*************************************************************************************************************&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel;DBQ=C:\Users\Akshaya\Documents\Test\Test.xlsx];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cols_Temp:&lt;/P&gt;&lt;P&gt;SQLCOLUMNS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ColumnNo:&lt;/P&gt;&lt;P&gt;Load max(ORDINAL) as MaxOrdinal Resident Cols_Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vLoop = Peek('MaxOrdinal',0,ColumnNo)/2-1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Cols_Temp;&lt;/P&gt;&lt;P&gt;Drop Table ColumnNo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;SQL Select ID,Name from `C:\Users\Akshaya\Documents\Test\Test.xlsx`.`Sheet1$`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 1 to $(vLoop)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL select ID$(i) as ID, Name$(i) as Name from `C:\Users\Akshaya\Documents\Test\Test.xlsx`.`Sheet1$`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next i;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 19:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Rows-into-Column-in-QliKView/m-p/60793#M771733</guid>
      <dc:creator>adityaakshaya</dc:creator>
      <dc:date>2018-06-05T19:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change Rows into Column in QliKView</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Rows-into-Column-in-QliKView/m-p/60794#M771734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the question has been answered please mark the right response as &lt;STRONG&gt;CORRECT&lt;/STRONG&gt; and if you feel like it give all the persons that were helpful a &lt;STRONG&gt;HELPFUL&lt;/STRONG&gt; tag on their responses too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 14:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Rows-into-Column-in-QliKView/m-p/60794#M771734</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-06-29T14:26:51Z</dc:date>
    </item>
  </channel>
</rss>

