<?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: Sorting in Asc or Desc in Expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408756#M806473</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you resolved the sorting issue, post it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2018 12:18:52 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-08-31T12:18:52Z</dc:date>
    <item>
      <title>Sorting in Asc or Desc in Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408751#M806468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to sort a formula in expression in Asc or Desc order in QlikView without using the sort option provided in General Tab?&lt;/P&gt;&lt;P&gt;as i need to calculate further based on this sorting.&lt;/P&gt;&lt;P&gt;i want to do this at front end.. and not at scripting level.&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/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408751#M806468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting in Asc or Desc in Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408752#M806469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, by help of aggregation like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(sum(sales), (fieldname, (NUMERIC), (ASCENDING)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 01:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408752#M806469</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-23T01:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting in Asc or Desc in Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408753#M806470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, this feature included in Qlikview 12+ and Sense 3.2+ &lt;/P&gt;&lt;P&gt;you have write something like this,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(sum(TotalNetPrice)/sum(TOTAL TotalNetPrice), (ArticleNo, (=Sum({&amp;lt;ArticleNo&amp;gt;}TotalNetPrice), DESC)))&lt;/STRONG&gt;&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;mock &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/238243"&gt;ABC Analysis in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps to you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 02:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408753#M806470</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-10-23T02:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting in Asc or Desc in Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408754#M806471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but version of my Qlik View is 11.2..&lt;/P&gt;&lt;P&gt;Any idea how we can achieve in this version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 15:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408754#M806471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-29T15:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting in Asc or Desc in Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408755#M806472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Front end sorting won't be possible in QV 11.2... the only possible way would be to sort the data in correct manner in the script... and then use Aggr() without sort-able functionality....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Oct 2017 21:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408755#M806472</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-29T21:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting in Asc or Desc in Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408756#M806473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you resolved the sorting issue, post it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 12:18:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-in-Asc-or-Desc-in-Expression/m-p/1408756#M806473</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-31T12:18:52Z</dc:date>
    </item>
  </channel>
</rss>

