<?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: Make Help Text appear after clicking on a Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161374#M520656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe because as you already said it's an icon and not a question mark character?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jul 2016 21:25:29 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2016-07-01T21:25:29Z</dc:date>
    <item>
      <title>Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161368#M520650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone. I was hoping if someone had any ideas on how I could get help text to appear after clicking on a text object. Basically, I have the following image I want to place in my app:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="129873" alt="icon-question.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129873_icon-question.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;My idea right now is to make a Text Object and set this as the image. What I then want is for a Qlikview Help Text box to appear when I click on it. Like this:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="129874" alt="7-1-2016scrshot.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/129874_7-1-2016scrshot.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I can set the Help Text for the Text object, but it only shows when I hover over it. I know that I can have the "button" set a variable and then have another text object with a conditional Show/Hide on it based on if the variable is True or False. This second Text Object would hold my Help Text, but I would like to avoid this because I want to have a Text Object with the same look and feel as the regular Help Text in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161368#M520650</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2016-07-01T18:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161369#M520651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;why "another text object with conditional Show/Hide" ?&lt;/P&gt;&lt;P&gt;In the Text Box itself&lt;/P&gt;&lt;P&gt;Text :&lt;/P&gt;&lt;P&gt;=If(vFlagText=1,'Your Text',' ')&lt;/P&gt;&lt;P&gt;Action Set variable : vFlagText&lt;/P&gt;&lt;P&gt;value :&lt;/P&gt;&lt;P&gt;=If(vFlagText=0,1,0)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 18:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161369#M520651</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-07-01T18:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161370#M520652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The text box isn't what you normally would consider to be a text box. I'm taking a text box object and turning it into a button with the image above. If I were to put text in this object, it would write on top of the image I'm using.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 19:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161370#M520652</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2016-07-01T19:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161371#M520653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can solve it with a simple macro.&lt;/P&gt;&lt;P&gt;Check this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUB myMacro&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.ShowPopup "This Macro display help text box", 2000,3,1,2&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Rémi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 19:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161371#M520653</guid>
      <dc:creator>remi_roland</dc:creator>
      <dc:date>2016-07-01T19:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161372#M520654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot make the help text as entered on the Caption tab appear on command. But you can create a new hidden text object (with a blue border and a light blue background, to mimic the help text pop-up) with a conditional show. Enter whatever help text you want to show in the Text field on the Properties-&amp;gt;General tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The conditional show for that new text object will depend on the variable value as set by your original text box that carries a button image. For even better usability, create two question mark-buttons with different colors, one blue and one grey. The grey button will be displayed whenever the help text is visible, and the colored one when no help text is visible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 20:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161372#M520654</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-01T20:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161373#M520655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you turn on caption on the help text box, you can get the pop-up on click behavior. Unfortunately, I can't find a way to style the ? icon on the caption. It doesn't respond to the Caption Font setting.&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://masterssummit.com/" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 21:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161373#M520655</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-07-01T21:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161374#M520656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe because as you already said it's an icon and not a question mark character?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 21:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161374#M520656</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-01T21:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161375#M520657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's possible to play with this icon when visiting the AccessPoint using the Ajax client.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 21:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161375#M520657</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-01T21:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Make Help Text appear after clicking on a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161376#M520658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Peter! I was already thinking of doing something like this, but it sounds like this might be the only way to get the effect I want. Thanks for the advice!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 13:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Help-Text-appear-after-clicking-on-a-Text-Object/m-p/1161376#M520658</guid>
      <dc:creator>dselgo_eidex</dc:creator>
      <dc:date>2016-07-05T13:42:20Z</dc:date>
    </item>
  </channel>
</rss>

