<?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 sales data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042373#M927158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/747673"&gt;Last 12 Months Sales&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9162"&gt;Set Analysis for certain Point in Time&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Mar 2016 08:31:42 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2016-03-22T08:31:42Z</dc:date>
    <item>
      <title>Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042372#M927157</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;Want to display last 12 months sales data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My columns are &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yearmonth which is a number &lt;/P&gt;&lt;P&gt;Amount which a sales amount filed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So can you please guide me how to get the last 12 months data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the needful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042372#M927157</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042373#M927158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/747673"&gt;Last 12 Months Sales&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9162"&gt;Set Analysis for certain Point in Time&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 08:31:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042373#M927158</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-22T08:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042374#M927159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If yearmonth is a seq no then you may use expression something like -&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;yearmonth &lt;/SPAN&gt;= {“&amp;gt;=$(=Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;yearmonth &lt;/SPAN&gt;) – 11)&amp;lt;=$(=Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;yearmonth &lt;/SPAN&gt;))”}&amp;gt;} &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Amount &lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 08:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042374#M927159</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-22T08:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042375#M927160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this expression&lt;/P&gt;&lt;P&gt;rangesum(above(Sum(Salesamount),0,12))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 08:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042375#M927160</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-22T08:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042376#M927161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 08:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042376#M927161</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-03-22T08:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042377#M927162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or see the below link using which you can do the same from script itself&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9250"&gt;Rolling N months&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 08:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042377#M927162</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-22T08:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042378#M927163</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;Check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 09:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042378#M927163</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2016-03-22T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042379#M927164</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;YearMonth is a time stamp and it is a num datattype&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please do the needful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 09:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042379#M927164</guid>
      <dc:creator />
      <dc:date>2016-03-22T09:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042380#M927165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;YearMonth={‘&amp;gt;=$(=MonthStart(Today(), -11))&amp;lt;=$(=Today())’}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;showing error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;YearMonth={"&amp;gt;$(=monthstart(max(YearMonth),-12))&amp;lt;$(=monthstart(max(YearMonth)))"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is showing 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i have to use exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 09:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042380#M927165</guid>
      <dc:creator />
      <dc:date>2016-03-22T09:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042381#M927166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;It's not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=Sum({&amp;lt;YearMonth={‘&amp;gt;=$(=MonthStart(Today(), -11))&amp;lt;=$(=Today())’}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;showing error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;=sum({&amp;lt;YearMonth={"&amp;gt;$(=monthstart(max(YearMonth),-12))&amp;lt;$(=monthstart(max(YearMonth)))"}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;It is showing 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;So&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;what i have to use exactly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 09:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042381#M927166</guid>
      <dc:creator />
      <dc:date>2016-03-22T09:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042382#M927167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({&amp;lt;YearMonth ={"&amp;gt;=$(=Date(addmonths(Max(YearMonth), -12), 'MMM-YY')) &amp;lt;=$(=Date(addmonths(Max(YearMonth),-1),&amp;nbsp; 'MMM-YY'))"} &amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2016 11:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042382#M927167</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-03-22T11:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042383#M927168</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 applied the same but it is showing 0 and not reflecting based on my change in the months like 12 or 6 or 3 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is showing 0 always&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any changes i need to do hear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the needful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 07:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042383#M927168</guid>
      <dc:creator />
      <dc:date>2016-03-23T07:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months sales data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042384#M927169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this:&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-sales-data/m-p/1042384#M927169</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2016-03-23T19:07:53Z</dc:date>
    </item>
  </channel>
</rss>

