<?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 Month-Year Wise in Bar Chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884839#M72891</link>
    <description>&lt;P&gt;There are several possible solutions, depending on what you want with the field later on.&lt;BR /&gt;The most simple variant is using a dual:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Dual(Month(datefield)&amp;amp;'-'&amp;amp;Year(datefield),Year(datefield)*100+Month(datefield))&lt;/LI-CODE&gt;
&lt;P&gt;This options is the most easiest that work. But you can't use this as a field if you want to make explizit date calculations. But maybe this holds already for your problem.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jan 2022 07:06:43 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-01-25T07:06:43Z</dc:date>
    <item>
      <title>Sorting Month-Year Wise in Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884794#M72884</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i need below-attached sample like sorting in the bar chart.&lt;/P&gt;
&lt;P&gt;All Jan month First then Feb,MAr,Apr etc...&lt;/P&gt;
&lt;P&gt;Anyone helps it's very urgent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 03:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884794#M72884</guid>
      <dc:creator>sathishraja510</dc:creator>
      <dc:date>2022-01-25T03:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year Wise in Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884806#M72886</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Date(Date#(Periodo, 'YYYY-MMM'), 'YYYY-MMM')&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;can you try above format&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 04:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884806#M72886</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2022-01-25T04:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year Wise in Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884807#M72887</link>
      <description>&lt;P&gt;I Need sorting Order Like 2021-Jan,2020-Jan,2021-Feb,2020-Feb,2021-Mar,2020-Mar,Etc...&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 04:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884807#M72887</guid>
      <dc:creator>sathishraja510</dc:creator>
      <dc:date>2022-01-25T04:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year Wise in Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884839#M72891</link>
      <description>&lt;P&gt;There are several possible solutions, depending on what you want with the field later on.&lt;BR /&gt;The most simple variant is using a dual:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Dual(Month(datefield)&amp;amp;'-'&amp;amp;Year(datefield),Year(datefield)*100+Month(datefield))&lt;/LI-CODE&gt;
&lt;P&gt;This options is the most easiest that work. But you can't use this as a field if you want to make explizit date calculations. But maybe this holds already for your problem.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jan 2022 07:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1884839#M72891</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-01-25T07:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Month-Year Wise in Bar Chart</title>
      <link>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1886020#M72988</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Refer this&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Sort-Month-Name/m-p/836194" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Sort-Month-Name/m-p/836194&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;make sure you have monthnum field in calendar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vikas&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 12:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sorting-Month-Year-Wise-in-Bar-Chart/m-p/1886020#M72988</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2022-01-27T12:07:40Z</dc:date>
    </item>
  </channel>
</rss>

