<?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: Adjusting a Reference Line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985087#M525957</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go ahead nd use combo chart you can achived this by writing 2 expressions first expression will be showing your data in bar chart and use second expression for refrence line.&lt;/P&gt;&lt;P&gt;for first expression display option in the expression tab should be bar and for the scond expression it should be line.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;1st exp sum(Sales) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; 2nd exp &lt;/SPAN&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Month Num]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;=6,25,35)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this will help you........!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sandip Satbhai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 06:15:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-10T06:15:25Z</dc:date>
    <item>
      <title>Adjusting a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985084#M525954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expert Community.&amp;nbsp; I am trying to figure out how to write an expression in the Reference Line area where I can adjust a reference line from one value to another mid year.&amp;nbsp; My example is a simple bar chart.&amp;nbsp; I have a bar chart with 13 months (e.g. Nov 14 to Nov 15) where each bar references a value.&amp;nbsp; I have a goal line set at let's say 65%.&amp;nbsp; Beginning halfway through the year the goal line has been adjusted to let's say 75%.&amp;nbsp; How do I write an expression showing the goal line moving from 65% for the first 6 months and then going to the new limit for the remaining 7 months?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example using a Excel image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108550_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985084#M525954</guid>
      <dc:creator />
      <dc:date>2015-12-09T21:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985085#M525955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't think so . Can you just use a combo chart with a bar measure and a line measure ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 21:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985085#M525955</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-12-09T21:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985086#M525956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can conditionally hide the reference line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure how it helps here though&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sri1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2015 22:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985086#M525956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-09T22:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adjusting a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985087#M525957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go ahead nd use combo chart you can achived this by writing 2 expressions first expression will be showing your data in bar chart and use second expression for refrence line.&lt;/P&gt;&lt;P&gt;for first expression display option in the expression tab should be bar and for the scond expression it should be line.&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;1st exp sum(Sales) &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; 2nd exp &lt;/SPAN&gt;sum&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Month Num]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;lt;=6,25,35)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope this will help you........!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sandip Satbhai&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 06:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adjusting-a-Reference-Line/m-p/985087#M525957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T06:15:25Z</dc:date>
    </item>
  </channel>
</rss>

