<?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 Mouse hover in scatter chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mouse-hover-in-scatter-chart/m-p/272411#M102036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;Beautiful! Worked perfectly.&lt;/P&gt;&lt;P&gt;I ended up using 4 expressions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;expr 1&lt;/STRONG&gt;: My X-axis&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;expr 2&lt;/STRONG&gt;: My Y-axis&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;expr 3&lt;/STRONG&gt;: the bubble size&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;expr 4&lt;/STRONG&gt;: the label, using the method you describe (i.e. 'Metric = ' &amp;amp; &amp;lt;&lt;EM&gt;expression&lt;/EM&gt;&amp;gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I included the label in the size expression, it set all the sizes the same. I guess it couldn't interpret the label as a number and gave up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess in theory you could do it as one expression: num(&lt;EM&gt;expression&lt;/EM&gt;, 'Metric = $#,##0.00;Metric = ($#,##0.00)'). Maybe I'll go try that now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2012 18:57:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-05-25T18:57:22Z</dc:date>
    <item>
      <title>Mouse hover in scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Mouse-hover-in-scatter-chart/m-p/272409#M102034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to add more details in a scatter chart for mouse hover? please see attached image.. by default, mouse hover shows dimension and expression values. I need to add more details such as average, etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tried with dual function, but that did not work (still shows default values) Can someone provide suggestions please.. thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 14:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mouse-hover-in-scatter-chart/m-p/272409#M102034</guid>
      <dc:creator />
      <dc:date>2011-07-11T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mouse hover in scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Mouse-hover-in-scatter-chart/m-p/272410#M102035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can add more details by adding addtional expressions. In a scatter chart, expressions 1 and 2 are the dimensions, expression 3 is the bubble size (if using that style). Expression 4 and subsequent expressions can be used to provide additional lines for the hover popup. Nothing will be plotted in the chart, but the expression value will appear in the popup. Note that the label value from these addtional expressions will not appear in the popup. If you want a "label", you must include it in the expression. Like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Net = ' &amp;amp; money(Revenue - COGS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 21:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mouse-hover-in-scatter-chart/m-p/272410#M102035</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-07-11T21:43:06Z</dc:date>
    </item>
    <item>
      <title>Mouse hover in scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/Mouse-hover-in-scatter-chart/m-p/272411#M102036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;Beautiful! Worked perfectly.&lt;/P&gt;&lt;P&gt;I ended up using 4 expressions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;expr 1&lt;/STRONG&gt;: My X-axis&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;expr 2&lt;/STRONG&gt;: My Y-axis&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;expr 3&lt;/STRONG&gt;: the bubble size&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;expr 4&lt;/STRONG&gt;: the label, using the method you describe (i.e. 'Metric = ' &amp;amp; &amp;lt;&lt;EM&gt;expression&lt;/EM&gt;&amp;gt;)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I included the label in the size expression, it set all the sizes the same. I guess it couldn't interpret the label as a number and gave up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess in theory you could do it as one expression: num(&lt;EM&gt;expression&lt;/EM&gt;, 'Metric = $#,##0.00;Metric = ($#,##0.00)'). Maybe I'll go try that now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 18:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mouse-hover-in-scatter-chart/m-p/272411#M102036</guid>
      <dc:creator />
      <dc:date>2012-05-25T18:57:22Z</dc:date>
    </item>
  </channel>
</rss>

