<?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: Previous Year, YoY Analysis ( Year to Year ) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Previous-Year-YoY-Analysis-Year-to-Year/m-p/855694#M469365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amith, There is more then one possible way, describing one over here. Logic is.(This will work on your selection of year).&lt;/P&gt;&lt;P&gt;1. For current Year you just need = sum(revenue)&lt;/P&gt;&lt;P&gt;2. Previous month revenue according to current year Dates&amp;nbsp; = sum({&amp;lt;Year={'$(=max(Year)-1)'},Date={"&amp;gt;=$(vPYMinDate)&amp;lt;=$(vPYMaxDate)"}&amp;gt;}Revenue).&lt;/P&gt;&lt;P&gt;3. You can find these variables in application.&lt;/P&gt;&lt;P&gt;4. here attached solution qvw on your data .PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2015 07:32:02 GMT</pubDate>
    <dc:creator>ankitbisht01</dc:creator>
    <dc:date>2015-07-13T07:32:02Z</dc:date>
    <item>
      <title>Previous Year, YoY Analysis ( Year to Year )</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Year-YoY-Analysis-Year-to-Year/m-p/855692#M469363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a problem. i want to compare YOY revenue in my dashboard. but when i do the comparison, for example, if i have data till may of 2015. it is comparing with the entire revenue for 2014. i dont want like that. i want to compare till 2014 may only when i comparing 2015 may. i am sending you the table and code which i have used. please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="199" style="border: 1px solid #000000; width: 362px; height: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Revenue&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12-jan-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;123234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3-feb-2014&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;234234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;1-jan-2015&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1212313&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1-feb-2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;334341&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1-mar-2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;423424&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1-april-2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3434321&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1-may-2015&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;23432423&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"=sum({&amp;lt;Year = {$(=max(Year))}&amp;gt;}(Revenue))/sum({&amp;lt;Year = {$(=max(Year)-1)}&amp;gt;}(Revenue))"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Universal Calender for the tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 06:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Year-YoY-Analysis-Year-to-Year/m-p/855692#M469363</guid>
      <dc:creator>amithmurali</dc:creator>
      <dc:date>2015-07-12T06:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Year, YoY Analysis ( Year to Year )</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Year-YoY-Analysis-Year-to-Year/m-p/855693#M469364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this should help&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3619"&gt;Year-over-Year Comparisons&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 06:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Year-YoY-Analysis-Year-to-Year/m-p/855693#M469364</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-07-12T06:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Previous Year, YoY Analysis ( Year to Year )</title>
      <link>https://community.qlik.com/t5/QlikView/Previous-Year-YoY-Analysis-Year-to-Year/m-p/855694#M469365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amith, There is more then one possible way, describing one over here. Logic is.(This will work on your selection of year).&lt;/P&gt;&lt;P&gt;1. For current Year you just need = sum(revenue)&lt;/P&gt;&lt;P&gt;2. Previous month revenue according to current year Dates&amp;nbsp; = sum({&amp;lt;Year={'$(=max(Year)-1)'},Date={"&amp;gt;=$(vPYMinDate)&amp;lt;=$(vPYMaxDate)"}&amp;gt;}Revenue).&lt;/P&gt;&lt;P&gt;3. You can find these variables in application.&lt;/P&gt;&lt;P&gt;4. here attached solution qvw on your data .PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 07:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Previous-Year-YoY-Analysis-Year-to-Year/m-p/855694#M469365</guid>
      <dc:creator>ankitbisht01</dc:creator>
      <dc:date>2015-07-13T07:32:02Z</dc:date>
    </item>
  </channel>
</rss>

