<?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: Area chart with overlay line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480326#M551764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Combo chart will not give filled &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;area chart !!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Nov 2013 11:16:28 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2013-11-23T11:16:28Z</dc:date>
    <item>
      <title>Area chart with overlay line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480323#M551761</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 need to generate a an area chart for current forecast with a line chatr representing the previous year forecast. We would normally use Excel to do this, setting current forecast as the Area and the last one as the Line - no problem in Excel. To do this in QV I've had to create two charts, an area chart (line with fill) and a line chart - I then overlay these two charts. My problem arises in that the Y-ases of the two charts need to be identical. I would like to set the axis of the line chart equal to that of the Area chart. Can anyone advise how I can achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 23:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480323#M551761</guid>
      <dc:creator />
      <dc:date>2013-11-22T23:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Area chart with overlay line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480324#M551762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Axis...&lt;/P&gt;&lt;P&gt;Under Scale...&lt;/P&gt;&lt;P&gt;Set Static Min as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Min(Aggr(SUM(LYForecast),Month))&amp;lt;Min(Aggr(SUM(CYForecast),Month)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Min(Aggr(SUM(LYForecast),Month)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Min(Aggr(SUM(CYForecast),Month))&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Static Max as&lt;/P&gt;&lt;P&gt;=if(MAX(Aggr(SUM(LYForecast),Month))&amp;gt;MAX(Aggr(SUM(CYForecast),Month)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; MAX(Aggr(SUM(LYForecast),Month)),&lt;/P&gt;&lt;P&gt;&amp;nbsp; MAX(Aggr(SUM(CYForecast),Month))&lt;/P&gt;&lt;P&gt;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;For both charts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check enclosed sample file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to keep one chart layout at top/normal and another as bottom.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 08:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480324#M551762</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-11-23T08:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Area chart with overlay line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480325#M551763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;John&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have tried a Combo Chart ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 11:11:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480325#M551763</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-23T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Area chart with overlay line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480326#M551764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Combo chart will not give filled &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;area chart !!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 11:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480326#M551764</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2013-11-23T11:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Area chart with overlay line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480327#M551765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Misha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That worked perfectly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Very elegant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hear that QlikTech are planning to improve their charting in the next version.. look forward to that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 13:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Area-chart-with-overlay-line-chart/m-p/480327#M551765</guid>
      <dc:creator />
      <dc:date>2013-11-23T13:41:26Z</dc:date>
    </item>
  </channel>
</rss>

