<?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: Current Fuscal year Sales in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681202#M246968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use the InYearToDate() function. Pass it the date you are looking to check if it is in the current YTD, and the&amp;nbsp; 'First month of year' argument (in your case 4 for April). Then just do: SUM(if(InYearToDate(DateField,Today(),0,4),Sales)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;InYearToDate (&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-size: 10pt; line-height: 1.5em;"&gt;date, basedate , shift [, first_month_of_year = 1]&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 18:33:31 GMT</pubDate>
    <dc:creator>cspencer3</dc:creator>
    <dc:date>2014-10-22T18:33:31Z</dc:date>
    <item>
      <title>Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681198#M246964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with&lt;/P&gt;&lt;P&gt;Sales ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Payment Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fiscal year&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;knowing that the Fiscal Year&amp;nbsp; starts on april 1 of each year and ends on march 31 of the next year and we are currently in 2015 FY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do sum of current FY sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681198#M246964</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-10-22T18:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681199#M246965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a Calendar table that maps calendar date to fiscal date, then use the fiscal date fields in your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do this all the time - more than calendar dates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681199#M246965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-22T18:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681200#M246966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick answer. I dont have the ability to create fiscal calendar here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i really want is a text box with the sum of sales for current fiscal year giving that i have the FY year on my data and the actual payment date and the first and last days in the fy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681200#M246966</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-10-22T18:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681201#M246967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try putting this in the text box's expression:&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[Fiscal Year]={'$(=Max({1}[Fiscal Year]))'}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681201#M246967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-22T18:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681202#M246968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use the InYearToDate() function. Pass it the date you are looking to check if it is in the current YTD, and the&amp;nbsp; 'First month of year' argument (in your case 4 for April). Then just do: SUM(if(InYearToDate(DateField,Today(),0,4),Sales)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;InYearToDate (&lt;/SPAN&gt;&lt;SPAN class="Italic" style="font-size: 10pt; line-height: 1.5em;"&gt;date, basedate , shift [, first_month_of_year = 1]&lt;/SPAN&gt;&lt;SPAN class="Bold" style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681202#M246968</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-22T18:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681203#M246969</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;This doesn't work as there are future sales scheduled for next FY year and using Max will pick up the next year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681203#M246969</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-10-22T18:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681204#M246970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you but not sure how can i use this function for to sum Sales for current FY year.. Can you please give me more details or expression that I can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681204#M246970</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-10-22T18:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681205#M246971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used this exact line when trying with some dummy data in a dashboard:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM(if(InYearToDate(PaymentDate,Today(),0,4),Sales) )&lt;/P&gt;&lt;P&gt;Thus, if the PaymentDate is in the YTD (Adjusting 4 months for Fiscal years) then it will be true and return the sales amount. Thus it is then summed up by the SUM function. I tested this to get only PaymentDates that are in the current fiscal year, and not after today(). Therefore it should give me 200 in sales, and thus it did. Does this make sense, and/or applicable in your situation? What does your data look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dummy Data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesID, PaymentDate, FiscalYear, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/1/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6/5/2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1/1/2013,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/2/2015,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2014,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681205#M246971</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-22T18:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681206#M246972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also marked down 2014 as the fiscal year, but apparently it is supposed to be 2015. In my line of work the Fiscal year starts 10/1, not 4/1. Just noticed that. But the concept is the same. That will be the Current Year to date, fiscal year calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681206#M246972</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-22T18:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681207#M246973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this doesn't work on my case as I have future dates scheduled for next year on the table and by doing the above all data from the next year will be summed..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681207#M246973</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-10-22T18:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681208#M246974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should not be summed. with the InYearTodate function you can tell it when to stop. In this case it is by using the Today() function, which says "Is the date in the current fiscal year, up to today?" if so then return true. If you wanted to stop at the end of the fiscal year,&amp;nbsp; you could put in the last day of the current fiscal year. This would only return sales for the current fiscal year, and not the next year. I threw an example date in the data shown previously and the sum of those sales did not get added into my total. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681208#M246974</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-22T19:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681209#M246975</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;your table have a column fiscal year, so I guess you see there only years like 2012, 2013 or 2015. If yes then try to use following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;([Fiscal year]='2015')}&amp;gt;}Sales) if you put the field "fiscal year" in a list box you should use the following formula sum({$&amp;lt;[Fiscal year]='*')}&amp;gt;}Sales), depending which year you choose you will get the sum of this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681209#M246975</guid>
      <dc:creator>maternmi</dc:creator>
      <dc:date>2014-10-22T19:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681210#M246976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.. the request that i have is presenting the current fiscal sales without clicking on the list box or hard code the FY year name within set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681210#M246976</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-10-22T19:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681211#M246977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Charles but it doesnt work.. how can we pass the end of the fiscal year here..as for today's date the last date of the current fiscal year 3/31/2015 and starts on 4/1/2014 and the number of the year is 2015..&lt;/P&gt;&lt;P&gt;We shouldn't hard code the date so how can i pass the last date dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Alec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681211#M246977</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-10-22T19:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681212#M246978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You could try this. If Month(Today()) &amp;gt; 3 - April or greater, then add 1 to the current year.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({$&amp;lt;[Fiscal Year]={'$(=if(Month(Today())&amp;gt;3,Year(Today())+1,Year(Today())))'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681212#M246978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-22T19:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681213#M246979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of using the today() function to pass today as the 'last day in the YTD fiscal year' use the function YearEnd(). Thus you would be finding the End of the current year if you use YearEnd(Today(), 0, 4 )&lt;/P&gt;&lt;P&gt;This says the YearEnd = 3/31/15&lt;/P&gt;&lt;P&gt;So substitute the today() in the line above with: YearEnd(Today(), 0, 4 )&lt;/P&gt;&lt;P&gt;THus if the date is within fiscal year 2015 it will grab the sales amount and sum them up .Thus it is not hard coding, and when you then enter Fiscal Year 2016, it will automatically grab 2016 data. If you want to show 2015s data again somewhere just use: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(if(InYearToDate(PaymentDate,YearEnd(Today(), -1, 4 ),-1,4),Sales) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Notice the -1s which tells QV to check the Previous Year start and Previous Year End. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681213#M246979</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-22T19:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681214#M246980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In conclusion, this should work depending on your application:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SUM(if(InYearToDate(PaymentDate,YearEnd(Today(), 0, 4 ),0,4),Sales) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:31:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681214#M246980</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-22T19:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681215#M246981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you... this is it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681215#M246981</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2014-10-22T19:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Current Fuscal year Sales</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681216#M246982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the same result. Steve's looks much cleaner though. If you have the Fiscal Year field i guess you might as well use it. Good work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Fuscal-year-Sales/m-p/681216#M246982</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-22T19:50:44Z</dc:date>
    </item>
  </channel>
</rss>

