<?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 Year on chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170339#M886068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just adding to Sunny T response.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({1&amp;lt;Year = {"$(=Year(Today())"}&amp;gt;}NCM_ID)&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: 13px;"&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: 13px;"&gt;It should work if you have a 'Year' field in your database.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 16:47:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-08T16:47:33Z</dc:date>
    <item>
      <title>Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170335#M886064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want a chart to automatically show this years data, regardless of the selection and can't figure it out at all. What is the best way to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170335#M886064</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170336#M886065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use an expression like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Year = {"$(=Year(Today())"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 15:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170336#M886065</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-08T15:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170337#M886066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The initial expression was Count(NCM_ID).&lt;/P&gt;&lt;P&gt;When I put the two together like Count({&amp;lt;Year = {"$(=Year(Today())"}&amp;gt;}NCM_ID) it doesnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 15:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170337#M886066</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2016-09-08T15:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170338#M886067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a Year field in your application? Can you share more information of what you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 16:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170338#M886067</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-08T16:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170339#M886068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just adding to Sunny T response.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({1&amp;lt;Year = {"$(=Year(Today())"}&amp;gt;}NCM_ID)&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: 13px;"&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: 13px;"&gt;It should work if you have a 'Year' field in your database.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 16:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170339#M886068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-08T16:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170340#M886069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's just come up with Allocated memory exceeded now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 07:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170340#M886069</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2016-09-09T07:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170341#M886070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170341#M886070</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-09T15:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170342#M886071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the graph but with the allocated memory exceeded. Not sure what else I can do about it really?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 07:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170342#M886071</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2016-09-12T07:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170343#M886072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think one of the parenthesis was missing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({1&amp;lt;Year = {"$(=Year(Today())&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;)&lt;/SPAN&gt;"}&amp;gt;}NCM_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137152_Capture.PNG" style="height: 320px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 15:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170343#M886072</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-12T15:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170344#M886073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;It now doesn't change at all when any other selections are made, is that a thing? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 08:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170344#M886073</guid>
      <dc:creator>khaycock</dc:creator>
      <dc:date>2016-09-13T08:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Current Year on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170345#M886074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then get rid of the 1 from your expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;1&lt;/SPAN&gt;&amp;lt;Year = {"$(=Year(Today()))"}&amp;gt;}NCM_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Count({&lt;/STRONG&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000; font-size: 18.6667px;"&gt;$&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;lt;Year = {"$(=Year(Today()))"}&amp;gt;}NCM_ID)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 15:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Year-on-chart/m-p/1170345#M886074</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-13T15:41:24Z</dc:date>
    </item>
  </channel>
</rss>

