<?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: How to add reference area in line chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412942#M427121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, man. I will try your solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2017 01:19:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-22T01:19:13Z</dc:date>
    <item>
      <title>How to add reference area in line chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412938#M427117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In the QlikView line chart, I could find the reference line, but how could I define the reference area? Sample one is attached. For example I want to set the range from 95% to 100% is in green, etc.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="line-chart-with-bands-to-depict-kpi-or-goals.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/183634_line-chart-with-bands-to-depict-kpi-or-goals.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 09:23:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412938#M427117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-17T09:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reference area in line chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412939#M427118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your y axis scale doesn't change, you could use an image in the chart background.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412939#M427118</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2017-11-17T15:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reference area in line chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412940#M427119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi man,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your reply. Unfortunately, the y axis scale will be dynamic based on the metrics value. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 03:02:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412940#M427119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-20T03:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reference area in line chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412941#M427120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could imagine that it might be possible with two charts (one as the normal line-chart and the other as a line-chart with the fourth option in tab design) which are laying over eachother with the appropriate adjustments on the various layout-options - hiding title, border, axis and so on respectively setting them to transparent with argb(0,0,0,0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To sychronize both chart-axis you need to define the scaling with expressions maybe with something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ceil((max(Total YourExpression) - min(Total YourExpression)) / NumberOfIntervals, RoundingArea)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will need some effort to build such a construct but you should get quite near to what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 15:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412941#M427120</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-11-27T15:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to add reference area in line chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412942#M427121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, man. I will try your solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2017 01:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-reference-area-in-line-chart/m-p/1412942#M427121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-22T01:19:13Z</dc:date>
    </item>
  </channel>
</rss>

