<?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: How to show current year data only in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663262#M241612</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 14:26:20 GMT</pubDate>
    <dc:creator>balasundaram</dc:creator>
    <dc:date>2014-09-11T14:26:20Z</dc:date>
    <item>
      <title>How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663253#M241603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have designed dashboard.in my reports i have current and previous data.But while open report i want current year data. if i selected previous year in list box i want to get previous data in same report. Please provide any expression like that..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663253#M241603</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-09-10T05:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663254#M241604</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;You can create a trigger on open of document.. Select in field&amp;gt; =Year(now())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663254#M241604</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-09-10T05:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663255#M241605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi U can save report after selection of current year.so that when user open the report in accesspopint he will get current years data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663255#M241605</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-09-10T05:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663256#M241606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Year Sales&lt;/P&gt;&lt;P&gt; =Sum({&amp;lt;Year = {'$(=Max(Year))'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year = {"$(vCurrYr)"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Previous Year Sales&lt;/P&gt;&lt;P&gt; =Sum({&amp;lt;Year = {'$(=Max(Year)-1)'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Year = {"$(vPrevYr)"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 05:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663256#M241606</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-10T05:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663257#M241607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached file may this will help you.&lt;/P&gt;&lt;P&gt;this is done by trigger&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 06:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663257#M241607</guid>
      <dc:creator />
      <dc:date>2014-09-10T06:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663258#M241608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can select the current year in the list box and make the list box as always one selected value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then by default current selected year will be default in the dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And we can create trigger-&amp;gt;on open document-clear all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that every time we open the dashboard, by default the year will be current.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 06:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663258#M241608</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2014-09-10T06:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663259#M241609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i coudnt get attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 12:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663259#M241609</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-09-11T12:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663260#M241610</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;=Sum({&amp;lt;Year = {'$(=Max(Year))'}&amp;gt;} 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;its working separate selections only like &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;while opening its showing current year data,in list box if i selected previous year its showing previous data..but issue is if i selected both previous and current year in list box..its showing only current year...not showing total two year data..&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;how to solve this issue?? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 13:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663260#M241610</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-09-11T13:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663261#M241611</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;=Sum({$&amp;lt;Year = P(Year&amp;gt;} 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;Will gives you both year.&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;Make sure to close thread, if it answered&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;Regards&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;ASHFAQ &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 13:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663261#M241611</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-11T13:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663262#M241612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 14:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663262#M241612</guid>
      <dc:creator>balasundaram</dc:creator>
      <dc:date>2014-09-11T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to show current year data only</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663263#M241613</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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;=Sum({$&amp;lt;Year = P(Year)&amp;gt;} 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; font-size: 12px; background-color: #f6f6f6;"&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: 12px; background-color: #f6f6f6;"&gt;Regards&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: 12px; background-color: #f6f6f6;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 15:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-current-year-data-only/m-p/663263#M241613</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-11T15:01:28Z</dc:date>
    </item>
  </channel>
</rss>

