<?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 last year and current year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285818#M106309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you sent a small test-app, because i can't open your document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Halmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Dec 2011 09:31:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-08T09:31:42Z</dc:date>
    <item>
      <title>last year and current year</title>
      <link>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285817#M106308</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;I have a report which compares current year sales with previous year sales.I have attached the doc which shows my report.&lt;/P&gt;&lt;P&gt;As in the example when I select the subcain-MITRI for fiscal year-2012 and month as oct I get sales in the current for 4 stores which is good but for last year the sales are shown for 2 stores because last year the subchain was MILEAS and now it changed to MITRI.Is there a easy way to show up the last year stores also under subchain MITRI.I cant harcode as there would be many occurances for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help.Pls let m eknow if you need additional info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 18:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285817#M106308</guid>
      <dc:creator />
      <dc:date>2011-12-07T18:29:13Z</dc:date>
    </item>
    <item>
      <title>last year and current year</title>
      <link>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285818#M106309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you sent a small test-app, because i can't open your document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Halmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 09:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285818#M106309</guid>
      <dc:creator />
      <dc:date>2011-12-08T09:31:42Z</dc:date>
    </item>
    <item>
      <title>last year and current year</title>
      <link>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285819#M106310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swetha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't if you have already but check &lt;A _jive_internal="true" href="https://community.qlik.com/qlikviews/http://community.qlik.com/qlikviews/1075"&gt;this application&lt;/A&gt; that does year to date analysis using set analysis and flag fields in the calendar table, plus some variables in calendar objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 12:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285819#M106310</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-08T12:07:41Z</dc:date>
    </item>
    <item>
      <title>last year and current year</title>
      <link>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285820#M106311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use below code&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({$&amp;lt;Year={$(=only(Year)}Sale)_Sum({$&amp;lt;Year={$(=only(Year)-1}Sale)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 12:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285820#M106311</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-12-08T12:26:45Z</dc:date>
    </item>
    <item>
      <title>last year and current year</title>
      <link>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285821#M106312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks Miguel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done all the comparison b/w previous year and current year sales and everything looks good .Now only problem is in my app as I have shown in the doc the the sales for previous year also need to come under the same filed value as current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have shown for current year the store-0925,1139,1159,3058 are shown under MITRI(subchain field value) but for last year store-1159 and 3058 are shown as 0 because they belong to MILEAS(subchain field value).I mean the subchain name changed from MILEAS to MITRI from last year to current year.Please let me know how do I proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285821#M106312</guid>
      <dc:creator />
      <dc:date>2011-12-08T14:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: last year and current year</title>
      <link>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285822#M106313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done all the comparison b/w previous year and current year sales and everything looks good .Now only problem is in my app as I have shown in the doc the the sales for previous year also need to come under the same filed value as current year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have shown for current year the store-0925,1139,1159,3058 are shown under MITRI(subchain field value) but for last year store-1159 and 3058 are shown as 0 because they belong to MILEAS(subchain field value).I mean the subchain name changed from MILEAS to MITRI from last year to current year.Please let me know how do I proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Swetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-year-and-current-year/m-p/285822#M106313</guid>
      <dc:creator />
      <dc:date>2011-12-08T14:14:07Z</dc:date>
    </item>
  </channel>
</rss>

