<?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: evolution for the last 24 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222408#M390676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Weim&lt;BR /&gt;I have an idea&lt;/P&gt;&lt;P&gt;your chart can calculate all months value but shows last&amp;nbsp; 24 months (actually it has not good performance but solve your problem)&lt;BR /&gt;for this can&amp;nbsp; set "when number of item exceeds" =24 in presentation tab&amp;nbsp; and this macro to save scroll of chart at right the macro as below:&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;set chartProperties = chart.GetProperties&lt;/P&gt;&lt;P&gt;chartProperties.ChartProperties.XScrollInitRight = true&lt;/P&gt;&lt;P&gt;chart.SetProperties chartProperties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prepare sample for u but I show the last 4 months value&lt;/P&gt;&lt;P&gt;hope it is helpful for u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Feb 2017 19:36:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-19T19:36:28Z</dc:date>
    <item>
      <title>evolution for the last 24 months</title>
      <link>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222405#M390673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a graph that contains the evolution of my KPI for the past 24 months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here's my graph :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153637_Capture.JPG" style="height: 164px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;my expression : month(DATE_CALCUL) and date calcul has this format : DD/MM/YYYY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 13:00:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222405#M390673</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-19T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: evolution for the last 24 months</title>
      <link>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222406#M390674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read this post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 15:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222406#M390674</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-02-19T15:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: evolution for the last 24 months</title>
      <link>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222407#M390675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last&amp;nbsp; 24 months for what? While selection you need &amp;lt;24 Months? Can you describe more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 15:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222407#M390675</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-19T15:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: evolution for the last 24 months</title>
      <link>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222408#M390676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Weim&lt;BR /&gt;I have an idea&lt;/P&gt;&lt;P&gt;your chart can calculate all months value but shows last&amp;nbsp; 24 months (actually it has not good performance but solve your problem)&lt;BR /&gt;for this can&amp;nbsp; set "when number of item exceeds" =24 in presentation tab&amp;nbsp; and this macro to save scroll of chart at right the macro as below:&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;set chartProperties = chart.GetProperties&lt;/P&gt;&lt;P&gt;chartProperties.ChartProperties.XScrollInitRight = true&lt;/P&gt;&lt;P&gt;chart.SetProperties chartProperties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prepare sample for u but I show the last 4 months value&lt;/P&gt;&lt;P&gt;hope it is helpful for u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 19:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222408#M390676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-19T19:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: evolution for the last 24 months</title>
      <link>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222409#M390677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Samane, will try and let you know &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 09:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/evolution-for-the-last-24-months/m-p/1222409#M390677</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-20T09:13:10Z</dc:date>
    </item>
  </channel>
</rss>

