<?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: Pop Up Text for Value of the Reference Line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392370#M806655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understood correctly but in Label for your Reference line try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;='Your Text Here:'&amp;amp; Your Expresion Here which is used in Ref Line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This would give a text on your reference line but it won't be a Popup... this would always be visible and you can read both refrence line value and bar value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Nov 2017 18:18:20 GMT</pubDate>
    <dc:creator>MK9885</dc:creator>
    <dc:date>2017-11-01T18:18:20Z</dc:date>
    <item>
      <title>Pop Up Text for Value of the Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392365#M806649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I how over some bar in the bar chart with the reference line, I want to see both values of the bar and the reference line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392365#M806649</guid>
      <dc:creator>retko1985</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pop Up Text for Value of the Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392366#M806650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using that reference line as an additional expression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392366#M806650</guid>
      <dc:creator>vkish16161</dc:creator>
      <dc:date>2017-11-01T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pop Up Text for Value of the Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392367#M806651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But reference line is a straight line, not dependent on the dimension right? So, any bar you hover over, you want to see the same value for the reference line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392367#M806651</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-01T17:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pop Up Text for Value of the Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392368#M806653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, But I dont see it in the pop-up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392368#M806653</guid>
      <dc:creator>retko1985</dc:creator>
      <dc:date>2017-11-01T17:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pop Up Text for Value of the Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392369#M806654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a separate POP-UP expression where you need to create an expression which gives you the same value as your reference line... For instance you have a average line, you can use an expression like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg(Aggr(Sum(Measure), Dimension/s))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show up in your Popup text then&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392369#M806654</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-01T17:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pop Up Text for Value of the Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392370#M806655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understood correctly but in Label for your Reference line try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;='Your Text Here:'&amp;amp; Your Expresion Here which is used in Ref Line&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;This would give a text on your reference line but it won't be a Popup... this would always be visible and you can read both refrence line value and bar value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Nov 2017 18:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pop-Up-Text-for-Value-of-the-Reference-Line/m-p/1392370#M806655</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2017-11-01T18:18:20Z</dc:date>
    </item>
  </channel>
</rss>

