<?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: How To Calculate MAT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896254#M311908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure which chart you wanted us to work on, but I thought the bottom one made sense. Is this what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88254_Capture.PNG" style="height: 243px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where without any selection, you can see 12 month of data? If yes then you can use this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Sum({&amp;lt;TYPE={'DATA'}, vDate = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Max(vDate), -1), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(vDate), 'MMM-YY'))"}&amp;gt;}[SUM of Monthly LC])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;Sum ({&amp;lt;TYPE={'LU'}, vDate = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Max(vDate), -1), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(vDate), 'MMM-YY'))"}&amp;gt;}[SUM of Monthly LC])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) &lt;STRONG&gt;Sum ({&amp;lt;TYPE={'FBP'}, vDate = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Max(vDate), -1), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(vDate), 'MMM-YY'))"}&amp;gt;}[SUM of Monthly LC])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching your qvw for reference purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 12:16:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-03T12:16:19Z</dc:date>
    <item>
      <title>How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896246#M311900</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 a data set in which I want to calculate MAT and I amusing this formula to calculate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;TYPE={'DATA'},XDate={'&amp;gt;=$(vDate) &amp;lt;$(vDate_1)'}&amp;gt;}[SALES])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where vDate is a variable which has the value for current year date and vDate_1 has the same date of last year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is not showing correct value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 12:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896246#M311900</guid>
      <dc:creator />
      <dc:date>2015-06-02T12:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896247#M311901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give this a try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;TYPE={'DATA'},XDate={&lt;STRONG&gt;"$(='&amp;gt;=' &amp;amp; $(vDate) &amp;amp; '&amp;lt;' &amp;amp; $(vDate_1))"&lt;/STRONG&gt;}&amp;gt;}[SALES])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 12:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896247#M311901</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-02T12:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896248#M311902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The XDate conditions should be in double quotes, rather than single quotes, and you need some = signs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;TYPE={'DATA'},XDate={"&amp;gt;=$(=vDate) &amp;lt;$(=vDate_1)"}&amp;gt;}[SALES])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({&amp;lt;TYPE={'DATA'},XDate={"&amp;gt;=$(=Date(vDate)) &amp;lt;$(=Date(vDate_1))"}&amp;gt;}[SALES])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem comes down to the date formats and the actual dates in the XDate field and the vDate* variable definitions. I suggest that you upload a sample to prevent a lot of incorrect guesses as the problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the meantime - does XDate have a time component?&lt;/P&gt;&lt;P&gt;If you removed the time component, did you do it properly ( Date(myTimeStamp) does &lt;EM&gt;not&lt;/EM&gt; remove the time )?&lt;/P&gt;&lt;P&gt;Do the VDate* variables have the same format as XDate?&lt;/P&gt;&lt;P&gt;Are these variables globally evaluated (in other words, they start with = )?&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 12:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896248#M311902</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-02T12:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896249#M311903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would also check that the format of the dates in your variables vDate and vDate_1 match the format of the XDate field.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 12:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896249#M311903</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-02T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896250#M311904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi @&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="13229" data-username="jontydkpi" href="https://community.qlik.com/people/jontydkpi"&gt;jonathan dienst&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the sample file where I want to calculate MAT and YTD using this data. for these two charts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896250#M311904</guid>
      <dc:creator />
      <dc:date>2015-06-03T11:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896251#M311905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;try this it should be ur requirement&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;TYPE={'DATA'},XDate={"&amp;gt;=$(=Date#(vDate)) &amp;lt;$(=Date#(vDate_1))"}&amp;gt;}[SALES])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;system formated date will display&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:53:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896251#M311905</guid>
      <dc:creator>pratap6699</dc:creator>
      <dc:date>2015-06-03T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896252#M311906</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;can you use the attached sample file and try using the formula....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it but it was not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you can solve this by writing the code&lt;/P&gt;&lt;P&gt; many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:04:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896252#M311906</guid>
      <dc:creator />
      <dc:date>2015-06-03T12:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896253#M311907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Date# will not help here as Date# controls the input format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sujit,&lt;/P&gt;&lt;P&gt;I would test your date formats by putting $(vDate) and $(vDate_1) into separate textboxes and comparing the date formats shown with a listbox displaying the XDate field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896253#M311907</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-06-03T12:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896254#M311908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure which chart you wanted us to work on, but I thought the bottom one made sense. Is this what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88254_Capture.PNG" style="height: 243px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where without any selection, you can see 12 month of data? If yes then you can use this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) &lt;STRONG&gt;Sum({&amp;lt;TYPE={'DATA'}, vDate = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Max(vDate), -1), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(vDate), 'MMM-YY'))"}&amp;gt;}[SUM of Monthly LC])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &lt;STRONG&gt;Sum ({&amp;lt;TYPE={'LU'}, vDate = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Max(vDate), -1), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(vDate), 'MMM-YY'))"}&amp;gt;}[SUM of Monthly LC])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) &lt;STRONG&gt;Sum ({&amp;lt;TYPE={'FBP'}, vDate = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Max(vDate), -1), 'MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(vDate), 'MMM-YY'))"}&amp;gt;}[SUM of Monthly LC])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching your qvw for reference purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 12:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896254#M311908</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-03T12:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896255#M311909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SunIndia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check its not working; Its only showing the sum for a particular month not the moving annual total for that month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 09:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896255#M311909</guid>
      <dc:creator />
      <dc:date>2015-06-08T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896256#M311910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for cumulative chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896256#M311910</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T10:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896257#M311911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yess cumulative chart containing sum of sales from last 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;withyou calculation it only takes the sum of current month I dont know why , may be the range we are defining in that formula is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:21:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896257#M311911</guid>
      <dc:creator />
      <dc:date>2015-06-08T10:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896258#M311912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For cumulative chart, we will need a RangeSum function together with Above/Below function. Let me work on a solution for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896258#M311912</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T10:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896259#M311913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896259#M311913</guid>
      <dc:creator />
      <dc:date>2015-06-08T10:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896260#M311914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you might not need it, if this is what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88649_Capture.PNG" style="height: 181px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the inbuilt accumulation functionality of QlikView:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/88650_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See if this works (attaching the qvw as well)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896260#M311914</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T10:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896261#M311915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 11:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896261#M311915</guid>
      <dc:creator />
      <dc:date>2015-06-08T11:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896262#M311916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say not working, do you mean its not giving you the desired results? I am not sure what exactly are you trying to get? Will you be able to provide with your expected result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 12:01:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896262#M311916</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T12:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896263#M311917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean I am not getting desired results. What I am expecting is :-&lt;/P&gt;&lt;P&gt; Lets say we have a line chart where I have Date on X axis . Now at each point for ex jun-2014 it should show the sum of the sales till July-2013 to Jun-2014. This is what Moving annual total is at all points. here we need to sum tha sales for a range of 12 months including selected month and back 11 months. Please let me know if any other info you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 12:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896263#M311917</guid>
      <dc:creator />
      <dc:date>2015-06-08T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896264#M311918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I understand what you are looking for. Let me see if I can get a sample soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 12:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896264#M311918</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T12:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: How To Calculate MAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896265#M311919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/88671_Capture.PNG" style="height: 257px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 12:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Calculate-MAT/m-p/896265#M311919</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-08T12:37:50Z</dc:date>
    </item>
  </channel>
</rss>

