<?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>article Adding tooltips to Qlik Objects in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/Adding-tooltips-to-Qlik-Objects/ta-p/2049186</link>
    <description>&lt;P&gt;Hello, everyone, hope you are doing great &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I will divide this post in 3 parts: 1 - the problem to you understand when to use this, 2 -&amp;nbsp; the solution to show what you will have as result and 3 - how to do it in order to explain how you can do it.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The problem&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Often I get business users asking to add some notes on the app to explain or alert the users about how to analyze their data properly. But sometimes doing that takes some precious space on the app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The solution&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Create hidden messages that only appear when the user hover their mouse on some Qlik object.&lt;/P&gt;
&lt;P&gt;We can do this creating tooltips using CSS on Qlik.&lt;/P&gt;
&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tooltip gif.gif" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102772iFE5B18569D13C958/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tooltip gif.gif" alt="tooltip gif.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How to do it?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;First step is to find the id of your object. You can do that by going oo your sheet in visualization mode, right click on your object -&amp;gt; Share - &amp;gt; Embed. Then you copy the object id:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rpennacchi_3-1678812646187.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102760i2921194C5B2CF647/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rpennacchi_3-1678812646187.png" alt="rpennacchi_3-1678812646187.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After you have the id, you need to edit this css code correcting the OBJECT_ID (it appears twice) and the message on the CONTENT parameter.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;/* TOOLTIP ON KPI*/&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;[tid="&lt;STRONG&gt;OBJECT_ID&lt;/STRONG&gt;"]:after{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;visibility: hidden;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;width: 80%;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;background-color: #4477aa;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;color: #fff;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;text-align: center;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;border-radius: 6px;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;padding: 5px 10px;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;margin: 10px;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;content: "&lt;STRONG&gt;This is a personalized tooltip message for a KPI&lt;/STRONG&gt;.";&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;left: 10%;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;position: absolute;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;z-index: 1000;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;[tid="&lt;STRONG&gt;OBJECT_ID&lt;/STRONG&gt;"]:hover:after{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;visibility: visible;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Once you have corrected this. Add a multi-KPI on your dashboard and add a valid measure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rpennacchi_1-1678821648808.png" style="width: 238px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102773i991DDE54CB1DA799/image-dimensions/238x222?v=v2" width="238" height="222" role="button" title="rpennacchi_1-1678821648808.png" alt="rpennacchi_1-1678821648808.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;PS.: You can hide this object with this CSS code:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.qv-object-qlik-multi-kpi { display:none; }&lt;/P&gt;
&lt;P&gt;The final step is to paste your css code on you multi-kpi object. You need to select your multi-kpi object and go to Appearence -&amp;gt; Styles -&amp;gt; Stylec (css). And then paste your CSS code.&lt;/P&gt;
&lt;P&gt;Now when you move your cursos over your object, you will see the tooltip message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2023 19:25:47 GMT</pubDate>
    <dc:creator>rpennacchi</dc:creator>
    <dc:date>2023-03-14T19:25:47Z</dc:date>
    <item>
      <title>Adding tooltips to Qlik Objects</title>
      <link>https://community.qlik.com/t5/Member-Articles/Adding-tooltips-to-Qlik-Objects/ta-p/2049186</link>
      <description>&lt;P&gt;In this post I will share with you how to create tooltips using CSS on Qlik Objects.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 19:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Adding-tooltips-to-Qlik-Objects/ta-p/2049186</guid>
      <dc:creator>rpennacchi</dc:creator>
      <dc:date>2023-03-14T19:25:47Z</dc:date>
    </item>
  </channel>
</rss>

