<?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: Table rotation in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839641#M654127</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to export the result by .qvd, it's why I want it in the script (unless there is a possibilties to export a pivot table into .qvd ???)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the source is not an Excel but directly from a data base&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 08:28:34 GMT</pubDate>
    <dc:creator>demoustier</dc:creator>
    <dc:date>2015-06-17T08:28:34Z</dc:date>
    <item>
      <title>Table rotation in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839637#M654123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="240"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" width="80"&gt;Name&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="80"&gt;Type&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="80"&gt;Count&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;X&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Y&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Y&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Z&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Z&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Z&lt;/TD&gt;&lt;TD class="xl63" style="border-top: none; border-left: none;"&gt;D&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I need to have a transposed table generated by the script as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="400"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" width="80"&gt;Name&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="80"&gt;A&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="80"&gt;B&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="80"&gt;C&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="80"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;X&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Y&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Z&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;5&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;6&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;7&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In other word, I need to define, in the script, the name of a field by a formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think it's possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 07:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839637#M654123</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2015-06-17T07:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table rotation in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839638#M654124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generic&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Name, Type, Count&lt;/P&gt;&lt;P&gt;&amp;nbsp; X, A, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; X, B, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; Y, A, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp; Y, C, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp; Z, A, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp; Z, C, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp; Z, D, 7&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839638#M654124</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-06-17T08:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table rotation in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839639#M654125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why you want to do this in the script?&lt;/P&gt;&lt;P&gt;Isnt better to do in a pivot table in QlikView?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839639#M654125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T08:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table rotation in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839640#M654126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you import a Excel file you cando this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;BR /&gt;LOAD F2, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F3, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F5, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; F7, &lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[..\External Data\test.xls]&lt;BR /&gt;(biff, embedded labels, table is A$, filters(&lt;BR /&gt;Transpose(),&lt;BR /&gt;Transpose(),&lt;BR /&gt;Transpose()&lt;BR /&gt;));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look for the second step of importation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839640#M654126</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T08:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table rotation in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839641#M654127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to export the result by .qvd, it's why I want it in the script (unless there is a possibilties to export a pivot table into .qvd ???)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the source is not an Excel but directly from a data base&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839641#M654127</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2015-06-17T08:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table rotation in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839642#M654130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Generic&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Name, Type, Count&lt;/P&gt;&lt;P&gt;&amp;nbsp; X, A, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; X, B, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; Y, A, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp; Y, C, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp; Z, A, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp; Z, C, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp; Z, D, 7&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Test_Temp:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident Test.A;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Test_Temp)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident Test.B;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Test_Temp)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident Test.C;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join(Test_Temp)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident Test.D;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Tables Test.A,Test.B,Test.C,Test.D;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839642#M654130</guid>
      <dc:creator />
      <dc:date>2015-06-17T08:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Table rotation in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839643#M654135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wooww !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's works !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does it means "Resident Test.B" ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839643#M654135</guid>
      <dc:creator>demoustier</dc:creator>
      <dc:date>2015-06-17T08:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table rotation in the script</title>
      <link>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839644#M654137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer the link for more drtails about generic load.&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;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sindhu Kannan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 08:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-rotation-in-the-script/m-p/839644#M654137</guid>
      <dc:creator />
      <dc:date>2015-06-17T08:50:04Z</dc:date>
    </item>
  </channel>
</rss>

