<?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 Y-Axis on Chart (Years and Months) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457529#M170806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Youmay try using the sort expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;year_index &amp;amp; month_index&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2013 14:40:06 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2013-01-08T14:40:06Z</dc:date>
    <item>
      <title>Sorting Y-Axis on Chart (Years and Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457524#M170801</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;Im having trouble sorting my y-axis on a chart.&amp;nbsp; Im my dataset I have the following date identifiers :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;EM&gt;Years are Financial Year - Apr-Mar&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;year_index (1,2,3,4)&lt;/LI&gt;&lt;LI&gt;montth_index (1-12)&lt;/LI&gt;&lt;LI&gt;Month (Apr, May....Mar)&lt;/LI&gt;&lt;LI&gt;Year (2010/11, 2011/12, 2012/13)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What ever I do to try and sort the y-axis - nothing seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiorano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 15:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457524#M170801</guid>
      <dc:creator />
      <dc:date>2012-12-20T15:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Y-Axis on Chart (Years and Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457525#M170802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 11:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457525#M170802</guid>
      <dc:creator />
      <dc:date>2013-01-08T11:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Y-Axis on Chart (Years and Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457526#M170803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In sort tab go to expression in that write by using match r wildmatch function it will work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give some sample data i will write expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 12:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457526#M170803</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-01-08T12:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Y-Axis on Chart (Years and Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457527#M170804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=match(Month,'Apr','May','Jun','Jul','Aug','Sep'.......'Mar')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will help u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 12:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457527#M170804</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-01-08T12:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Y-Axis on Chart (Years and Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457528#M170805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi this does help when viewing a single financial year. When I deselect the year filter the Months and financial years are combined eg Apr-2010, Apr-2011, Apr-2012, Feb-2010, Feb-2011 etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 14:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457528#M170805</guid>
      <dc:creator />
      <dc:date>2013-01-08T14:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Y-Axis on Chart (Years and Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457529#M170806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Youmay try using the sort expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;year_index &amp;amp; month_index&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 14:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457529#M170806</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2013-01-08T14:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Y-Axis on Chart (Years and Months)</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457530#M170807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2013 16:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Y-Axis-on-Chart-Years-and-Months/m-p/457530#M170807</guid>
      <dc:creator />
      <dc:date>2013-01-08T16:18:13Z</dc:date>
    </item>
  </channel>
</rss>

