<?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 and last year data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732861#M262532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 07:36:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-24T07:36:09Z</dc:date>
    <item>
      <title>current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732852#M262523</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;&lt;/P&gt;&lt;P&gt;i have a graph&amp;nbsp; that is showing data of current and last year at a same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; but as im not sure about last year data&amp;nbsp; so i just want this last graph will be valid from starting from this year ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it will not include the data of last year ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 05:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732852#M262523</guid>
      <dc:creator />
      <dc:date>2014-06-24T05:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732853#M262524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Month=, Date=, Year={'$(=Max(Year))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Replace Month, Date, Year with your actual field names.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 05:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732853#M262524</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-06-24T05:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732854#M262525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yougit try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Current Year&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month=, Date=, &lt;/SPAN&gt;Year={$(=Only(Year))}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month=, Date=, &lt;/SPAN&gt;Year={$(=max(Year))}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Previous Year&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month=, Date=, &lt;/SPAN&gt;Year={$(=Only(Year)-1)}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Month=, Date=, &lt;/SPAN&gt;Year={$(=max(Year)-1)}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 05:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732854#M262525</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-24T05:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732855#M262526</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'm already using this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;FiscalYearName&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;={'$(vLFY)' }&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Sale&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)*688.17/10000000000+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;FiscalYearName&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;={'$(vLFY)' }&amp;gt;}(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;BONDED_SALE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;+&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;DUTY_PAID_SALE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;)*688.17/10000000)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;but wat i want my last year graph will show data from 2014-2015 onwards . not before that &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 06:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732855#M262526</guid>
      <dc:creator />
      <dc:date>2014-06-24T06:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732856#M262527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can you post your sample application?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 06:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732856#M262527</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-24T06:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732857#M262528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please suggest smething ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 06:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732857#M262528</guid>
      <dc:creator />
      <dc:date>2014-06-24T06:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732858#M262529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can limit the same using condition in Dimension itself..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 06:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732858#M262529</guid>
      <dc:creator>selvakumarsr</dc:creator>
      <dc:date>2014-06-24T06:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732859#M262530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u give some example ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i'm using fiscal month as a dimension?/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 06:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732859#M262530</guid>
      <dc:creator />
      <dc:date>2014-06-24T06:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732860#M262531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you displaying Rolling months like Last april to this march ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 07:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732860#M262531</guid>
      <dc:creator>selvakumarsr</dc:creator>
      <dc:date>2014-06-24T07:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732861#M262532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 07:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732861#M262532</guid>
      <dc:creator />
      <dc:date>2014-06-24T07:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: current and last year data</title>
      <link>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732862#M262533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any suggestion???/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 10:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/current-and-last-year-data/m-p/732862#M262533</guid>
      <dc:creator />
      <dc:date>2014-06-24T10:07:29Z</dc:date>
    </item>
  </channel>
</rss>

