<?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: Month on month figures in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591085#M219221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a new field to you master-calendar table NUM(yourdate),&amp;nbsp; and you can create expresions like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Today: sum( {&amp;lt; today selection &amp;gt;} sales) &lt;/P&gt;&lt;P&gt;2) LastWeek = Today - 7&amp;nbsp;&amp;nbsp; sum( {&amp;lt; last week selection &amp;gt;} sales) &lt;/P&gt;&lt;P&gt;3) LastMonth&amp;nbsp; = AddMonths(Today(), -1) sum( {&amp;lt; last month selection &amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course yo have to "improve" my suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 13:19:25 GMT</pubDate>
    <dc:creator>Joaquin_Lazaro</dc:creator>
    <dc:date>2014-04-02T13:19:25Z</dc:date>
    <item>
      <title>Month on month figures</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591082#M219218</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;This isn't a technical question, more to ask if people have had the same requirement from their business owners and how they may have addressed the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are comparing sales figures for yesterday, vs the same day the previous week, and the same date the previous month. Comparing to the previous week is fine - just take 7 days off and you get Monday vs Monday. Take a month off though, and you may get Monday vs Sunday - which obviously give misleading data - in our business you'd expect the Sunday sales to be way less than a Monday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the business are asking for is a way to compare with the equivalent day the previous Month. i.e, if yesterday was the first Monday in the month, compare with the first Monday of the month last month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm really not sure how to accomplish this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice/pointers would be much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 12:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591082#M219218</guid>
      <dc:creator />
      <dc:date>2014-04-02T12:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Month on month figures</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591083#M219219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never experienced a similar request, I think you should prepare a personalized calendar to assign the first, second ... dayweek in each month. In this way you could compare as you need, only a question ... is this a complete rule?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 13:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591083#M219219</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-02T13:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Month on month figures</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591084#M219220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at QlikView-Help, there are some functions about dates, perhaps one of these could help you:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;1) DayNumberOfYear&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;2) &lt;SPAN class="Bold"&gt;MonthsStart&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;3) &lt;SPAN class="Bold"&gt;Months&lt;/SPAN&gt;End&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;4) Year&lt;SPAN class="Bold"&gt;Start&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;5) YearEnd&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN class="Bold"&gt;6) AddMonths&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Good luck!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 13:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591084#M219220</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2014-04-02T13:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Month on month figures</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591085#M219221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a new field to you master-calendar table NUM(yourdate),&amp;nbsp; and you can create expresions like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Today: sum( {&amp;lt; today selection &amp;gt;} sales) &lt;/P&gt;&lt;P&gt;2) LastWeek = Today - 7&amp;nbsp;&amp;nbsp; sum( {&amp;lt; last week selection &amp;gt;} sales) &lt;/P&gt;&lt;P&gt;3) LastMonth&amp;nbsp; = AddMonths(Today(), -1) sum( {&amp;lt; last month selection &amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course yo have to "improve" my suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 13:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-month-figures/m-p/591085#M219221</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2014-04-02T13:19:25Z</dc:date>
    </item>
  </channel>
</rss>

