<?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: Sort a pivot with 3 dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sort-a-pivot-with-3-dimension/m-p/309956#M579069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can concatenate your dimensions in a column.&lt;/P&gt;&lt;P&gt;You put that column in first so you can sort with this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You hide this column with the macro : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Collapse&lt;/P&gt;&lt;P&gt;call HideColumn("CH06", 1)&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;private sub HideColumn(ch, n)&lt;/P&gt;&lt;P&gt;set ch = ActiveDocument.GetSheetObject(ch)&lt;/P&gt;&lt;P&gt;ch.SetPixWidth (n-1), 0&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you to stop the posssibility of reduction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cyril&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 13:49:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-16T13:49:01Z</dc:date>
    <item>
      <title>Sort a pivot with 3 dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-a-pivot-with-3-dimension/m-p/309954#M579067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;I have a&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;problem with&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;sorting a&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;pivot&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;I have two&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;dimensions on the&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;left and&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;one on the top&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-family: arial, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;One expression with the sum of value.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sort the pivot by decreasing value for the first dimension but if i expand the second dimension is not sort correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestion??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach a example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 20:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-a-pivot-with-3-dimension/m-p/309954#M579067</guid>
      <dc:creator>filippo</dc:creator>
      <dc:date>2012-02-22T20:04:14Z</dc:date>
    </item>
    <item>
      <title>Sort a pivot with 3 dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-a-pivot-with-3-dimension/m-p/309955#M579068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With partial sum for car doesnt change any mor, but I dont know if thats what you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 23:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-a-pivot-with-3-dimension/m-p/309955#M579068</guid>
      <dc:creator />
      <dc:date>2012-02-22T23:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sort a pivot with 3 dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Sort-a-pivot-with-3-dimension/m-p/309956#M579069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can concatenate your dimensions in a column.&lt;/P&gt;&lt;P&gt;You put that column in first so you can sort with this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You hide this column with the macro : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Collapse&lt;/P&gt;&lt;P&gt;call HideColumn("CH06", 1)&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;private sub HideColumn(ch, n)&lt;/P&gt;&lt;P&gt;set ch = ActiveDocument.GetSheetObject(ch)&lt;/P&gt;&lt;P&gt;ch.SetPixWidth (n-1), 0&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you to stop the posssibility of reduction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Cyril&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sort-a-pivot-with-3-dimension/m-p/309956#M579069</guid>
      <dc:creator />
      <dc:date>2012-03-16T13:49:01Z</dc:date>
    </item>
  </channel>
</rss>

