<?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 month year in my dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-sort-month-year-in-my-dimension/m-p/2123235#M91420</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;For each date, it display the Month year. so it looks correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suppose, if you want to see only one date per month, you can use MonthStart , so that, it can be achievable.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;floor(MonthStart(date#("End Date",'MM/DD/YYYY')))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Date(MonthStart(Date#("End Date",'MM/DD/YYYY')),'MMM YY')&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Sep 2023 04:03:34 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2023-09-28T04:03:34Z</dc:date>
    <item>
      <title>how to sort month year in my dimension</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-sort-month-year-in-my-dimension/m-p/2123166#M91418</link>
      <description>&lt;P&gt;I have a date column in the format as below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhanu99_0-1695842820850.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117232i713CD4E5C9282762/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bhanu99_0-1695842820850.png" alt="bhanu99_0-1695842820850.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used&amp;nbsp;Date(Date#("End Date",'MM/DD/YYYY'),'MMM YY')) as "End Date" to bring this into a uniform format.&lt;/P&gt;
&lt;P&gt;Then i used&amp;nbsp; floor(date(date#("End Date",'MM/DD/YYYY'),'MMM YY')) as MonthSort in my load editor , so that i can use this monthsort i sorting the dimension.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is coming as below when i&amp;nbsp; am using a table to view the values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bhanu99_1-1695843042508.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117233i314EB5391A44C48D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bhanu99_1-1695843042508.png" alt="bhanu99_1-1695843042508.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;How to rectify this repetitions?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 19:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-sort-month-year-in-my-dimension/m-p/2123166#M91418</guid>
      <dc:creator>bhanu99</dc:creator>
      <dc:date>2023-09-27T19:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month year in my dimension</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-sort-month-year-in-my-dimension/m-p/2123235#M91420</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;For each date, it display the Month year. so it looks correct.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Suppose, if you want to see only one date per month, you can use MonthStart , so that, it can be achievable.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;floor(MonthStart(date#("End Date",'MM/DD/YYYY')))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Date(MonthStart(Date#("End Date",'MM/DD/YYYY')),'MMM YY')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 04:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-sort-month-year-in-my-dimension/m-p/2123235#M91420</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2023-09-28T04:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to sort month year in my dimension</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-sort-month-year-in-my-dimension/m-p/2123245#M91421</link>
      <description>&lt;P&gt;If you're not to picky with how MonthSort is formated then you could also use the monthname() function. This gives you what you need in an 'MMM YYYY' format. (I always use this function for this)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;monthname(&lt;/STRONG&gt;&amp;nbsp;Date#("End Date",'MM/DD/YYYY')&amp;nbsp;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 04:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-sort-month-year-in-my-dimension/m-p/2123245#M91421</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-09-28T04:47:56Z</dc:date>
    </item>
  </channel>
</rss>

