<?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: Chart - sorting by Financial Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443188#M165168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is months then short it like TEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 May 2013 11:08:52 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2013-05-09T11:08:52Z</dc:date>
    <item>
      <title>Chart - sorting by Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443187#M165167</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;I have a requirement whereby I need to sort a Line Chart by Months - with the first month being April &lt;STRONG&gt;(April to Mar)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way I can do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443187#M165167</guid>
      <dc:creator />
      <dc:date>2013-05-09T11:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - sorting by Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443188#M165168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is months then short it like TEXT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:08:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443188#M165168</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-05-09T11:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - sorting by Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443189#M165169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you are having a big data then just write up an expression .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443189#M165169</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-05-09T11:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - sorting by Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443190#M165170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide me with an example please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will I use the TEXT function in the Expression option in the Sort tab?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443190#M165170</guid>
      <dc:creator />
      <dc:date>2013-05-09T11:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - sorting by Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443191#M165171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its ok i am to just exploring......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443191#M165171</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-05-09T11:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - sorting by Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443192#M165172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hi,&lt;/DIV&gt;&lt;DIV&gt;Type1:use in sort expression&lt;/DIV&gt;&lt;DIV&gt;match(Month, 'April','may','jun','jul','Aug','Sep','Oct','Nov','Decr','Jan','Feb','Mar')&amp;nbsp; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;or &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Type2:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;DIV&gt;If&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[M Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))&amp;gt;=4 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AND&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Num&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[M Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))&amp;lt;=12,(Num(Month([M Date]))-3),(Num(Month([M Date]))+9)) AS MonthNumber&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;after using this statement in script&lt;/DIV&gt;&lt;DIV&gt;use sort by expression:&amp;nbsp; = month number.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hope it will Help&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443192#M165172</guid>
      <dc:creator />
      <dc:date>2013-05-09T11:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chart - sorting by Financial Year</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443193#M165173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brian.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script editor there is order of month declaration as &lt;/P&gt;&lt;P&gt;SET MonthName=Jan,Feb........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change it accordingly......as you need &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then sort it accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 11:30:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-sorting-by-Financial-Year/m-p/443193#M165173</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-05-09T11:30:29Z</dc:date>
    </item>
  </channel>
</rss>

