<?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: mouseover label in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485385#M557521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a little Addition:&lt;/P&gt;&lt;P&gt;I had a little "problem", when I selected a dimension value, in this case "Region". Other expression were hidden (f.e. bars), but the dimension values were still displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the following and it worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNull(Region), Null(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;'-----------------------------------------------------------' &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Region = ' &amp;amp; [Region] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Sales Value = ' &amp;amp; [Sales] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cost Value = ' &amp;amp; [Cost] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Profit = ' &amp;amp; [Profit] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;'-------------------------------------------------------------'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 10:16:44 GMT</pubDate>
    <dc:creator>marc_behrens</dc:creator>
    <dc:date>2014-02-04T10:16:44Z</dc:date>
    <item>
      <title>mouseover label</title>
      <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485383#M557519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to change my mouseover information?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg if i set my mouse over a bar in a barchart it will show me the whole expression and value. Is it possible to change this so i can make my own text or reduce to only show the value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 06:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485383#M557519</guid>
      <dc:creator />
      <dc:date>2013-06-19T06:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: mouseover label</title>
      <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485384#M557520</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;Short answer is Yes, this is possible, but the solution is a little convoluted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the presentations tab of your chart, switch off Pop-up Labels&lt;/P&gt;&lt;P&gt;2. In the expressions tab of your chart, make sure that Text as Pop-up is un-checked&lt;/P&gt;&lt;P&gt;3. Add in a new expression, this one should have Text as Pop-up switched on but it should also have Bar/Symbol/Line un-checked so it doesn't appear as a new bar on the chart. You can basically put anything you like in here but just as an example, this is what I might do if I have a dimension called Region and 3 expressions called Sales/Cost/Profit:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ='-----------------------------------------------------------' &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Region = ' &amp;amp; [Region] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Sales Value = ' &amp;amp; [Sales] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cost Value = ' &amp;amp; [Cost] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Profit = ' &amp;amp; [Profit] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-------------------------------------------------------------'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously in the above example I'm using column names rather than actual expressions, but there's no reason why you can't just use expressions in here, including expressions that are not included in the chart at all (in the above example you might also want to include Profit as % of Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives you a nice little pop-up that the user can read very easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 08:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485384#M557520</guid>
      <dc:creator />
      <dc:date>2013-06-19T08:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: mouseover label</title>
      <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485385#M557521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a little Addition:&lt;/P&gt;&lt;P&gt;I had a little "problem", when I selected a dimension value, in this case "Region". Other expression were hidden (f.e. bars), but the dimension values were still displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the following and it worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; =&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNull(Region), Null(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;'-----------------------------------------------------------' &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Region = ' &amp;amp; [Region] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Sales Value = ' &amp;amp; [Sales] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Cost Value = ' &amp;amp; [Cost] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Profit = ' &amp;amp; [Profit] &amp;amp; chr(10) &amp;amp;&lt;/P&gt;&lt;P&gt;'-------------------------------------------------------------'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 10:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485385#M557521</guid>
      <dc:creator>marc_behrens</dc:creator>
      <dc:date>2014-02-04T10:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: mouseover label</title>
      <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485386#M557522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for this answer. Works like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However for some reason changing the number format for this expression doesn't work. Does anyone know how the change this? I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 15:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485386#M557522</guid>
      <dc:creator />
      <dc:date>2014-03-20T15:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: mouseover label</title>
      <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485387#M557523</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;I'm trying to apply this same concept to a scatter chart. It works, however I can't untick 'bar' or 'line' for my new 'Text as pop-up' expression type, so it changes the look of my two visible expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideas on what may be causing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74984_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2015 14:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485387#M557523</guid>
      <dc:creator />
      <dc:date>2015-01-09T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: mouseover label</title>
      <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485388#M557524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May i know how is it possible in QlikSense??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 10:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485388#M557524</guid>
      <dc:creator />
      <dc:date>2015-12-16T10:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: mouseover label</title>
      <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485389#M557525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works well but if you have more than one bar chart how do you handle it then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 08:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485389#M557525</guid>
      <dc:creator />
      <dc:date>2016-03-29T08:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: mouseover label</title>
      <link>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485390#M557526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can Anyone give me the same solution for line chart. I can see the custom text as popup in bar chart but not in line chart. I am trying to convert the same chart from bar to line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2017 08:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mouseover-label/m-p/485390#M557526</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2017-09-29T08:54:38Z</dc:date>
    </item>
  </channel>
</rss>

