<?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: Hover the mouse in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1526694#M508557</link>
    <description>&lt;BR /&gt;I have only count( sales) that expression. How can I apply if condition in that. Suppose I put title as volume of sales. When I hover the mouse over that chart I am able to see the count along with that I need show up the definitation of some thing atleast 2 lines</description>
    <pubDate>Sat, 05 Jan 2019 16:42:33 GMT</pubDate>
    <dc:creator>Pujitha</dc:creator>
    <dc:date>2019-01-05T16:42:33Z</dc:date>
    <item>
      <title>Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1526592#M508555</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have done with different types of charts in my qlikview dashboard. When I mouse over to particular chart it is showing as count and the expressions which I have given in the chart. But, I want to show some description like some text also when I hover the mouse in the charts. Could you please help me out as soon as possible. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 19:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1526592#M508555</guid>
      <dc:creator>Pujitha</dc:creator>
      <dc:date>2019-01-04T19:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1526600#M508556</link>
      <description>&lt;P&gt;For some type of charts like bar chart, you can add a expression&amp;nbsp;for example like&amp;nbsp;If function&amp;nbsp;= If( '% Met' &amp;gt; 0.5, 'Met', 'Not Met') .&lt;/P&gt;&lt;P&gt;and turn of the bar and keep Text as popup.&amp;nbsp; Any other expression should also work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 199px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3091iB4BF8E393BC0CAE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 20:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1526600#M508556</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2019-01-04T20:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1526694#M508557</link>
      <description>&lt;BR /&gt;I have only count( sales) that expression. How can I apply if condition in that. Suppose I put title as volume of sales. When I hover the mouse over that chart I am able to see the count along with that I need show up the definitation of some thing atleast 2 lines</description>
      <pubDate>Sat, 05 Jan 2019 16:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1526694#M508557</guid>
      <dc:creator>Pujitha</dc:creator>
      <dc:date>2019-01-05T16:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527084#M508558</link>
      <description>&lt;P&gt;The if function was just an example.&amp;nbsp;You can add new expression&amp;nbsp; and make it to show up as Text popup along with you count(sales) expression.&lt;/P&gt;&lt;P&gt;What do you want to show up ?&amp;nbsp; Provide some more details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 13:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527084#M508558</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2019-01-07T13:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527103#M508559</link>
      <description>&lt;P&gt;I mean like, I need to show the definition of volume of sales( as an example am saying) it will contain 2 to 3 lines of sentences. How can I achieve this please help me as soon as possible. Thanks!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 14:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527103#M508559</guid>
      <dc:creator>Pujitha</dc:creator>
      <dc:date>2019-01-07T14:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527108#M508560</link>
      <description>&lt;P&gt;Add a new expression. You expression can be as below.&lt;/P&gt;&lt;P&gt;Replace the line as required&amp;nbsp; within the single quote. Chr(13) will insert new line.&lt;/P&gt;&lt;P&gt;= 'This is the definition of the Volume of Sales'&amp;nbsp; &amp;amp;&lt;BR /&gt;chr(13) &amp;amp;&amp;nbsp; 'Line 1'&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;amp; chr(13) &amp;amp;&amp;nbsp; 'Line 2'&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 14:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527108#M508560</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2019-01-07T14:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527311#M508561</link>
      <description>&lt;P&gt;This is not showing up correctly. I implemented calculated dimension with one expression. For Calculated dimension I used pick and match function along with other field. I made line chart. when I gave another expression which you mentioned above it not showing me 3 lines it is showing me only one line&amp;nbsp; and text is not showing up. Please help me for this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527311#M508561</guid>
      <dc:creator>Pujitha</dc:creator>
      <dc:date>2019-01-07T20:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527313#M508562</link>
      <description>&lt;P&gt;What are your expressions ? Without expression, cannot help. Provide screenshots, expression or qvw file to help.&lt;/P&gt;&lt;P&gt;Also try to use Combo chart instead of line chart. I think line chart does not support popup as label.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527313#M508562</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2019-01-07T20:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527317#M508563</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Customer chat reached queue and there was interaction between the agent and customer (chats accepted)- as text when I hover the mouse over the chart.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have expressions and dimensions&amp;nbsp;like this: I showed in the screen shots.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I applied your expression&amp;nbsp;in the expression tab it is showing me only one line with no text .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527317#M508563</guid>
      <dc:creator>Pujitha</dc:creator>
      <dc:date>2019-01-07T20:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hover the mouse</title>
      <link>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527319#M508564</link>
      <description>&lt;P&gt;Try Combo chart and use the line for each expression.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 20:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hover-the-mouse/m-p/1527319#M508564</guid>
      <dc:creator>skamath1</dc:creator>
      <dc:date>2019-01-07T20:40:09Z</dc:date>
    </item>
  </channel>
</rss>

