<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937113#M323460</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;Please provide information what exactly you get and what you expect to get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your calendar aggregation looks correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 12:51:42 GMT</pubDate>
    <dc:creator>yura_ratu</dc:creator>
    <dc:date>2015-08-17T12:51:42Z</dc:date>
    <item>
      <title>Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937112#M323459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can Anyone help me to generate Fiscal Year calender. &lt;/P&gt;&lt;P&gt;My Fiscal Year will be by July - Jun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried following script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;SET vFiscalYearStartMonth = 7;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;LET vStartDate = Num(YearStart(Today(), -2));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;LET vEndDate = Num(YearEnd(Today()));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;FiscalCalendar:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;*,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Dual('Q' &amp;amp; Ceil(FiscalMonth/3), Ceil(FiscalMonth/3)) AS FiscalQuarter, // Fiscal Calendar Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Dual(Text(Date(MonthEnd(Date), 'MMM')), FiscalMonth) AS FiscalMonthName,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Year &amp;amp; '-' &amp;amp; Month as Key; // Fiscal Calendar Month Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;*,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Year(Date) AS Year,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Month(Date) AS Month, // Standard Calendar Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Date(MonthEnd(Date), 'MMM') AS MonthName,&amp;nbsp; // Standard Calendar Month Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Dual('Q' &amp;amp; Ceil(Month(Date)/3), Ceil(Month(Date)/3)) AS Quarter,&amp;nbsp; // Standard Calendar Quarter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Mod(Month(Date) - $(vFiscalYearStartMonth), 12)+1 AS FiscalMonth,&amp;nbsp; // Fiscal Calendar Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;YearName(Date, 0, $(vFiscalYearStartMonth)) AS FiscalYear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;Date($(vStartDate) + RangeSum(Peek('RowNum'), 1) - 1) AS Date,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;RangeSum(Peek('RowNum'), 1) AS RowNum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000;"&gt;AutoGenerate vEndDate - vStartDate + 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It generates the calender but I am not getting expected result in charts.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 12:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937112#M323459</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2015-08-17T12:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937113#M323460</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;Please provide information what exactly you get and what you expect to get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your calendar aggregation looks correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 12:51:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937113#M323460</guid>
      <dc:creator>yura_ratu</dc:creator>
      <dc:date>2015-08-17T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937114#M323461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a ; before the LOAD...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;YearName(Date, 0, $(vFiscalYearStartMonth)) AS FiscalYear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 13:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937114#M323461</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-17T13:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937115#M323462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 Ficals Year of Data. July 2013 to June 2015.&lt;/P&gt;&lt;P&gt;Now when I am trying to Year on Year Comparison then Its not showing correct result.&lt;/P&gt;&lt;P&gt;Can any one suggest me, How should I write Current Year expression and Previous Year expression, so my chart will get updated dynamically based on the Year selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using personal edition so plz share the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 03:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937115#M323462</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2015-08-18T03:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937116#M323463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any Help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 04:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937116#M323463</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2015-08-18T04:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937117#M323464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you post your application or a representative sample.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 05:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year/m-p/937117#M323464</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-18T05:05:00Z</dc:date>
    </item>
  </channel>
</rss>

