<?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: Pivot table aggr sort *CHALLENGE* in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408542#M151933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;HIC - Just thinking on what you said, if the Aggr Function sorts on Load Order then how about if we create a pseudo table with required sort order for the sake of Load Order and drop it before we load the original table. Something like this...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;&lt;STRONG&gt;SortOrderTable&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;LOAD FinalClientName, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;Count(ClientName) as MyCount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;from TestData.qvd(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;Group by ClientName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;order by ClientName Desc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;Drop Table SortOrderTable;&lt;/SPAN&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;&lt;STRONG&gt;TestData&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;LOAD applymap('ClientMap',ClientName) as FinalClientName, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;capitalize(applymap('IssuerMap',IssueName)) as IssueName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;from TestData.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;And then Load the original table with the data. I could have tried it if I have full data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Do you think something like this works? Because QlikView remembers the Load Order when it loads for the first time. So instead of using ClientName we can use FinalClientName within our expressions which contains right Load Order.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://QlikShare.com"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Dec 2012 23:09:00 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2012-12-02T23:09:00Z</dc:date>
    <item>
      <title>Pivot table aggr sort *CHALLENGE*</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408539#M151930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question on sorting in a pivot table where I have used aggr in two calculated dimensions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have provided an example with limited info where I only want to show the top 5 clients by count, and only the top 5 issuers by count for those clients.&amp;nbsp; I believe I have achieved that with these two dimensions and one expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;lt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vTopClients&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rank&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IssueName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IssueName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;lt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;vTopIssuers&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;IssueName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have also properly sorted the first column (Clients) using &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;rank&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ClientName&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN id="mce_marker"&gt;&lt;SPAN id="mce_marker"&gt;I am stuck on the last part, which is sorting the second column. I can't seem to get the Issuers to sort correctly by count from greatest to least. My chart is showing the Issuers with the top five counts just not in order! Ugh. I provided references tables on the right so you will know when you have sorted it correctly. Jellyfish needs to be the second client shown..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;﻿Will you help me sort this please?? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Sep 2012 13:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408539#M151930</guid>
      <dc:creator>scotthan</dc:creator>
      <dc:date>2012-09-14T13:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table aggr sort *CHALLENGE*</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408540#M151931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing the same issue. Did you figure out how to solve this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 06:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408540#M151931</guid>
      <dc:creator />
      <dc:date>2012-11-30T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table aggr sort *CHALLENGE*</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408541#M151932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current situation is that the table created by the aggr function (in your case count(ClientName), ClientName,IssueName) is always sorted by the load order of the grouping fields (ClientName,IssueName). I have looked at this problem myself and I have not found any way to sort it differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We (QlikTech) also see the need to be able to specify the sort order and we are looking at ways to solve this in future versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 11:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408541#M151932</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-11-30T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table aggr sort *CHALLENGE*</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408542#M151933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;HIC - Just thinking on what you said, if the Aggr Function sorts on Load Order then how about if we create a pseudo table with required sort order for the sake of Load Order and drop it before we load the original table. Something like this...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;&lt;STRONG&gt;SortOrderTable&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;LOAD FinalClientName, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;Count(ClientName) as MyCount&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;from TestData.qvd(qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;Group by ClientName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;order by ClientName Desc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;Drop Table SortOrderTable;&lt;/SPAN&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;&lt;STRONG&gt;TestData&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;LOAD applymap('ClientMap',ClientName) as FinalClientName, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;capitalize(applymap('IssuerMap',IssueName)) as IssueName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; color: #003366;"&gt;from TestData.qvd(qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;And then Load the original table with the data. I could have tried it if I have full data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Do you think something like this works? Because QlikView remembers the Load Order when it loads for the first time. So instead of using ClientName we can use FinalClientName within our expressions which contains right Load Order.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://QlikShare.com"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Dec 2012 23:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408542#M151933</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-12-02T23:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table aggr sort *CHALLENGE*</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408543#M151934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I think it would work. But it would be a &lt;STRONG&gt;&lt;EM&gt;static &lt;/EM&gt;&lt;/STRONG&gt;definition of the sort order, which perhaps isn't what you want. You probably want the order to change as you make selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, your example assummes an "order by" when loading from a qvd. That will not work. "Order by" only works on "Load ... resident". (Unfortunately...) So, you would have to do it in two steps: Either two qvw:s (the first one creates the qvd with the right order, the second uses the qvd.) Or, using a resident load like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PreSortOrderTable:&lt;/P&gt;&lt;P&gt;LOAD ClientName as TempClientName,&lt;/P&gt;&lt;P&gt;Count(ClientName) as MyCount&lt;/P&gt;&lt;P&gt;from TestData.qvd(qvd)&lt;/P&gt;&lt;P&gt;Group by ClientName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SortOrderTable:&lt;/P&gt;&lt;P&gt;LOAD TempClientName as ClientName&lt;/P&gt;&lt;P&gt;resident PreSortOrderTable&lt;/P&gt;&lt;P&gt;order by MyCount Desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table PreSortOrderTable, SortOrderTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 08:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408543#M151934</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-12-03T08:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table aggr sort *CHALLENGE*</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408544#M151935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thank you HIC. My bad! that was wrong example of sorting on QVD but you are right we need to use Resident Load approach and indeed it is expensive operation. But I can't think of anything apart from these two options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thanks again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 08:47:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-aggr-sort-CHALLENGE/m-p/408544#M151935</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-12-03T08:47:45Z</dc:date>
    </item>
  </channel>
</rss>

