<?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 Set Analysis  Previous year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/1534604#M439061</link>
    <description>&lt;P&gt;Hey Philipe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tryed all your smart suggestions, without success.&lt;/P&gt;&lt;P&gt;The issue is that once I set the quotas, the funktions are recognised as a string:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4420i04A8CAB6840F1FED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qlik.PNG" alt="qlik.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;created the fiscal year by using the Funktion "yearName"&amp;nbsp;, the format of the output is a date and is shown as 2012-2013.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know what the solution could be?&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Anns&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 15:39:34 GMT</pubDate>
    <dc:creator>anna_elle</dc:creator>
    <dc:date>2019-01-24T15:39:34Z</dc:date>
    <item>
      <title>Fiscal Year Set Analysis  Previous year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547375#M204471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have the following format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2012-2013 on fiscal year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to create a set analysis expression based on fiscal year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried the following without success ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( { $&amp;lt;FiscalYear = Year={"$(=max(Year)-1 &amp;amp; '-' &amp;amp; max(Year)-2"))}&amp;gt;}OrderAmt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 11:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547375#M204471</guid>
      <dc:creator />
      <dc:date>2013-09-20T11:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Set Analysis  Previous year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547376#M204472</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;Check if this help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Year={"$(=$(vYear1)&amp;amp;'-'&amp;amp;$(vYear2))"} &amp;gt;}OrderAmt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with two variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vYear1 = max(Year)-1&lt;/P&gt;&lt;P&gt;vYear2 = max(Year)-2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547376#M204472</guid>
      <dc:creator>abeyphilip</dc:creator>
      <dc:date>2013-09-20T13:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Set Analysis  Previous year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547377#M204473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bradley,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this might come in handy:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FiscalYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;={"=(Max(Year)-1)&amp;amp;'-'&amp;amp;(Max(Year)-2)"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderAmt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 13:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547377#M204473</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-09-20T13:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Set Analysis  Previous year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547378#M204474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately i need a statement that is dynamic so that is&amp;nbsp; i can get the previous calender year as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if i if i choose 2013-2014 i would like to see 2012 -2013 in the column beside 2013-2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FiscalYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={"=(Max(Year)-1)&amp;amp;'-'&amp;amp;(Max(Year)-2)"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderAmt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FiscalYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;={"=(Max(Year)-2)&amp;amp;'-'&amp;amp;(Max(Year)-3)"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OrderAmt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have tried with increasing minus values to 1 in the statement but to no avail.&lt;/P&gt;&lt;P&gt;any tips&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Bradley&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 14:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547378#M204474</guid>
      <dc:creator />
      <dc:date>2013-09-20T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Set Analysis  Previous year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547379#M204475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you shall have to parse the contents of the current selected FiscalYear, and work with that. Would you mind giving this statement a try?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;FiscalYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;={"=(Left(FiscalYear, 4)-1)&amp;amp;'-'&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f6f6f6;"&gt;Left(FiscalYear, 4)&lt;/SPAN&gt;"}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;OrderAmt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Philippe&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 15:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547379#M204475</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2013-09-20T15:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Set Analysis  Previous year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547380#M204476</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; font-size: 12.727272033691406px;"&gt;With &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;$(=max(Year)-1 &amp;amp; '-' &amp;amp; max(Year)-2)&lt;/SPAN&gt;, don't you get 2012-2011 instead of 2012-2013?&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; font-size: 12.727272033691406px;"&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; font-size: 12.727272033691406px;"&gt;Also, I think you need simple quotes to get '2012-2013' and compare with FiscalYear&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; font-size: 12.727272033691406px;"&gt;try this:&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; font-size: 12.727272033691406px;"&gt;sum( { $&amp;lt;FiscalYear ={'$(=(max(Year)-1) &amp;amp; '-' &amp;amp; max(Year))'}&amp;gt;}OrderAmt)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&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; font-size: 12.727272033691406px;"&gt;Hope this helps&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; font-size: 12.727272033691406px;"&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; font-size: 12.727272033691406px;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 20:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547380#M204476</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2013-09-20T20:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Set Analysis  Previous year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547381#M204477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think&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;FiscalYear = Year={"$(=max(Year)-2 &amp;amp; '-' &amp;amp; max(Year)-1"))}&amp;gt;}OrderAmt)&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;should be the correct&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;&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;&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2013 21:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/547381#M204477</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-20T21:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Fiscal Year Set Analysis  Previous year</title>
      <link>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/1534604#M439061</link>
      <description>&lt;P&gt;Hey Philipe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tryed all your smart suggestions, without success.&lt;/P&gt;&lt;P&gt;The issue is that once I set the quotas, the funktions are recognised as a string:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4420i04A8CAB6840F1FED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="qlik.PNG" alt="qlik.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;created the fiscal year by using the Funktion "yearName"&amp;nbsp;, the format of the output is a date and is shown as 2012-2013.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know what the solution could be?&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;Anns&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 15:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fiscal-Year-Set-Analysis-Previous-year/m-p/1534604#M439061</guid>
      <dc:creator>anna_elle</dc:creator>
      <dc:date>2019-01-24T15:39:34Z</dc:date>
    </item>
  </channel>
</rss>

