<?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 Actual Value Month wise in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Actual-Value-Month-wise/m-p/677615#M245814</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;I have three years actual data. I want actual vs actual on the behalf of this expression - (Sum(Current Year Actual Value) - Sum(Previous Year Actual Value)) / Sum(Previous Year Actual Value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression = (sum( {1&amp;lt;Year=,month&amp;gt;} CTS )-Above(Sum({1&amp;lt;Year=,month&amp;gt;} CTS)))/Above(Sum({1 &amp;lt;Year=,month&amp;gt;} CTS))*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am getting only one year. i.e - 2013. In this Case - It should be 2014 and 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 2014 - Negative (-74.73) and For 2013 = +34.53. Now I have to show the graph on the drilldown of year wise ---&amp;gt; Month Wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for the same graph Month value is coming same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jul 2014 07:09:02 GMT</pubDate>
    <dc:creator>sona_sa</dc:creator>
    <dc:date>2014-07-30T07:09:02Z</dc:date>
    <item>
      <title>Actual Value Month wise</title>
      <link>https://community.qlik.com/t5/QlikView/Actual-Value-Month-wise/m-p/677615#M245814</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;I have three years actual data. I want actual vs actual on the behalf of this expression - (Sum(Current Year Actual Value) - Sum(Previous Year Actual Value)) / Sum(Previous Year Actual Value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression = (sum( {1&amp;lt;Year=,month&amp;gt;} CTS )-Above(Sum({1&amp;lt;Year=,month&amp;gt;} CTS)))/Above(Sum({1 &amp;lt;Year=,month&amp;gt;} CTS))*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am getting only one year. i.e - 2013. In this Case - It should be 2014 and 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 2014 - Negative (-74.73) and For 2013 = +34.53. Now I have to show the graph on the drilldown of year wise ---&amp;gt; Month Wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for the same graph Month value is coming same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 07:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Actual-Value-Month-wise/m-p/677615#M245814</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2014-07-30T07:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Actual Value Month wise</title>
      <link>https://community.qlik.com/t5/QlikView/Actual-Value-Month-wise/m-p/677616#M245815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not absolutely sure but I think there isn't a way to show this with one expression. The common approach to compare different time-periods in a single object is to use several expressions (instead time-periods as dimension) like these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Year = {$(=max(Year))} &amp;gt; } Value) // current&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Year = {$(=max(Year)-1)} &amp;gt; } Value) // previous&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Year = {$(=max(Year))} &amp;gt; } Value) - sum({&amp;lt; Year = {$(=max(Year)-1)} &amp;gt; } Value) // deviation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jul 2014 10:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Actual-Value-Month-wise/m-p/677616#M245815</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-07-30T10:12:32Z</dc:date>
    </item>
  </channel>
</rss>

