<?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: Set Analysis (How can i compare a Month in 2014 with the same month in 2013, ex 2012, ex2011 etc) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666295#M674516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gotten as far as to use the month field and then i created SET analysis expression as follows:&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;Year =&amp;nbsp; {2014}&amp;gt;} IM5_RegisterationNumber_Extension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does works and gives me a "not-toooo-bad" chart, but it feels slightly disapointing, because if i want the other YEARS to be included, i now need to go make create them in the Expressions for each Year... it spands back to '05.. lol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/64258_Capture.JPG" style="width: 620px; height: 180px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain what is to be achieved with the code you provided? Why do you (divide) 2014 by 2013's count?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 16:17:27 GMT</pubDate>
    <dc:creator>nico_ilog</dc:creator>
    <dc:date>2014-08-12T16:17:27Z</dc:date>
    <item>
      <title>Set Analysis (How can i compare a Month in 2014 with the same month in 2013, ex 2012, ex2011 etc)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666293#M674513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im a slight NOOB when it comes to the Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i create chart that compares Each of the 12 Months in a Year, with the SAME months in all previous years?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It specifically pertains to comparing the count(Imported vehicles) of each month to the same month in other years?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers or help on where to start?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nico &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 14:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666293#M674513</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2014-08-12T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (How can i compare a Month in 2014 with the same month in 2013, ex 2012, ex2011 etc)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666294#M674514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suposing you have "Month" and "Year" fields. In a graph that contains "Month" as dimmention, you could use the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Year={2014}&amp;gt;} Distinct Imported_ID )/Count({&amp;lt;Year={2013}&amp;gt;} Distinct Imported_ID )-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it doesn't work, you should send a reduced copy of the qvw to see your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 16:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666294#M674514</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2014-08-12T16:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (How can i compare a Month in 2014 with the same month in 2013, ex 2012, ex2011 etc)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666295#M674516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gotten as far as to use the month field and then i created SET analysis expression as follows:&lt;/P&gt;&lt;P&gt;=count({1&amp;lt;Year =&amp;nbsp; {2014}&amp;gt;} IM5_RegisterationNumber_Extension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does works and gives me a "not-toooo-bad" chart, but it feels slightly disapointing, because if i want the other YEARS to be included, i now need to go make create them in the Expressions for each Year... it spands back to '05.. lol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/64258_Capture.JPG" style="width: 620px; height: 180px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain what is to be achieved with the code you provided? Why do you (divide) 2014 by 2013's count?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 16:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666295#M674516</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2014-08-12T16:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis (How can i compare a Month in 2014 with the same month in 2013, ex 2012, ex2011 etc)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666296#M674517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI there,&lt;/P&gt;&lt;P&gt;I dont think you need set-analysis here as your dimensions are month and year. Please take a look at the example. I am not sure where you are facing a problem&amp;nbsp; (may be I might be missing something here)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 16:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666296#M674517</guid>
      <dc:creator />
      <dc:date>2014-08-12T16:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (How can i compare a Month in 2014 with the same month in 2013, ex 2012, ex2011 etc)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666297#M674518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have supossed you need to show the "Growth" between these years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't uderstand what you really need. Please, specify by another way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 16:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666297#M674518</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2014-08-12T16:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (How can i compare a Month in 2014 with the same month in 2013, ex 2012, ex2011 etc)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666298#M674519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me rephrase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to achieve this:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="495"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Year&lt;/TD&gt;&lt;TD width="175"&gt;Jan&lt;/TD&gt;&lt;TD width="64"&gt;Feb&lt;/TD&gt;&lt;TD width="64"&gt;Mar&lt;/TD&gt;&lt;TD width="64"&gt;Apr&lt;/TD&gt;&lt;TD width="64"&gt;etc&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2010&lt;/TD&gt;&lt;TD&gt;Total Count for Jan, in 2010&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2011&lt;/TD&gt;&lt;TD&gt;Total Count for Jan, in 2011&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2012&lt;/TD&gt;&lt;TD&gt;Total Count for Jan, in 2012&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2013&lt;/TD&gt;&lt;TD&gt;Total Count for Jan, in 2013&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2014&lt;/TD&gt;&lt;TD&gt;Total Count for Jan, in 2014&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a chart format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion lads.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 16:45:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666298#M674519</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2014-08-12T16:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis (How can i compare a Month in 2014 with the same month in 2013, ex 2012, ex2011 etc)</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666299#M674520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Ajay example is what you need... Or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 17:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-How-can-i-compare-a-Month-in-2014-with-the-same/m-p/666299#M674520</guid>
      <dc:creator>sebastiandperei</dc:creator>
      <dc:date>2014-08-12T17:19:06Z</dc:date>
    </item>
  </channel>
</rss>

