<?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 Year over Year (YOY) display in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-over-Year-YOY-display/m-p/719962#M1076962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="62831" alt="YOY1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62831_YOY1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="62832" alt="LB.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62832_LB.JPG.jpg" /&gt; &lt;IMG __jive_id="62833" alt="LB1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62833_LB1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help, I want to display a year over year bar chart.&lt;/P&gt;&lt;P&gt;When we select any year, it should should display a year over year for the selection and for the previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression should be based on the number of "Low"&amp;nbsp; Consumers or on the number of "High" Consumers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2014 05:59:33 GMT</pubDate>
    <dc:creator>shannoypaul</dc:creator>
    <dc:date>2014-07-22T05:59:33Z</dc:date>
    <item>
      <title>Year over Year (YOY) display</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-YOY-display/m-p/719962#M1076962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="62831" alt="YOY1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62831_YOY1.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="62832" alt="LB.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62832_LB.JPG.jpg" /&gt; &lt;IMG __jive_id="62833" alt="LB1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/62833_LB1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help, I want to display a year over year bar chart.&lt;/P&gt;&lt;P&gt;When we select any year, it should should display a year over year for the selection and for the previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression should be based on the number of "Low"&amp;nbsp; Consumers or on the number of "High" Consumers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 05:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-YOY-display/m-p/719962#M1076962</guid>
      <dc:creator>shannoypaul</dc:creator>
      <dc:date>2014-07-22T05:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year (YOY) display</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-YOY-display/m-p/719963#M1076963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression 1&lt;/P&gt;&lt;P&gt;Count({&amp;lt; Year={$(=max(Year))}&amp;gt;} Consumers)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2&lt;/P&gt;&lt;P&gt;Count({&amp;lt; Year={$(=max(Year)-1)}&amp;gt;} Consumers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 06:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-YOY-display/m-p/719963#M1076963</guid>
      <dc:creator />
      <dc:date>2014-07-22T06:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Year over Year (YOY) display</title>
      <link>https://community.qlik.com/t5/QlikView/Year-over-Year-YOY-display/m-p/719964#M1076964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;add a calculated dimension for year like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Year=$(=Max(Year)) or Year=$(=Max(Year)-1),Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in expression give &lt;/P&gt;&lt;P&gt;=count(Consumers)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 06:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-over-Year-YOY-display/m-p/719964#M1076964</guid>
      <dc:creator />
      <dc:date>2014-07-22T06:27:06Z</dc:date>
    </item>
  </channel>
</rss>

