<?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: Fiscal Year: Start with Nov(Month) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Start-with-Nov-Month/m-p/827644#M1001468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekhar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do it in this way -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load following fields from calendar qvd file- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(Yearstart([Calendar Date], 0,11)) as [Fiscal Year],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month([Calender Date]) as [Fiscal Month]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use [Fiscal Month] as your dimension where [Fiscal Year] is your required year.&lt;/P&gt;&lt;P&gt;ex- if ([Fiscal Year] = 2015, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Fiscal Month]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;And also sort the dimension on [Calendar Date] so that months appear on dimension in proper order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this solves your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2015 14:27:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-04T14:27:53Z</dc:date>
    <item>
      <title>Fiscal Year: Start with Nov(Month)</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Start-with-Nov-Month/m-p/827642#M1001466</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;&lt;/P&gt;&lt;P&gt;Fiscal Year: Start with Nov(Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In line chart. Dimenction display like:Nov,Des,Jan,Feb,Mar,Apr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 09:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Start-with-Nov-Month/m-p/827642#M1001466</guid>
      <dc:creator>kulasekhar</dc:creator>
      <dc:date>2015-06-04T09:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year: Start with Nov(Month)</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Start-with-Nov-Month/m-p/827643#M1001467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi....&lt;/P&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;For fiscal year write this expression:&lt;/P&gt;&lt;P&gt;Year(If(num(Month([Calender Date]))&amp;gt;=11 ,AddYears([Calender Date],1),([Calender Date]))) As [Fiscal Year]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For fiscal month write this exp:&lt;/P&gt;&lt;P&gt;Dual(Month([Calender Date]),Month(If(Month([Calender Date])&amp;gt;=11,AddMonths([Calender Date],-10),AddMonths([Calender Date],+2)))) As [Fiscal Month]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then take it as a dimension in line chart.&lt;/P&gt;&lt;P&gt;I hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Start-with-Nov-Month/m-p/827643#M1001467</guid>
      <dc:creator>prajapatiamar38</dc:creator>
      <dc:date>2015-06-04T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year: Start with Nov(Month)</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Start-with-Nov-Month/m-p/827644#M1001468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shekhar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also do it in this way -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load following fields from calendar qvd file- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year(Yearstart([Calendar Date], 0,11)) as [Fiscal Year],&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month([Calender Date]) as [Fiscal Month]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use [Fiscal Month] as your dimension where [Fiscal Year] is your required year.&lt;/P&gt;&lt;P&gt;ex- if ([Fiscal Year] = 2015, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Fiscal Month]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;And also sort the dimension on [Calendar Date] so that months appear on dimension in proper order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this solves your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 14:27:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Start-with-Nov-Month/m-p/827644#M1001468</guid>
      <dc:creator />
      <dc:date>2015-06-04T14:27:53Z</dc:date>
    </item>
  </channel>
</rss>

