<?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 by Frequency Desc in Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201641#M22797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suresh, I don't really know what's happening, I suppose that there are repeated values for this 2 dimensions in the previous dimension, like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="captura1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142510_captura1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's sorted by count, for company 71 the first account it's not the most frequent in that company, but it's the most frequent overall (95 occurences in both companies).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this I usually use dual in the dimension, adding the value of the first dimension so each value can be calculated independently:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="captura2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/142511_captura2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the account 4700000001 is sorted by company, as each one is internally a different dimension value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Oct 2016 15:45:18 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2016-10-31T15:45:18Z</dc:date>
    <item>
      <title>Sort by Frequency Desc in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201636#M22792</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 one Requirement on Sorting,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to sort 2 dimensions data by&lt;STRONG&gt; frequency&amp;nbsp; desc&lt;/STRONG&gt;, is is possible to write any expression to achieve&amp;nbsp; my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 13:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201636#M22792</guid>
      <dc:creator>suresh_qv50</dc:creator>
      <dc:date>2016-10-31T13:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Frequency Desc in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201637#M22793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suresh, you can try sorting descending by expression and using Count() in expression:&lt;/P&gt;&lt;P&gt;-For Dim1:&lt;/P&gt;&lt;P&gt;Count(Dimension1FieldNameOrExpression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;-For Dim2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count(Dimension2FieldNameOrExpression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 13:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201637#M22793</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-10-31T13:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Frequency Desc in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201638#M22794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for immediate Response,&lt;/P&gt;&lt;P&gt;i tried as count(-BankName) and Count(-Routing)&lt;/P&gt;&lt;P&gt;Not sorting perfectly&lt;/P&gt;&lt;P&gt;can u elaborate expression with my dimensions it will be very helpful&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;BankName&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Routing &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;These 2 are dimensions&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 14:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201638#M22794</guid>
      <dc:creator>suresh_qv50</dc:creator>
      <dc:date>2016-10-31T14:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Frequency Desc in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201639#M22795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh, try removing the '-':&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(BankName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count(Routing)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The descending option is a drop-down in Sense sort properties. If doesn't works post an image of the values sorted incorrectly so I can make an idea of what's happening.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 14:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201639#M22795</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-10-31T14:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Frequency Desc in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201640#M22796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Marin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are sorting on cyclic group, 3 dimension need to sort on ascending --&amp;gt; for this we use numeric sorting Ascending Option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 Dimension Need to Sort on Frequency Descending --&amp;gt;&amp;nbsp; I tried as -Count(BankName) &amp;amp; -Count(Routing)&lt;/P&gt;&lt;P&gt;First Dimension works Perfect but second one not sorting&lt;/P&gt;&lt;P&gt;4 Dimensions need to Sort in a custom sorting, wrote an Expressions for those. &lt;/P&gt;&lt;P&gt;This is the Requirement, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Please suggest any other way to sort Frequency desc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 15:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201640#M22796</guid>
      <dc:creator>suresh_qv50</dc:creator>
      <dc:date>2016-10-31T15:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Frequency Desc in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201641#M22797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suresh, I don't really know what's happening, I suppose that there are repeated values for this 2 dimensions in the previous dimension, like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="captura1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142510_captura1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's sorted by count, for company 71 the first account it's not the most frequent in that company, but it's the most frequent overall (95 occurences in both companies).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid this I usually use dual in the dimension, adding the value of the first dimension so each value can be calculated independently:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="captura2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/142511_captura2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the account 4700000001 is sorted by company, as each one is internally a different dimension value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 15:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201641#M22797</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-10-31T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sort by Frequency Desc in Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201642#M22798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-count(Dimension1)&lt;/P&gt;&lt;P&gt;&amp;amp;&lt;/P&gt;&lt;P&gt;-Count(Dimension2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these are working in my case, Thank you so much..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2016 06:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sort-by-Frequency-Desc-in-Qliksense/m-p/1201642#M22798</guid>
      <dc:creator>suresh_qv50</dc:creator>
      <dc:date>2016-11-01T06:20:38Z</dc:date>
    </item>
  </channel>
</rss>

