<?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 Combo chart tooltip dupes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193418#M54702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I find the tool tips stuff in QlikView particularly difficult to control, however, I stumbled across the following solution which, although laborious, works really well for me and the end-users. The picture below shows the end result of the tool tip:&lt;/P&gt;&lt;P&gt;The process to get to this point is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the presentation tab, switch off Pop-up Labels.&lt;/LI&gt;&lt;LI&gt;In the expressions tab, switch off Text as Pop-up on ALL expressions.&lt;/LI&gt;&lt;LI&gt;Create a new expression called Tool Tip, this one should have Text as Pop-up switched on, you should also switch OFF all of Bar, Symbol, Line, Stock, Box Plot.&lt;/LI&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The formula that I have used for the new expression is as follows (but you can obviously use whatever format works for you):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;'~~~~~~~~~~~~~~~~~~~~~~~~~~~~'&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Date : ' &amp;amp; Date(DT_TransQuarterEnd,'DD-MMM-YY')&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Cost : ' &amp;amp; Num(Column(1),vNumberFormat)&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Distribution : ' &amp;amp; Num(Column(2),vNumberFormat)&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Dist + FMV : ' &amp;amp; Num(Column(3),vNumberFormat)&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Invested Capital : ' &amp;amp; Num(Column(4),vNumberFormat)&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; '~~~~~~~~~~~~~~~~~~~~~~~~~~~~'&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Mar 2010 12:41:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-25T12:41:39Z</dc:date>
    <item>
      <title>Combo chart tooltip dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193417#M54701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've got a combo chart that has both bars and symbols. I've got 'show text as popup' for the expressions, however it appears that where a symbol rests on top of a bar, if you hover over it, it shows the expressions in the tooltip twice. I'm guessing its showing the text popup for the symbol and then for the bar. I don't want to remove the popup from either, because they don't always overlap, but I dont want it to show the expressions twice. Is there a way to give the symbols precedence somehow?&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>Thu, 25 Mar 2010 11:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193417#M54701</guid>
      <dc:creator>richnorris</dc:creator>
      <dc:date>2010-03-25T11:37:35Z</dc:date>
    </item>
    <item>
      <title>Combo chart tooltip dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193418#M54702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I find the tool tips stuff in QlikView particularly difficult to control, however, I stumbled across the following solution which, although laborious, works really well for me and the end-users. The picture below shows the end result of the tool tip:&lt;/P&gt;&lt;P&gt;The process to get to this point is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;In the presentation tab, switch off Pop-up Labels.&lt;/LI&gt;&lt;LI&gt;In the expressions tab, switch off Text as Pop-up on ALL expressions.&lt;/LI&gt;&lt;LI&gt;Create a new expression called Tool Tip, this one should have Text as Pop-up switched on, you should also switch OFF all of Bar, Symbol, Line, Stock, Box Plot.&lt;/LI&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The formula that I have used for the new expression is as follows (but you can obviously use whatever format works for you):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;'~~~~~~~~~~~~~~~~~~~~~~~~~~~~'&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Date : ' &amp;amp; Date(DT_TransQuarterEnd,'DD-MMM-YY')&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Cost : ' &amp;amp; Num(Column(1),vNumberFormat)&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Distribution : ' &amp;amp; Num(Column(2),vNumberFormat)&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Dist + FMV : ' &amp;amp; Num(Column(3),vNumberFormat)&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; 'Invested Capital : ' &amp;amp; Num(Column(4),vNumberFormat)&lt;BR /&gt; &amp;amp; chr(13) &amp;amp; '~~~~~~~~~~~~~~~~~~~~~~~~~~~~'&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 12:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193418#M54702</guid>
      <dc:creator />
      <dc:date>2010-03-25T12:41:39Z</dc:date>
    </item>
    <item>
      <title>Combo chart tooltip dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193419#M54703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, thats quite clever! I guess it means you lose the 'swelling focus' when you highlight a symbol or line, but its a fair trade off for managable popups. Thanks a lot for that!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 15:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193419#M54703</guid>
      <dc:creator>richnorris</dc:creator>
      <dc:date>2010-03-25T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Combo chart tooltip dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193420#M54704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually you don't lose the swelling/focus on symbole and/or lines, what happens though is that no matter which line you put the focus on, the pop-up will be the same, for me that's ok because the pop-up contains all of the values.&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 15:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193420#M54704</guid>
      <dc:creator />
      <dc:date>2010-03-25T15:34:34Z</dc:date>
    </item>
    <item>
      <title>Combo chart tooltip dupes</title>
      <link>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193421#M54705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh! well, all the better!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 15:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combo-chart-tooltip-dupes/m-p/193421#M54705</guid>
      <dc:creator>richnorris</dc:creator>
      <dc:date>2010-03-25T15:40:20Z</dc:date>
    </item>
  </channel>
</rss>

