<?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 Help Page in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446487#M1162642</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 have created a button called "HELP" in a document which I want to activate a Text Object.&amp;nbsp;&amp;nbsp; The Text Object will appear to the far right of my document page and list the help information of the page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know what actions I need to apply to my HELP button and then how to close down the text object when users have finished reading it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Dec 2012 10:50:49 GMT</pubDate>
    <dc:creator>helen_pip</dc:creator>
    <dc:date>2012-12-18T10:50:49Z</dc:date>
    <item>
      <title>Help Page</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446487#M1162642</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 have created a button called "HELP" in a document which I want to activate a Text Object.&amp;nbsp;&amp;nbsp; The Text Object will appear to the far right of my document page and list the help information of the page&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know what actions I need to apply to my HELP button and then how to close down the text object when users have finished reading it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 10:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446487#M1162642</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2012-12-18T10:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help Page</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446488#M1162643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Helen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the document attached on how to use a variable to show/hide an object from a button using actions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 10:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446488#M1162643</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-12-18T10:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help Page</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446489#M1162645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&amp;nbsp; This is exactly what I required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 11:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446489#M1162645</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2012-12-18T11:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help Page</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446490#M1162646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternative way which avoids variables is to load a table for each object you want to control ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HelpBox:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TX01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... then create your text box with a conditional show (&lt;STRONG&gt;TX01=1&lt;/STRONG&gt; for my example).&amp;nbsp; Your button then just needs an action which toggle selects on the field TX01 for value 1.&amp;nbsp; You can also toggle the button text like this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(TX01=1,'Hide Help','Show Help')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 11:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Page/m-p/446490#M1162646</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-12-18T11:08:21Z</dc:date>
    </item>
  </channel>
</rss>

