<?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 Sorting the dates by financial year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263432#M1193988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a posting Year field that starts in Aug and ends in Jul however the sorting order is Jan to Dec, is there a way I can change this and where would I change it? in the expression properties or the main scripting area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jun 2011 10:41:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-06-03T10:41:55Z</dc:date>
    <item>
      <title>Sorting the dates by financial year</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263432#M1193988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a posting Year field that starts in Aug and ends in Jul however the sorting order is Jan to Dec, is there a way I can change this and where would I change it? in the expression properties or the main scripting area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 10:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263432#M1193988</guid>
      <dc:creator />
      <dc:date>2011-06-03T10:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the dates by financial year</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263433#M1193989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can set sorting to be an expression and use match function. The in the following example the match will return 1 if month=Aug, 2 if month=Sep etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;match(Month, 'Aug','Sep','Oct','Nov','Dec','Jan','Feb','Mar','Apr','May','Jun','Jul')&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 11:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263433#M1193989</guid>
      <dc:creator />
      <dc:date>2011-06-03T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Sorting the dates by financial year</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263434#M1193990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! Thanks a bunch Stefan, Highly Appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 11:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263434#M1193990</guid>
      <dc:creator />
      <dc:date>2011-06-03T11:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting the dates by financial year</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263435#M1193991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Airpartner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can also add a field in the calender table like&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;If(Num(Month(TempDate))&amp;gt;=8 AND Num(Month(TempDate))&amp;lt;=12,(Num(Month(TempDate))-7),(Num(Month(TempDate))+5)) AS MonthNumber&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;After Reload, go in Sort expression and sort by MonthNumber.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This field will help u in other charts also..&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;Azeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2011 11:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-the-dates-by-financial-year/m-p/263435#M1193991</guid>
      <dc:creator>fidaiazeem</dc:creator>
      <dc:date>2011-06-03T11:37:41Z</dc:date>
    </item>
  </channel>
</rss>

