<?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 Fiscal Year Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647713#M1068938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Sep 2014 12:02:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-08T12:02:53Z</dc:date>
    <item>
      <title>Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647704#M1068929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I have a line chart to calculate sales over financial year&lt;/P&gt;&lt;P&gt;Dimension- Month, Fiscal Year(Apr-Mar)&lt;/P&gt;&lt;P&gt;Expression- Sum(Sales)&lt;/P&gt;&lt;P&gt;My prob is I have month in my X axis showing from Jan to Dec but I want to sort it like Apr-Mar.&lt;/P&gt;&lt;P&gt;I have also seen some discussion in community its not working.&lt;/P&gt;&lt;P&gt;I attached the Image of the chart here for reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647704#M1068929</guid>
      <dc:creator />
      <dc:date>2014-09-08T11:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647705#M1068930</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;How are creating Your Fiscal Month.&lt;/P&gt;&lt;P&gt;Use MonthName(DateField)&amp;nbsp; as NewMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use NewMonth as your dimension and sort it in ascending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647705#M1068930</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-08T11:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647706#M1068931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to sort by expression (image)&lt;/P&gt;&lt;P&gt;match(Month, 'apr', 'mag', 'giu', 'lug','ago','set','ott','nov','dic','gen','feb','mar')&lt;/P&gt;&lt;P&gt;adaptmonth name to your setting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/66226_1.png" style="width: 620px; height: 217px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647706#M1068931</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-08T11:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647707#M1068932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 4 fiscal years&lt;/P&gt;&lt;P&gt;Since i am using month in x axis if i use monthname my values are like this Apr2012, Apr2013, Apr2014.&lt;/P&gt;&lt;P&gt;I have not calculated fiscal month&lt;/P&gt;&lt;P&gt;I have only fiscal Year like this YearName(VISIT_DATE, 0, 4) AS FiscalYear in Load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647707#M1068932</guid>
      <dc:creator />
      <dc:date>2014-09-08T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647708#M1068933</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;Then Mossimo Suggestion Should Work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647708#M1068933</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-08T11:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647709#M1068934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working perfectly&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;Can you tell me what s the difference between math and wildmatch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647709#M1068934</guid>
      <dc:creator />
      <dc:date>2014-09-08T11:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647710#M1068935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe also&lt;/P&gt;&lt;P&gt;if(Month&amp;lt;4, Month+12,Month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647710#M1068935</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-08T11:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647711#M1068936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create a field as follows in your calender script&lt;/P&gt;&lt;P&gt;if (month(Date)&amp;lt;=$(FiscalMonthAdjust),month(Date)+(12-$(FiscalMonthAdjust)),month(Date)-$(FiscalMonthAdjust)) AS [Fiscal Month Num] &lt;/P&gt;&lt;P&gt;where FiscalMonthAdjust=3;and then in the Sort Tab of the chart properties,add [Fiscal Month Num] in the Expression option provided and dont forget to check the Expression option and unchecking the rest.&lt;IMG alt="Sort by fiscal month.jpg" class="jive-image" src="/legacyfs/online/66231_Sort by fiscal month.jpg" style="width: 620px; height: 496px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647711#M1068936</guid>
      <dc:creator />
      <dc:date>2014-09-08T11:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647712#M1068937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Match(Name,'Vidhya'),1,0) as MatchFlag,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(WildMatch(Name,'*dhy*'),1,0) as WildMatchFlag&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Vidhya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Annamalai&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;match&lt;/SPAN&gt; function performs a case sensitive comparison.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;wildmatch&lt;/SPAN&gt; function performs a case insensitive comparison and permits the use of wildcard characters (&lt;SPAN class="Bold"&gt; *&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;?&lt;/SPAN&gt;) in the comparison strings. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 11:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647712#M1068937</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-08T11:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting Fiscal Year Month</title>
      <link>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647713#M1068938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Sep 2014 12:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sorting-Fiscal-Year-Month/m-p/647713#M1068938</guid>
      <dc:creator />
      <dc:date>2014-09-08T12:02:53Z</dc:date>
    </item>
  </channel>
</rss>

