<?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 Starting on April? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746205#M1031507</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is not working using MonthsOrder, can you post sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 07:43:44 GMT</pubDate>
    <dc:creator>anbu1984</dc:creator>
    <dc:date>2015-02-05T07:43:44Z</dc:date>
    <item>
      <title>How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746199#M1031501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have this sort expression that isn't working for me right now. I basically want the graphs to start on April instead of January:&lt;/P&gt;&lt;P&gt;=match(month([DS-Date]),'Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec','Jan','Feb','Mar')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with full month names as well with same results. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 22:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746199#M1031501</guid>
      <dc:creator />
      <dc:date>2015-02-04T22:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746200#M1031502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please share your data or app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 22:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746200#M1031502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-04T22:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746201#M1031503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the qvw attached.&lt;/P&gt;&lt;P&gt;Is this you are searching for?&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 22:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746201#M1031503</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-04T22:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746202#M1031504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly how I want it to show but can't figure out how to get it to work. How should I load my "Date" column and what expression should I use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My date data is formatted as MM/DD/YYYY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using this in the script as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthsName, MonthsID, MonthsOrder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jan, 1, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Feb, 2, 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mar, 3, 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Apr, 4, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; May, 5, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jun, 6, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jul, 7, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Ago, 8, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sep, 9, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Oct, 10, 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nov, 11, 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dec, 12, 9&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and sorting by expression: MonthsOrder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 00:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746202#M1031504</guid>
      <dc:creator />
      <dc:date>2015-02-05T00:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746203#M1031505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorting&amp;nbsp; expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Mod(Month([DS-Date])+8,12)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 00:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746203#M1031505</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-02-05T00:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746204#M1031506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could extract the month in load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ......, month(DS-Date) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthsID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, if date is a string, extract che part with Num(left(DS-Date,2)) as MonthsID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 07:42:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746204#M1031506</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2015-02-05T07:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746205#M1031507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is not working using MonthsOrder, can you post sample app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 07:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746205#M1031507</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-02-05T07:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746206#M1031509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Refer this link,This may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 09:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746206#M1031509</guid>
      <dc:creator />
      <dc:date>2015-02-05T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746207#M1031511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77202_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/77203_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 11:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746207#M1031511</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-02-05T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Sort Month Starting on April?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746208#M1031512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess in your case is April the first month of the fiscal year, isn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you don't create in your master calender&amp;nbsp; fiscal data, like fiscal month, fiscal year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at first you need a variable &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;set&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;vFM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;then use the following formular&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;Mod&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;C_Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #646464; font-size: 8pt;"&gt;$(vFM)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;12&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;as&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;FiscalMonth&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the result that April is the first fiscal month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May = 2&lt;/P&gt;&lt;P&gt;June = 3&lt;/P&gt;&lt;P&gt;.... = ...&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 12:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Sort-Month-Starting-on-April/m-p/746208#M1031512</guid>
      <dc:creator>maternmi</dc:creator>
      <dc:date>2015-02-05T12:00:07Z</dc:date>
    </item>
  </channel>
</rss>

