<?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 Months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465380#M99174</link>
    <description>&lt;P&gt;Hi, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It worked beautifully!&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nicouek_0-1719326634344.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168461i0E69517FF4619485/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nicouek_0-1719326634344.png" alt="nicouek_0-1719326634344.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 14:44:08 GMT</pubDate>
    <dc:creator>nicouek</dc:creator>
    <dc:date>2024-06-25T14:44:08Z</dc:date>
    <item>
      <title>Sorting Months</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465329#M99161</link>
      <description>&lt;P&gt;Hi, all&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need a bit of help with a problem.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nicouek_0-1719319690759.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168455iDC9B9EF9364F07A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nicouek_0-1719319690759.png" alt="nicouek_0-1719319690759.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have developed this report last year to show count of sales per month for the past 6 months , it's doing that just fine...&amp;nbsp;(FYI aggregation for past six months was done using past -180 days NOT months).&lt;/P&gt;
&lt;P&gt;The issue I am having is that, my months on the X axis are not displaying in the desired order, JAN and FEB are 2024; SEPT, OCT, NOV, and DEC are 2023. I would like last year QUARTER to be displayed before JAN&amp;nbsp; and FEB how do I setup for the visualization to follow the right calendar order?&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:56:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465329#M99161</guid>
      <dc:creator>nicouek</dc:creator>
      <dc:date>2024-06-25T12:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Months</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465345#M99165</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121989"&gt;@nicouek&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Change the sort of your Month Dimension to be by Month Year, like the example below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1719322775986.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168456i2AD214F60BDFE146/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1719322775986.png" alt="marksouzacosta_0-1719322775986.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark Costa&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465345#M99165</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-06-25T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Months</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465346#M99166</link>
      <description>&lt;P&gt;I'm guessing you used Month(PostingDate) for your Dimension.&lt;/P&gt;
&lt;P&gt;If you want this to be the case still you can try using the Dual() function, where you can define a text and a number value. The text will be displayed but the number is used to calculate and sort the data.&lt;/P&gt;
&lt;P&gt;So your formula could look like this:&lt;/P&gt;
&lt;P&gt;=DUAL(Month(PostingDate), MonthName(PostingDate))&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465346#M99166</guid>
      <dc:creator>lennart_mo</dc:creator>
      <dc:date>2024-06-25T13:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Months</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465350#M99168</link>
      <description>&lt;P&gt;you may try one of the below method&lt;/P&gt;
&lt;P&gt;MonthName(date#(YourField,'MMM-YY'))&lt;/P&gt;
&lt;P&gt;or&lt;BR /&gt;year * 100 + month&lt;/P&gt;
&lt;P&gt;or&lt;BR /&gt;MonthName(date)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 13:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465350#M99168</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-06-25T13:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Months</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465380#M99174</link>
      <description>&lt;P&gt;Hi, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;It worked beautifully!&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nicouek_0-1719326634344.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168461i0E69517FF4619485/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nicouek_0-1719326634344.png" alt="nicouek_0-1719326634344.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 14:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465380#M99174</guid>
      <dc:creator>nicouek</dc:creator>
      <dc:date>2024-06-25T14:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Months</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465382#M99175</link>
      <description>&lt;P&gt;Thank you will try that later!&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 14:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465382#M99175</guid>
      <dc:creator>nicouek</dc:creator>
      <dc:date>2024-06-25T14:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Months</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465384#M99176</link>
      <description>&lt;P&gt;Thank you very much, I found a solution for now, however will try your suggestion later.&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 14:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Months/m-p/2465384#M99176</guid>
      <dc:creator>nicouek</dc:creator>
      <dc:date>2024-06-25T14:46:39Z</dc:date>
    </item>
  </channel>
</rss>

