<?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 Line Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993748#M971220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2015 20:47:34 GMT</pubDate>
    <dc:creator>ecolomer</dc:creator>
    <dc:date>2015-09-21T20:47:34Z</dc:date>
    <item>
      <title>Last 12 months Line Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993744#M971216</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 a user requirement. He wants to see 12 months trends of particular KPI's in line graph. I have months from Jan to Dec as filter selections. His requirement is when November 2015 is selected, Graph should be plotted from November 2014 to November 2015 i.e trend should be seen from Nov to Nov. When Dec 2015 is selected, line graph should show trend from Dec 2014 to Dec 2015. Likewise when July 2015 is selected, July 2014 to July 2015 to be shown. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How can I achieve this dynamic behavior?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 14:04:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993744#M971216</guid>
      <dc:creator />
      <dc:date>2015-09-21T14:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Line Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993745#M971217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;DateField = {"$(='&amp;gt;=' &amp;amp; Date(AddYears(Max(DateField), -1), 'YourDateFieldFormat') &amp;amp; '&amp;lt;=' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;Date(Max(DateField), 'YourDateFieldFormat')&lt;/SPAN&gt;)"}&amp;gt;}Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 14:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993745#M971217</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-21T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Line Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993746#M971218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This a typical case for use set analysis.&amp;nbsp; In your expression you need say to QV that you need this set of data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance:&amp;nbsp; Sum({&amp;lt;MyYear, MyMonth, MyYeMon={"&amp;gt;=$(=Max(MyYeMon)-12)"}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you have a field containing then plus the month (201511),when the user select November 2015, Qlik search the set of data where month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 14:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993746#M971218</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2015-09-21T14:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Line Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993747#M971219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, I will try. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 14:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993747#M971219</guid>
      <dc:creator />
      <dc:date>2015-09-21T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Line Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993748#M971220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 20:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993748#M971220</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2015-09-21T20:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Last 12 months Line Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993749#M971221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/34135"&gt;ecolomer&lt;/A&gt;‌ &lt;/P&gt;&lt;P&gt;thanks for the solution i have done this. i know this thread is old but&lt;/P&gt;&lt;P&gt;But i have a hitch: what if i wanted to display all the Months on the x axis. regardless of if i have data in the months or not. &lt;/P&gt;&lt;P&gt;for example: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if March 2017 data = 0, and December 2017 is selected, i still want my chart x axis to read from: Dec2016, Jan&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Feb&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; March&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,Apr&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; May&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; ,June&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; ,July&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; ,Aug&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Sept&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Oct&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; Nov&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2017&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; ,Dec2017&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;&lt;BR /&gt;&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;Any thoughts on this? !&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 08:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-12-months-Line-Graph/m-p/993749#M971221</guid>
      <dc:creator>triekong</dc:creator>
      <dc:date>2018-01-14T08:07:58Z</dc:date>
    </item>
  </channel>
</rss>

