<?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 Line Graph - Actuals vs Previous Years in % (growth) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260178#M98208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stumbled across this post while searching for a better solution for this. I solved it pretty simple, by creating the previous year value for my data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you load the fact onto itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Facts) Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y + 1 as Y,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fact as Fact_PY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 as Fact&lt;/P&gt;&lt;P&gt;Resident Facts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use in all formulas then simply Fact_PY instead of Fact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage: Your data and memory consumption increases which can be a problem in big applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2012 11:06:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-15T11:06:54Z</dc:date>
    <item>
      <title>Line Graph - Actuals vs Previous Years in % (growth)</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260174#M98204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have explored almost all the threads here which belong to my problem and also tried the possible solutions. I can't believe that this graph is that hard to create in QV but it seems it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to create is a line graph which shows the Actuals in % of the previous Quarter+Year, for each product group (three). &lt;/P&gt;&lt;P&gt;So my dimensions are Quarter_and_Year and Product_Group, the result should be three lines (product_group) from Q1/2008 til Q2/2011 showing the growth for each quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried it by complex formulas, by seperate tables, changes in structure, but I didn't get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you can help me as it's important for my File, &lt;/P&gt;&lt;P&gt;many thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 14:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260174#M98204</guid>
      <dc:creator />
      <dc:date>2011-06-02T14:13:24Z</dc:date>
    </item>
    <item>
      <title>Line Graph - Actuals vs Previous Years in % (growth)</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260175#M98205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="graphline.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/4938_graphline.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;above you see the screenshot of what i want, but instead of the months i want Year+Quarter (from Q1/2008 over the years)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graph above i achieved with the formulas below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(if(inYearToDate(invoicedate,MaxOrderDate,0) and customer='Dritte' and type='Sales',amount)) /&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$ &amp;lt; CalendarYear = {$(=year(addyears(MaxOrderDate,-1)))}, costumer={Dritte}, type={Sales}, productgroup_Text={[group1], [group2], [group3]} &amp;gt; } amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2011 14:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260175#M98205</guid>
      <dc:creator />
      <dc:date>2011-06-02T14:19:45Z</dc:date>
    </item>
    <item>
      <title>Line Graph - Actuals vs Previous Years in % (growth)</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260176#M98206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; im doing a similar chart and have had problems as well, did you end up figuring it out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 19:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260176#M98206</guid>
      <dc:creator />
      <dc:date>2011-07-07T19:46:53Z</dc:date>
    </item>
    <item>
      <title>Line Graph - Actuals vs Previous Years in % (growth)</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260177#M98207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I skipped the whole thing, sorry mate &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I will have a look at it again during the summer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 08:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260177#M98207</guid>
      <dc:creator />
      <dc:date>2011-07-11T08:03:09Z</dc:date>
    </item>
    <item>
      <title>Line Graph - Actuals vs Previous Years in % (growth)</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260178#M98208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stumbled across this post while searching for a better solution for this. I solved it pretty simple, by creating the previous year value for my data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you load the fact onto itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Facts) Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y + 1 as Y,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fact as Fact_PY,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 as Fact&lt;/P&gt;&lt;P&gt;Resident Facts;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use in all formulas then simply Fact_PY instead of Fact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage: Your data and memory consumption increases which can be a problem in big applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 11:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Graph-Actuals-vs-Previous-Years-in-growth/m-p/260178#M98208</guid>
      <dc:creator />
      <dc:date>2012-05-15T11:06:54Z</dc:date>
    </item>
  </channel>
</rss>

