<?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: Chart on the last 12 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473574#M176920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Sum({$&amp;lt;Month=, Date={"&amp;gt;=$(=MonthStart(AddMonths(MaxDate),-12)))&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;&amp;lt;$(=MonthEnd(Max(Date)))&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;"}&amp;gt;} [NbCustomer])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;That will disregard month selection for that expression only.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jun 2013 19:05:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-14T19:05:55Z</dc:date>
    <item>
      <title>Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473569#M176915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;I ve met an problem ,&lt;/P&gt;&lt;P&gt;I m trying to build an chart which calculate&amp;nbsp; an indicator (NBcustomer) on the last 12 months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension : Month &lt;/P&gt;&lt;P&gt;Indicators : sum(NBCustomer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like the last 12 months begin at the date of today() if no selection is done or or after when an month and an year is selecionned it s start at this month..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could help i ve to delevery in short time ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 17:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473569#M176915</guid>
      <dc:creator />
      <dc:date>2013-06-14T17:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473570#M176916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See blog posts &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/06/10/relative-calendar-fields" style="font-size: 12px; color: #007fc0; font-family: Arial;"&gt;Relative Calendar Fields&lt;/A&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #f1f1f1;"&gt; &lt;/SPAN&gt; and &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/12/accumulative-sums" style="background-color: #ffffff; color: #007fc0; font-family: Arial;"&gt;Accumulative Sums&lt;/A&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; and document &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="background-color: #ffffff; color: #007fc0; text-decoration: initial; font-family: Arial;"&gt;Calculate rolling n-period totals&lt;/A&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 17:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473570#M176916</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-14T17:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473571#M176917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank for the answer and for the link but i ve tried to use the expression but it doesn't work and i prefer use the set analysis and not transform my calendar :&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(MaxDate),-12)))"}*{""&amp;lt;$(=MonthEnd(Max(Date)))"}&amp;gt;} [NbCustomer])&lt;/P&gt;&lt;P&gt;Do you know what is wrong is this syntax...&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 18:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473571#M176917</guid>
      <dc:creator />
      <dc:date>2013-06-14T18:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473572#M176918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Sum({$&amp;lt;Date={"&amp;gt;=$(=MonthStart(AddMonths(MaxDate),-12))) &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;&amp;lt;$(=MonthEnd(Max(Date)))&lt;/SPAN&gt;"}&amp;gt;} [NbCustomer])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 18:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473572#M176918</guid>
      <dc:creator />
      <dc:date>2013-06-14T18:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473573#M176919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks it s working but the problem is if i selected an month my chart is updating and i only see the month &lt;/P&gt;&lt;P&gt; cause my dimension is month &lt;/P&gt;&lt;P&gt;and i would like to know if you think if it s possible to fix the dimension month... and to only update the expression inside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don t know if it s understanding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 18:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473573#M176919</guid>
      <dc:creator />
      <dc:date>2013-06-14T18:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473574#M176920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Sum({$&amp;lt;Month=, Date={"&amp;gt;=$(=MonthStart(AddMonths(MaxDate),-12)))&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;&amp;lt;$(=MonthEnd(Max(Date)))&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;"}&amp;gt;} [NbCustomer])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;That will disregard month selection for that expression only.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 19:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473574#M176920</guid>
      <dc:creator />
      <dc:date>2013-06-14T19:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473575#M176921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank it s working for the month but i don t know why the chart doesn 't display the month of the previuos year &lt;/P&gt;&lt;P&gt;And it s strange cause if i select year= 2013&amp;nbsp; and month =april for example it stop at januray of 2013&lt;/P&gt;&lt;P&gt;i don t have the month of the 2012 ....&lt;/P&gt;&lt;P&gt;Have you any idea what is the origin of this problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tank a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 19:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473575#M176921</guid>
      <dc:creator />
      <dc:date>2013-06-14T19:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473576#M176922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there was an error in the formula. Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;Sum({$&amp;lt;Month=, Year=, Date={"&amp;gt;=$(=MonthStart(AddMonths(Max(Date),-12)))&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;&amp;lt;$(=MonthEnd(Max(Date)))&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;"}&amp;gt;} [NbCustomer])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 19:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473576#M176922</guid>
      <dc:creator />
      <dc:date>2013-06-14T19:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473577#M176923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank a lot , it s working if i want put an&amp;nbsp; hierarchical dimension (month, week ) you think it s possible or i can t in the chart cause if i select an month my hierarchical go to the week and do you know if i can sort an hierarchical dimension and how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i ve a lot of question i know i m not an expert&amp;nbsp; but thank a lot for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 20:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473577#M176923</guid>
      <dc:creator />
      <dc:date>2013-06-14T20:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473578#M176924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think there is a problem about using a hierarchical dimension, but you must realize that if for example, you have a Month - Week dimension, when you select a Month, the expresion will take the max date for the selected month and the dates interval will change and show all the weeks that exist in the new set of dates according to your set analysis expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you'll have to check if you want to disregard the Week field selections, since if you select a Week the current set analysis won't disregard this selection and will only show information for that specific week. In order to disregard Week field selections you must add "Week=" to the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 20:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473578#M176924</guid>
      <dc:creator />
      <dc:date>2013-06-14T20:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473579#M176925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ok thank i understand what you re saying but i would like to know if it s possible to when i select&amp;nbsp; a month not on the chart but by using an list to keep the analyse on the month.&lt;/P&gt;&lt;P&gt;i would like to know if it s possible to change the analyse (dimension&amp;nbsp; month to weeks) only by using the chart.&lt;/P&gt;&lt;P&gt;Maybe not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe i &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;ve to use an dimesion circular and choose when i want to change the dimension ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 20:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473579#M176925</guid>
      <dc:creator />
      <dc:date>2013-06-14T20:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473580#M176926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes ok thank i understand what you re saying but i would like to know if it s possible to when i select&amp;nbsp; a month not on the chart but by using an list to keep the analyse on the month.&lt;/P&gt;&lt;P&gt;i would like to know if it s possible to change the analyse (dimension&amp;nbsp; month to weeks) only by using the chart.&lt;/P&gt;&lt;P&gt;Maybe not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe i &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;ve to use an dimesion circular and choose when i want to change the dimension ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 20:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473580#M176926</guid>
      <dc:creator />
      <dc:date>2013-06-14T20:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473581#M176927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you know why when i try to sort mys hierarchy dimension (Month,week)&amp;nbsp; by an expression (Month Number) it s not working as same as i ve only as dimension Month ?&lt;/P&gt;&lt;P&gt;How could i resolve and have the same sort as i ve one and the first dimension?&lt;/P&gt;&lt;P&gt;thank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 21:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473581#M176927</guid>
      <dc:creator />
      <dc:date>2013-06-14T21:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473582#M176928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you know why when i try to sort mys hierarchy dimension (Month,week)&amp;nbsp; by an expression (Month Number) it s not working as same as i ve only as dimension Month ?&lt;/P&gt;&lt;P&gt;How could i resolve and have the same sort as i ve one and the first dimension?&lt;/P&gt;&lt;P&gt;thank &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 21:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473582#M176928</guid>
      <dc:creator />
      <dc:date>2013-06-14T21:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473583#M176929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The most probable reason why Week Dimension is not sorted as the Month Dimension is because the Week is the Week of the year, which goes from 1&amp;nbsp; to 52, and your set analysis creates a rolling 12 months interval. So if for example you select March of 2013, your formula will go from March 13 to April 12, which in weeks should also consist of 52 weeks. However, since the Week dimension doesn't states which year the week belongs to, QlikView will order the weeks by the numeric value, although in this case that's not correct, since the week 52 belongs to 2012 and the weeks 1 to the last of March belong to 2013. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haha, that's when you have to analyze what type of analysis capabilities you want to enable for your graph. In this case perhaps you may solve this by making your week field having to possible interpretations, like the Month fileld does. Let me explain a little bit more... When you use the Month() function in the script, it creates a field that has two posible values, a string value like 'Jan', 'Feb', 'Mar'... and the corresponding numeric value for each string like 1, 2, 3... 12. So that's why you can disregard alphabetical order and sort the Month with the correct cronological order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you can do the same to your Week field, although I recommend you create another field so you can use the normal Week field when you need it. Because you'll need the normal week field sooner or later. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to create a field with two possible values, numeric and string, you have to use the function called DUAL()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would need to do something like the next in your script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual ( Week (Date), WeekStart(Date) )&amp;nbsp; as Week_Year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the parameters and rules about this function in the Help, but it's quite easy to use. Once you have your new Week_Year field, you can this as Dimensions and set the sort by Numeric Value and it should be ok now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 21:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473583#M176929</guid>
      <dc:creator />
      <dc:date>2013-06-14T21:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473584#M176930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need last 12 months remaining due&amp;nbsp; for trx date can you please write the syntax&lt;/P&gt;&lt;P&gt;vtrx date is nothing but today date i need to to get last 12 months remaining due can u please write the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=rangesum(above(Sum(If(TRXDATE&amp;gt;addmonths(vTrxDate,-12) and&amp;nbsp; DATE&amp;gt;vTrxDate and REMAININGDUE)),0,RowNo()))/100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 10:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473584#M176930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T10:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Chart on the last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473585#M176931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution. I am having one issue. I have a Combo chart and it show last 12 months. However, when I click on May 2015 it shows results until May 2014 because of the -12 month condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to see: When the application is opened it will show the last 12 months but when user selects a specific month by clicking on the Bar. It should only show the results for that month only. Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Darshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 20:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-on-the-last-12-months/m-p/473585#M176931</guid>
      <dc:creator />
      <dc:date>2016-04-06T20:51:50Z</dc:date>
    </item>
  </channel>
</rss>

