<?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: Cumulative Sort in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430534#M815950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Sep 2017 06:53:11 GMT</pubDate>
    <dc:creator>techvarun</dc:creator>
    <dc:date>2017-09-04T06:53:11Z</dc:date>
    <item>
      <title>Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430532#M815948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team - i need to sort the value in descending order by "Amt (In USD)" for the attached qlikview doc. Plz help&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/Cumulative-Sort/m-p/1430532#M815948</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430533#M815949</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;Front end your can try with sortable agg feature&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4673"&gt;The sortable Aggr function is finally here!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;back end script method,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cumulative:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; RangeSum(Peek('run_sum'), [USD (in $M's)]) as run_sum&lt;/P&gt;&lt;P&gt;Resident Temp&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order By [USD (in $M's)] desc;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 06:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430533#M815949</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-09-04T06:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430534#M815950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 06:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430534#M815950</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-09-04T06:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430535#M815951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TY Varun! This is what i was looking for... Can u explain what u did to achieve this outcome?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430535#M815951</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-04T07:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430536#M815952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will give a try on this.. Thanks!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430536#M815952</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-04T07:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430537#M815953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I applied the sort by expression (Sum([USD (in $M's)])) on your lowest dimension (Sales Product). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this case the sum of [USD (in $M's)] automatically grouped and sorted per sales product and we can set it appear ascending or descending as per requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 09:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430537#M815953</guid>
      <dc:creator>techvarun</dc:creator>
      <dc:date>2017-09-04T09:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430538#M815954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok Tks! Understood.. I have a case, where i dont have the lowest dimension.. What will be the way to sort for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 11:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430538#M815954</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-04T11:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430539#M815955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ Can you plz help on sorting while we have more than 2 Dimensions in Straight table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 13:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430539#M815955</guid>
      <dc:creator>bharani8</dc:creator>
      <dc:date>2017-09-04T13:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sort</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430540#M815956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you need help with? Is this a new question? This thread seems to be resolved already&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 00:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Sort/m-p/1430540#M815956</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-09-06T00:46:59Z</dc:date>
    </item>
  </channel>
</rss>

