<?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: Hints on selected QV-objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501414#M548689</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;Thank you for fast answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dashboard on which i'm currently working is totally overfilled. We decide to do not show captions to save the space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any possibility to make available custom hints without showing caption bar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 08:46:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-15T08:46:37Z</dc:date>
    <item>
      <title>Hints on selected QV-objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501412#M548687</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;I'm newbe as QV developer but i've already prepare a few reports so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just face the new requirement - add hints to selected objects. I've noticed that Help Text property works as i expected for Text-based objects. The question is: is the solution to show the hint on gauge or bar instead of current value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for prompt,&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 13:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501412#M548687</guid>
      <dc:creator />
      <dc:date>2014-01-13T13:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hints on selected QV-objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501413#M548688</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;You can add help-text also to Gauge-charts you just have to keep caption visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Miikka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 14:10:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501413#M548688</guid>
      <dc:creator>miikkaqlick</dc:creator>
      <dc:date>2014-01-13T14:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hints on selected QV-objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501414#M548689</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;Thank you for fast answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dashboard on which i'm currently working is totally overfilled. We decide to do not show captions to save the space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any possibility to make available custom hints without showing caption bar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 08:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501414#M548689</guid>
      <dc:creator />
      <dc:date>2014-01-15T08:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hints on selected QV-objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501415#M548690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a text box, and then attach an action to run a macro, which then displays text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use this format in the module for a 'help button',&amp;nbsp; which is actually a text object with an image of a help button in the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sub TX_Help_message&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dim helptext&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;helptext = "QlikView Help"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;helptext = helptext+vbcrlf+vbcrlf +"For a general overview of this document, please see the 'Guidance Notes' tab."&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;helptext = helptext+vbcrlf+vbcrlf +"For additional information regarding each measure, click on (or hover over) the question mark in the corner of each chart."&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;helptext = helptext+vbcrlf+vbcrlf +"If you require any further assistance, please contact the QlikView team via e-mail."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;msgbox helptext,vbinformation,"QlikView Help"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;end sub &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Here is the image we use, but you can use any help button image. &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="51546" alt="qm1.jpg" class="jive-image jiveImage" src="https://community.qlik.com/legacyfs/online/51546_qm1.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hints-on-selected-QV-objects/m-p/501415#M548690</guid>
      <dc:creator>c_gilbert</dc:creator>
      <dc:date>2014-01-15T10:56:41Z</dc:date>
    </item>
  </channel>
</rss>

