<?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: Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year/m-p/386860#M1156216</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;go to this thread hope it help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/71585?tstart=0" title="http://community.qlik.com/thread/71585?tstart=0"&gt;http://community.qlik.com/thread/71585?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 07:23:28 GMT</pubDate>
    <dc:creator>sujeetsingh</dc:creator>
    <dc:date>2013-02-01T07:23:28Z</dc:date>
    <item>
      <title>Year</title>
      <link>https://community.qlik.com/t5/QlikView/Year/m-p/386855#M1156211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="GingerNoCheckStart"&gt;&lt;/SPAN&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GingerNoCheckEnd"&gt;&lt;/SPAN&gt;I am having 4 years &lt;SPAN class="GRcorrect"&gt;suppose&lt;/SPAN&gt; 2009, 2010, 2011, 2012. Now &lt;SPAN class="GRcorrect"&gt;i&lt;/SPAN&gt; am having customers in all the years. I have to display the customers who &lt;SPAN class="GRcorrect"&gt;exists&lt;/SPAN&gt; in 2009 but not in next two consecutive years but are &lt;SPAN class="GRcorrect"&gt;regained&lt;/SPAN&gt; in 2012. I only want to show the customers who were in 2009 &amp;amp; also at present but not in 2010 &amp;amp; 2011. I also don't want to show the customers others than &lt;SPAN class="GRcorrect"&gt;of&lt;/SPAN&gt; 2009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="GRnoSuggestion GRcorrect"&gt;Helppppppppp&lt;/SPAN&gt;!!!!!!!!!!!!!!!!!!&amp;nbsp; on Urgent Basis &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 20:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year/m-p/386855#M1156211</guid>
      <dc:creator />
      <dc:date>2013-01-30T20:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Year</title>
      <link>https://community.qlik.com/t5/QlikView/Year/m-p/386856#M1156212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know what type of chart you are using. However, if you use STRAIGHT chart. And the Year in LIST BOX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this example&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="109" style="width: 348px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Year&lt;/TD&gt;&lt;TD width="64"&gt;Customer&lt;/TD&gt;&lt;TD width="64"&gt;Unit Purchase&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2009&lt;/TD&gt;&lt;TD&gt;James&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2010&lt;/TD&gt;&lt;TD&gt;Tony&lt;/TD&gt;&lt;TD align="right"&gt;310&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2011&lt;/TD&gt;&lt;TD&gt;Wales&lt;/TD&gt;&lt;TD align="right"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2012&lt;/TD&gt;&lt;TD&gt;Tom&lt;/TD&gt;&lt;TD align="right"&gt;108&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I select 2009 (in List Box) you want to see customer in 2010,2011 excluding 2009 (which is the current selection)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is, right click on th chart &amp;gt; expression &amp;gt; paste this SET ANALYSIS into the EDIT EXPRESSION BOX &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Year = {$(=Only(Year)+1)}&amp;gt;}[Unit Purchase]) Click OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for the 2nd year ADD (still at the expression)&lt;/P&gt;&lt;P&gt;and paste expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Year = {$(=Only(Year)+2)}&amp;gt;}[Unit Purchase])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this, if you select 2010 in the list box customer for 2011 &amp;amp; 2012 will displayed, excluding current year selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 22:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year/m-p/386856#M1156212</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2013-01-30T22:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Year</title>
      <link>https://community.qlik.com/t5/QlikView/Year/m-p/386857#M1156213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey I am also working on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel I think you got the problem in wrong sense. I have to show the customers who were with me in 2009 but not in 2010 &amp;amp; 2011 but are regained in 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can sort out the customers which are in 2009 &amp;amp; 2012 by using the calculated dimension as =if(wildmatch(year,'2009',2010'),customername)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here i also got the customers of 2012 which are new. Now how i should leave the new customers which were not in 2009 from 2012 customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it explains you more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 06:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year/m-p/386857#M1156213</guid>
      <dc:creator />
      <dc:date>2013-01-31T06:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Year</title>
      <link>https://community.qlik.com/t5/QlikView/Year/m-p/386858#M1156214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&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, 01 Feb 2013 06:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year/m-p/386858#M1156214</guid>
      <dc:creator />
      <dc:date>2013-02-01T06:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Year</title>
      <link>https://community.qlik.com/t5/QlikView/Year/m-p/386859#M1156215</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 probably have a field that states if the customer is new or old, or a date when the customer became a customer? If so, can't you just include it in the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 07:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year/m-p/386859#M1156215</guid>
      <dc:creator />
      <dc:date>2013-02-01T07:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Year</title>
      <link>https://community.qlik.com/t5/QlikView/Year/m-p/386860#M1156216</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;go to this thread hope it help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/71585?tstart=0" title="http://community.qlik.com/thread/71585?tstart=0"&gt;http://community.qlik.com/thread/71585?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 07:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year/m-p/386860#M1156216</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-02-01T07:23:28Z</dc:date>
    </item>
  </channel>
</rss>

