<?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 Show And Hide Button Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486048#M1129661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have pie chart beside that one button object should be present click on the button whose name texted as Hide then pie chart should be hidden and button text should be appeared as Show then click on button then pie chart should be visible and button textshould be hide automatically.can any body help me ASAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Dec 2013 16:59:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-15T16:59:34Z</dc:date>
    <item>
      <title>Show And Hide Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486048#M1129661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have pie chart beside that one button object should be present click on the button whose name texted as Hide then pie chart should be hidden and button text should be appeared as Show then click on button then pie chart should be visible and button textshould be hide automatically.can any body help me ASAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Dec 2013 16:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486048#M1129661</guid>
      <dc:creator />
      <dc:date>2013-12-15T16:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show And Hide Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486049#M1129662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a variable to control the show condition in layout tab of chart properties and the button text. Use an action to change the variable on button clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Dec 2013 17:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486049#M1129662</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-12-15T17:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Show And Hide Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486050#M1129663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;create a variable&lt;/P&gt;&lt;P&gt;vShow=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a button with this text:&lt;/P&gt;&lt;P&gt;=If(vShow,'Hide','Show')&lt;/P&gt;&lt;P&gt;and an external action: set variable vShow whit&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;If(vShow,&lt;/SPAN&gt;0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add as conditional layout of Pie Chart &lt;/P&gt;&lt;P&gt;=vShow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Dec 2013 17:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486050#M1129663</guid>
      <dc:creator />
      <dc:date>2013-12-15T17:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Show And Hide Button Object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486051#M1129664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Mahesh.&lt;/P&gt;&lt;P&gt;There is advice on buttons with working examples on this blog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-buttons/" title="http://www.quickintelligence.co.uk/qlikview-buttons/"&gt;http://www.quickintelligence.co.uk/qlikview-buttons/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look and see if there is anything in there that meets your requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 10:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-And-Hide-Button-Object/m-p/486051#M1129664</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2013-12-16T10:23:27Z</dc:date>
    </item>
  </channel>
</rss>

