<?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: How to sort by month when using two dimensions and one expression ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552383#M743967</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35979"&gt;@fredericvillemi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know it is not possible to sort separately inside each dimension value.&lt;/P&gt;&lt;P&gt;I can suggest the following solution. It is a bit tricky, but maybe fit you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sorting.JPG" style="width: 455px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7278iBF8A41504D48DE4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="sorting.JPG" alt="sorting.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2019 13:10:48 GMT</pubDate>
    <dc:creator>mrybalko</dc:creator>
    <dc:date>2019-03-05T13:10:48Z</dc:date>
    <item>
      <title>How to sort by month when using two dimensions and one expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552223#M743961</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;in QlikView&lt;/P&gt;&lt;P&gt;I have a &lt;STRONG&gt;bar chart&lt;/STRONG&gt; with &lt;STRONG&gt;two&lt;/STRONG&gt; dimensions &lt;STRONG&gt;grouped&lt;/STRONG&gt; : Month, Company&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;one&lt;/STRONG&gt; expression : Count(distinct Ticket_ID)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to show the Count(Distinct Ticket_ID) of &lt;STRONG&gt;each&lt;/STRONG&gt; company for &lt;STRONG&gt;each&lt;/STRONG&gt; month and I want to sort the months &lt;STRONG&gt;ascending&lt;/STRONG&gt; AND the company by &lt;STRONG&gt;descending&lt;/STRONG&gt; value of Count&lt;/P&gt;&lt;P&gt;The Ascending sort of Month is very easy but the sort of the companies which is defined in Sort by Expression doesn't work as I would like it to : it sorts the companies based on the total Count(distinct) instead of the count(distinct) of the "current" month.&lt;/P&gt;&lt;P&gt;What can I do to make a descending sort based on the count of each company only for the month in the first dimension ?&lt;/P&gt;&lt;P&gt;Is it a TOTAL or something like that to add in the Sort by Expression ?&lt;/P&gt;&lt;P&gt;I have seen a solution with Dual and Aggr but it doesn't seem to work well in my project&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552223#M743961</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2024-11-16T04:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort by month when using two dimensions and one expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552240#M743962</link>
      <description>&lt;P&gt;If you are using &amp;gt;12.0 version, you can try&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Count(distinct Ticket_ID), (Month, (Numeric),ASC), (company, (TEXT), Desc))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 09:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552240#M743962</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-03-05T09:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort by month when using two dimensions and one expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552264#M743963</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thanks for your proposal, I'm using 12.1&lt;/P&gt;&lt;P&gt;Where should I put this line ? in the sort expression ? it doesn't seem to work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 10:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552264#M743963</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2019-03-05T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort by month when using two dimensions and one expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552274#M743964</link>
      <description>&lt;P&gt;No, With in expression only.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 10:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552274#M743964</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-03-05T10:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort by month when using two dimensions and one expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552284#M743965</link>
      <description>&lt;P&gt;Hmmm no, it doesn't change anything, it is the same as using the normal count(distinct )&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 10:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552284#M743965</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2019-03-05T10:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort by month when using two dimensions and one expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552294#M743966</link>
      <description>&lt;P&gt;Here is an example of Qlikview document&lt;/P&gt;&lt;P&gt;I would like the biggest company to be the first for each month. (in the example, Microsoft should be first on 2019/02)&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1ALs5CW0E3ST4KlkammVpR2zihXk1qv0N/view?usp=sharing" target="_self"&gt;Drive link to qvw&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 10:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552294#M743966</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2019-03-05T10:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort by month when using two dimensions and one expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552383#M743967</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35979"&gt;@fredericvillemi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As far as I know it is not possible to sort separately inside each dimension value.&lt;/P&gt;&lt;P&gt;I can suggest the following solution. It is a bit tricky, but maybe fit you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sorting.JPG" style="width: 455px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7278iBF8A41504D48DE4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="sorting.JPG" alt="sorting.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 13:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552383#M743967</guid>
      <dc:creator>mrybalko</dc:creator>
      <dc:date>2019-03-05T13:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort by month when using two dimensions and one expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552391#M743968</link>
      <description>&lt;P&gt;Thanks for your proposal but I feel it's a bit too tricky for me : I want to apply it on several charts and I would not like to make tricks on all of them&lt;/P&gt;&lt;P&gt;I tried with Set Analysis, but I can't imagine it's not possible to do it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thanks anyway&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 13:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-sort-by-month-when-using-two-dimensions-and-one/m-p/1552391#M743968</guid>
      <dc:creator>fredericvillemi</dc:creator>
      <dc:date>2019-03-05T13:24:22Z</dc:date>
    </item>
  </channel>
</rss>

