<?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: Rolling 12 Month with dynamic dimension selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386638#M563059</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shusil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the sample, its help me.&lt;/P&gt;&lt;P&gt;I've been analyzed more on yours sample, i found that its not cover the day. For example, if on July 2011 the transaction ended at day 17 then for July 2010 it will not take on the whole day of July 2010. Why? because i've found some value is wrong, my early assumption is because of that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So..I've made a final solutions based on yours qvw and my qvw.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 09:24:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-27T09:24:17Z</dc:date>
    <item>
      <title>Rolling 12 Month with dynamic dimension selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386634#M563055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue in set analysis for rolling 12 month calculations (please see attached qvw). &lt;/P&gt;&lt;P&gt;My calculations is already correct for all region, but when i selected one region the value is not changes because i'm using 1=static in my set analysis because if i remove or change it to $ then the expression will only calculated for current sales only.&lt;/P&gt;&lt;P&gt;So..how i can achieved rolling 12 month calculations that can also move with others selected dimension (needed urgent).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 05:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386634#M563055</guid>
      <dc:creator />
      <dc:date>2013-02-27T05:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month with dynamic dimension selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386635#M563056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dwi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am new to qlikview tool but i have tried some what .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use month as dimension and in expression use this &lt;/P&gt;&lt;P&gt;//For Current Year:-=Sum({$&amp;lt;Year={$(=Max(Year))}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;//For last Year:-=&amp;nbsp; =Sum({$&amp;lt;Year={$(=Max(Year)-1)}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;//For Diff:-=&amp;nbsp;&amp;nbsp; (Column(1)-Column(2))/Column(1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i have attached the file here&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;Mohanraj Subramanian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 06:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386635#M563056</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2013-02-27T06:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month with dynamic dimension selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386636#M563057</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;Sum({$&amp;lt;Year={$(=Max(Year))}&amp;gt;}Sales)&amp;nbsp; = Sum(Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats not calculated 12 month back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 07:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386636#M563057</guid>
      <dc:creator />
      <dc:date>2013-02-27T07:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month with dynamic dimension selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386637#M563058</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 similar for 6 months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 07:29:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386637#M563058</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-02-27T07:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month with dynamic dimension selections</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386638#M563059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shusil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the sample, its help me.&lt;/P&gt;&lt;P&gt;I've been analyzed more on yours sample, i found that its not cover the day. For example, if on July 2011 the transaction ended at day 17 then for July 2010 it will not take on the whole day of July 2010. Why? because i've found some value is wrong, my early assumption is because of that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So..I've made a final solutions based on yours qvw and my qvw.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-with-dynamic-dimension-selections/m-p/386638#M563059</guid>
      <dc:creator />
      <dc:date>2013-02-27T09:24:17Z</dc:date>
    </item>
  </channel>
</rss>

