<?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 Calculating Week and Month Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410183#M563307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am quite new to Qlikview, but have built some nice reporting KPIs. However there are some things thare starting to frustrate me, as i'm not sure how to build/create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly I wish to creat a table showing the quanity for the last 12 months, then the last 6 months, 3 months and then the last month. This would need to be a rolling effect.I have already defined the years; but require a breakdown each period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, I need to creat a table to show the amount of cases for each week, with the averafge of last 2 weeks and last 26 weeks (after the last 2 weeks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the sample data attached (in excel). There are 2 tabs in the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look forward to your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2013 14:14:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-06T14:14:25Z</dc:date>
    <item>
      <title>Calculating Week and Month Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410183#M563307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am quite new to Qlikview, but have built some nice reporting KPIs. However there are some things thare starting to frustrate me, as i'm not sure how to build/create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly I wish to creat a table showing the quanity for the last 12 months, then the last 6 months, 3 months and then the last month. This would need to be a rolling effect.I have already defined the years; but require a breakdown each period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, I need to creat a table to show the amount of cases for each week, with the averafge of last 2 weeks and last 26 weeks (after the last 2 weeks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the sample data attached (in excel). There are 2 tabs in the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look forward to your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 14:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410183#M563307</guid>
      <dc:creator />
      <dc:date>2013-02-06T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Week and Month Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410184#M563308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example. The source data is per date, not already aggregated per week. I used the &lt;A href="http://code.google.com/p/qlikview-components/"&gt;Qlikview Components library&lt;/A&gt; to create a calendar and set analysis variables. Those are used in most of the expressions. It's not possible to combine the period averages in the same pivot table as the week counts. So the result is three tables, no two. I hope this helps you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 15:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410184#M563308</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-06T15:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Week and Month Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410185#M563309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick response&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In relation to the period analysis (3,6,12 months); i had entered the suggested formulas with the slight alternation to match my data set. I change it up to be a Count formula, as to add count the number of items (and not the sum of).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count( $(vSetRolling12) syscreated)&lt;/P&gt;&lt;P&gt;count( $(vSetRolling6) syscreated)&lt;/P&gt;&lt;P&gt;count( $(vSetRolling3) syscreated)&lt;/P&gt;&lt;P&gt;count( $(vSetMTD) syscreated)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'syscreated' is a date field that is always populated, and is in the data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, All 4 formulas produce the same figures. Where am i going wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 09:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410185#M563309</guid>
      <dc:creator />
      <dc:date>2013-02-07T09:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Week and Month Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410186#M563310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I have so far&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33277" class="jive-image-thumbnail jive-image" onclick="" alt="Capture_Same value.PNG" src="/legacyfs/online/33277_Capture_Same value.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 13:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410186#M563310</guid>
      <dc:creator />
      <dc:date>2013-02-08T13:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Week and Month Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410187#M563311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my current Master Calendar in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please advise the best way to add the additional variables - for 3 month, 6 month and 12 month rolling&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 09:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Week-and-Month-Analysis/m-p/410187#M563311</guid>
      <dc:creator />
      <dc:date>2013-02-11T09:46:24Z</dc:date>
    </item>
  </channel>
</rss>

