<?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: Last 12 months Avg in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168498#M380165</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added few rows for Feb'15 and created chart to show average.. pls see if this is what your were looking for..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 May 2016 08:20:40 GMT</pubDate>
    <dc:creator>kamal_sanguri</dc:creator>
    <dc:date>2016-05-30T08:20:40Z</dc:date>
    <item>
      <title>Last 12 months Avg</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168493#M380160</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;I have field called MonthYear and the the data is in&lt;STRONG&gt; Text format&lt;/STRONG&gt; and i will be receiving the data from excel where the data will in this format&lt;/P&gt;&lt;P&gt;May'15&lt;/P&gt;&lt;P&gt;Jun'15&lt;/P&gt;&lt;P&gt;Jul'15&lt;/P&gt;&lt;P&gt;.....(till) May'16&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field called Distributed Leads where the data is 17,32,89&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need calculate the last 12 months avg...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so that should be from May'15 to Apr'16.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me how to achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 07:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168493#M380160</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-05-30T07:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Avg</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168494#M380161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please elaborate it more.. or if possible attach some sample data..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 07:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168494#M380161</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2016-05-30T07:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Avg</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168495#M380162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The first step will be to load the dates as numeric Qlikview date values. You can use a load statement like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(PurgeChar(MonthYear, chr(39)), 'MMMyyyy') as MonthYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(assumes that he apostrophe in the date is ' (chr(39)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the rest of your requirements, I suggest that you attach a qvw sample file to get accurate and useful suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 07:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168495#M380162</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-05-30T07:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Avg</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168496#M380163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also read &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3102"&gt;QlikView Date fields&lt;/A&gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 07:54:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168496#M380163</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-05-30T07:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Avg</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168497#M380164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kamal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 07:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168497#M380164</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2016-05-30T07:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Avg</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168498#M380165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added few rows for Feb'15 and created chart to show average.. pls see if this is what your were looking for..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 08:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Avg/m-p/1168498#M380165</guid>
      <dc:creator>kamal_sanguri</dc:creator>
      <dc:date>2016-05-30T08:20:40Z</dc:date>
    </item>
  </channel>
</rss>

