<?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: I am implementing rolling three month dashboard . in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489572#M182956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try This Set analysis hope it will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;PostingDate={'&amp;gt;=$(Vrolling3)&amp;lt;=$(vMaxDate)'},month=,year=&amp;gt;}Amount&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables:&lt;/P&gt;&lt;P&gt;Vrolling3 : =Date(MonthStart(vMaxDate,-2),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;vMaxDate : =Date(max(PostingDate),'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Nov 2013 06:08:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-26T06:08:45Z</dc:date>
    <item>
      <title>I am implementing rolling three month dashboard .</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489569#M182953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;I am implementing Rolling 3 months procedure in my dashboard where my fiscal year is from April to March.&lt;/P&gt;&lt;P&gt;my date is [Posting Date] and i want to calculate rolling 3 month Amount .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What condition should i use..&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 05:54:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489569#M182953</guid>
      <dc:creator />
      <dc:date>2013-11-26T05:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: I am implementing rolling three month dashboard .</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489570#M182954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 06:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489570#M182954</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-11-26T06:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: I am implementing rolling three month dashboard .</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489571#M182955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Farmula for expression side on the basis of date also used&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;PostingDate = {"&amp;gt;=$(=MonthStart(Max(PostingDate), -2))&amp;lt;=$(=MonthEnd(Max(PostingDate)))"},Year=,Month=&amp;gt;}Sale)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 06:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489571#M182955</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-11-26T06:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: I am implementing rolling three month dashboard .</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489572#M182956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try This Set analysis hope it will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;PostingDate={'&amp;gt;=$(Vrolling3)&amp;lt;=$(vMaxDate)'},month=,year=&amp;gt;}Amount&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables:&lt;/P&gt;&lt;P&gt;Vrolling3 : =Date(MonthStart(vMaxDate,-2),'DD/MM/YYYY')&lt;/P&gt;&lt;P&gt;vMaxDate : =Date(max(PostingDate),'DD/MM/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 06:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489572#M182956</guid>
      <dc:creator />
      <dc:date>2013-11-26T06:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: I am implementing rolling three month dashboard .</title>
      <link>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489573#M182957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All For Helping me out...&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 07:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/I-am-implementing-rolling-three-month-dashboard/m-p/489573#M182957</guid>
      <dc:creator />
      <dc:date>2013-11-26T07:21:10Z</dc:date>
    </item>
  </channel>
</rss>

