<?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 YTD for last year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471320#M176030</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 am struggling to find a solution to show me YTD values for the last fiscal year and was hoping that someone could help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current expression is ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Fiscal Year]={$(=Max([Fiscal Year])-1)}&amp;gt;}[Sales Amount GBP])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that just gives me the total sales for the last fiscal year, i want it to look at this years current week number but apply that to the set analysis to show from week 1 to the current week last year.. if that makes sense..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my week field is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Op_Week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 10:52:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-26T10:52:17Z</dc:date>
    <item>
      <title>YTD for last year</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471320#M176030</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 am struggling to find a solution to show me YTD values for the last fiscal year and was hoping that someone could help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current expression is ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Fiscal Year]={$(=Max([Fiscal Year])-1)}&amp;gt;}[Sales Amount GBP])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that just gives me the total sales for the last fiscal year, i want it to look at this years current week number but apply that to the set analysis to show from week 1 to the current week last year.. if that makes sense..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my week field is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Op_Week&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 10:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471320#M176030</guid>
      <dc:creator />
      <dc:date>2013-02-26T10:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: YTD for last year</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471321#M176031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Could you please provide some samle data???&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 11:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471321#M176031</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-02-26T11:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: YTD for last year</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471322#M176032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let vCurrWeek= week(today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Fiscal Year]={$(=Max([Fiscal Year])-1)}, &lt;/P&gt;&lt;P&gt;Op_Week={'&amp;gt;=1&amp;lt;=$(vCurrWeek)'}&lt;/P&gt;&lt;P&gt;&amp;gt;}[Sales Amount GBP])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 11:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471322#M176032</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-26T11:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: YTD for last year</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471323#M176033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Sum({&amp;lt;[Fiscal Year]={"$(=Max([Fiscal Year])-1)"},Op_Week={"&amp;gt;=1&amp;lt;=$(=Week(Today()))"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px;"&gt;[Sales Amount GBP]&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 11:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-for-last-year/m-p/471323#M176033</guid>
      <dc:creator>manideep78</dc:creator>
      <dc:date>2013-02-26T11:44:08Z</dc:date>
    </item>
  </channel>
</rss>

