<?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: Fixed reference line in chart - is it possible? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072038#M17540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use set analysis calculation for your reference line and put 1 rather than $ to ensure to keep the mesure even if you made selection : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({1}col.A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 12:50:32 GMT</pubDate>
    <dc:creator>brunobertels</dc:creator>
    <dc:date>2016-01-12T12:50:32Z</dc:date>
    <item>
      <title>Fixed reference line in chart - is it possible?</title>
      <link>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072036#M17538</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 have a chart from sum of a specific col.A and a reference line with avg(col.A) as value. This reference line changes along with the whole chart when selections are made in the filters and tables in the sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to have a reference line that always shows the average value of col.A &lt;STRONG&gt;regardless of&lt;/STRONG&gt; the selections in the tables? If yes, please show me how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 11:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072036#M17538</guid>
      <dc:creator />
      <dc:date>2016-01-12T11:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed reference line in chart - is it possible?</title>
      <link>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072037#M17539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trinh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;avg({1} col.A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In set analysis the following formula reset all dimension: {1}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072037#M17539</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2016-01-12T12:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed reference line in chart - is it possible?</title>
      <link>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072038#M17540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use set analysis calculation for your reference line and put 1 rather than $ to ensure to keep the mesure even if you made selection : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({1}col.A)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 12:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072038#M17540</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2016-01-12T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed reference line in chart - is it possible?</title>
      <link>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072039#M17541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Trinh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes its absolutely possible. Under the add-ons section create a reference line and add this expression:&lt;/P&gt;&lt;P&gt;avg({1}Col)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fixed-reference-line-in-chart-is-it-possible/m-p/1072039#M17541</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2016-01-12T18:30:35Z</dc:date>
    </item>
  </channel>
</rss>

