<?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: Monthly rolling time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460512#M171926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you want to use the selected date of your choice you have to change today() by a GetSelectedField(Date) for example if your Date is a Date field (hope you understand).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 09:35:47 GMT</pubDate>
    <dc:creator>jonathan_dau</dc:creator>
    <dc:date>2013-05-15T09:35:47Z</dc:date>
    <item>
      <title>Monthly rolling time</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460510#M171924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help with the following issue.&lt;/P&gt;&lt;P&gt;I am developing a report for TurnOver warehouse.&lt;/P&gt;&lt;P&gt;The TurnOver has been defined as follow-&amp;gt; TurnOver=Sales value past 12 month/Current warehouse value.&lt;/P&gt;&lt;P&gt;For Current warehouse value I have a table that gives me the "snapshot" (this comes from a qwd).&lt;/P&gt;&lt;P&gt;For Sales Value I have a join between two tables containing all sales from 2009 until now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The report will run every end of month and what I need to have is the sold quantity for each material. This will be the sold quantity in the current month + 11 prior month 11 sales.&lt;/P&gt;&lt;P&gt;Example: for May 2013 I need the sold quantity in May + the sold quantity from June 2012 until now.&lt;/P&gt;&lt;P&gt;For June 2012 I need the sold quanityt in June 2013 + the sold quantity from July 2012 until now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this?&lt;/P&gt;&lt;P&gt;If you need more information or details please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your precious help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 07:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460510#M171924</guid>
      <dc:creator />
      <dc:date>2013-05-15T07:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly rolling time</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460511#M171925</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 think you can achieve this by using a set analysis: &lt;/P&gt;&lt;P&gt;&lt;SPAN dir="ltr" style="font-family: MS Shell Dlg 2; color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN id="97413123.0" style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN id="97413123.0" style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN id="97413123.0" style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN id="97413123.0" style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=monthstart(addmonths(today(),-11)))&amp;lt;=$(=Monthend(today()))"&lt;/SPAN&gt;&lt;SPAN id="97413123.0" style="font-size: 8pt;"&gt;}&lt;/SPAN&gt;&lt;SPAN id="97413155.0" style="font-size: 8pt;"&gt;&amp;gt;} Sales Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; font-family: MS Shell Dlg 2;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000;"&gt;Hope that helps. &lt;/SPAN&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #000000; font-size: 10pt;"&gt;Jonathan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 09:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460511#M171925</guid>
      <dc:creator>jonathan_dau</dc:creator>
      <dc:date>2013-05-15T09:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly rolling time</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460512#M171926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you want to use the selected date of your choice you have to change today() by a GetSelectedField(Date) for example if your Date is a Date field (hope you understand).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 09:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460512#M171926</guid>
      <dc:creator>jonathan_dau</dc:creator>
      <dc:date>2013-05-15T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Monthly rolling time</title>
      <link>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460513#M171927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help.&lt;BR /&gt;I'll try and let you know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 08:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Monthly-rolling-time/m-p/460513#M171927</guid>
      <dc:creator />
      <dc:date>2013-05-17T08:37:25Z</dc:date>
    </item>
  </channel>
</rss>

