<?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 Creating dynamic Reference Lines in a Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-dynamic-Reference-Lines-in-a-Bar-Chart/m-p/948758#M950731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a Bar Chart which displays the Turnover percentage of each area of a Company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want do add a reference line to the chart, that change the value when the user apply a filter.&lt;/P&gt;&lt;P&gt;Below is the field and value that i want to add as a Reference Line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="108026" alt="turnover.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108026_turnover.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;"Farma Brasil" will be one Reference Line and "Farma Total" will be the second Reference Line.&lt;/P&gt;&lt;P&gt;So, whenever the user filter the year, the line value should change according to the "Turnover Total" value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Dec 2015 19:37:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-03T19:37:29Z</dc:date>
    <item>
      <title>Creating dynamic Reference Lines in a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-dynamic-Reference-Lines-in-a-Bar-Chart/m-p/948758#M950731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a Bar Chart which displays the Turnover percentage of each area of a Company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want do add a reference line to the chart, that change the value when the user apply a filter.&lt;/P&gt;&lt;P&gt;Below is the field and value that i want to add as a Reference Line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="108026" alt="turnover.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108026_turnover.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;"Farma Brasil" will be one Reference Line and "Farma Total" will be the second Reference Line.&lt;/P&gt;&lt;P&gt;So, whenever the user filter the year, the line value should change according to the "Turnover Total" value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-dynamic-Reference-Lines-in-a-Bar-Chart/m-p/948758#M950731</guid>
      <dc:creator />
      <dc:date>2015-12-03T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dynamic Reference Lines in a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-dynamic-Reference-Lines-in-a-Bar-Chart/m-p/948759#M950732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create two reference lines on presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression for the reference lines may look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;Company = {'Farma Brasil'}&amp;gt;} [Turnover Total])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;resp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Only({&amp;lt;Company = {'Farma Total'}&amp;gt;} [Turnover Total])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and will only return a values with a selected Year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-dynamic-Reference-Lines-in-a-Bar-Chart/m-p/948759#M950732</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-12-03T19:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating dynamic Reference Lines in a Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-dynamic-Reference-Lines-in-a-Bar-Chart/m-p/948760#M950733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add two reference lines as below&lt;/P&gt;&lt;P&gt;Avg({&amp;lt;Company = {'Farma Brasil'}&amp;gt;}[Turnover Total])&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Avg({&amp;lt;Company = {'Farma Total'}&amp;gt;}[Turnover Total])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 19:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-dynamic-Reference-Lines-in-a-Bar-Chart/m-p/948760#M950733</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-12-03T19:41:41Z</dc:date>
    </item>
  </channel>
</rss>

