<?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: Month Over Month Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391043#M562440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figured it out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct equation is:( sum(policies) - sum(New business) )/&lt;STRONG&gt;ABOVE(&lt;/STRONG&gt;sum(policies).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clincher was when I changed my chart to a straight table to look at it, and saw how things were organized. If you're ever having trouble with charts, do that!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 15:07:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-28T15:07:58Z</dc:date>
    <item>
      <title>Month Over Month Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391040#M562437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, a question for the community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you guys do month over month trend analysis? I have a pivot table that works quite well (without set analysis, count(policies)/before(count(policies))) but am having difficulties when trying to portray that visually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously, the before() function only works in pivot tables, and not in charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With set analysis, I can do count($&amp;lt;month='Oct'&amp;gt;}policies)/count($&amp;lt;month='Sep'&amp;gt;}policies) and have that show up as a single bar, but if I put month into the list of dimensions, the chart goes blank, showing no data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(From what I can gather when I do this QlikView is trying to calculate, for October, all of the policies where (month = October and month = October),&amp;nbsp; divide by all of the policies where (month = September and month = October), and coming up blank.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I could script each month individually as its own expression, but that limits me to bar charts (line charts won't connect two expressions), and means that I would have to update the object every month, which is unacceptable from a business standpoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confess, I'm rather stuck. Help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 23:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391040#M562437</guid>
      <dc:creator />
      <dc:date>2013-02-27T23:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Month Over Month Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391041#M562438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you not just use Month as your dimension, the for the expression in your chart use:&lt;/P&gt;&lt;P&gt;Count(Policies)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you want it to be cumulative, select Full Accumulation on the Expressions tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 01:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391041#M562438</guid>
      <dc:creator />
      <dc:date>2013-02-28T01:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Month Over Month Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391042#M562439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can do that, and it gives me a decent graph, but it isn't the expression that I'm looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression I wrote above is actually a little simplified, the business metric that I am trying to display is 'monthly retention', which is actually (All October Policies) - (Policies that were new in October) / (All September Policies), which should answer the question, What percentage of policies that were in force in September are still in force in October?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That particular metric has been chosen as one of our Key Performance Indicators, so I need to be able to display it in&amp;nbsp; a visual fashion that is easily accessible by our senior executives.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good tip about the Full Accumulation thing, though! I can definitely think of other places where I'll use that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 14:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391042#M562439</guid>
      <dc:creator />
      <dc:date>2013-02-28T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Month Over Month Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391043#M562440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Figured it out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct equation is:( sum(policies) - sum(New business) )/&lt;STRONG&gt;ABOVE(&lt;/STRONG&gt;sum(policies).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The clincher was when I changed my chart to a straight table to look at it, and saw how things were organized. If you're ever having trouble with charts, do that!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-Over-Month-Line-Chart/m-p/391043#M562440</guid>
      <dc:creator />
      <dc:date>2013-02-28T15:07:58Z</dc:date>
    </item>
  </channel>
</rss>

