<?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: How to show/hide an Object using a Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-hide-an-Object-using-a-Button/m-p/806729#M1027758</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;Try this Link, it may helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/152431"&gt;Hide and Show using Text or Button Object&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Mar 2015 05:44:20 GMT</pubDate>
    <dc:creator>krishna20</dc:creator>
    <dc:date>2015-03-02T05:44:20Z</dc:date>
    <item>
      <title>How to show/hide an Object using a Button</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-hide-an-Object-using-a-Button/m-p/806728#M1027757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My plan is to create 2 buttons that will bring/disappear corresponding charts with each "Qlik". What I have done is created &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sales button&lt;/STRONG&gt;: under general, -------Color --- calculated base color and in the Expn I have: &lt;SPAN style="font-size: 13.3333330154419px;"&gt;if(vshowchart='Sales',RGB(0,255,0), RGB(120,120,120))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;under Action, I have set the value of the variable "vshowchart" to Sales, which is also in the general Text area (basically the name of the button.&lt;/P&gt;&lt;P&gt;and I have linked this button to the chart on this particular sheet by ------under layout ------- show---- conditional ----- vshowchart = 'Sales'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like wise I have another chart and button with the same steps except I have named it 'Cost'&lt;/P&gt;&lt;P&gt;But IT IS NOT WORKING. Can you please spot what I am doing wrong. I got the inspiration from the following place:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=PSRBtw7SYD8" title="https://www.youtube.com/watch?v=PSRBtw7SYD8"&gt;Show and Hide Multiple Objects - YouTube&amp;nbsp;&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 18:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-hide-an-Object-using-a-Button/m-p/806728#M1027757</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-27T18:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to show/hide an Object using a Button</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-hide-an-Object-using-a-Button/m-p/806729#M1027758</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;Try this Link, it may helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/152431"&gt;Hide and Show using Text or Button Object&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 05:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-hide-an-Object-using-a-Button/m-p/806729#M1027758</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-03-02T05:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to show/hide an Object using a Button</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-hide-an-Object-using-a-Button/m-p/806730#M1027759</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;1.Create two buttons( ased on condition at a time only one u can see..)Show and Hide....&lt;/P&gt;&lt;P&gt;2.Show button:Action:&lt;/P&gt;&lt;P&gt;set variables vSales=1,vHide=1,vShow=0&lt;/P&gt;&lt;P&gt; Hide button :Action:&lt;/P&gt;&lt;P&gt;set variables vSales=0,vShow=1,vHide=0&lt;/P&gt;&lt;P&gt;3.in Chart &amp;gt; layout&amp;gt; condition show. when vShow=1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 07:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-hide-an-Object-using-a-Button/m-p/806730#M1027759</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-02T07:26:10Z</dc:date>
    </item>
  </channel>
</rss>

