<?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 hide chart on button click? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504816#M557581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bika ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx for reply...but its not working...&lt;BR /&gt;plz find the my qvw attached file .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 07:26:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-25T07:26:55Z</dc:date>
    <item>
      <title>How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504808#M557573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me,&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" height="280" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" width="413" /&gt;&lt;/P&gt;&lt;P&gt;As you can see i have 4 charts (chart1,chart2,chart3,chart4) and&amp;nbsp; 4 buttons(show1,show2,show3,show4)&lt;/P&gt;&lt;P&gt;and 1 Back button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All i need to do is as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)when i click on button show1 the chat1 should maximize and rest other charts and buttons should hide.&lt;/P&gt;&lt;P&gt;2) when i click on button Back evrthing should display as it is which is shown in above screenshot.&lt;/P&gt;&lt;P&gt;3)Back button should get visible only after chart gets maximize.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 06:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504808#M557573</guid>
      <dc:creator />
      <dc:date>2013-06-25T06:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504809#M557574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 06:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504809#M557574</guid>
      <dc:creator />
      <dc:date>2013-06-25T06:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504810#M557575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create 4 variable say v1,v2,v3 and v4..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for each chart in Layout tab&amp;gt;show contional&amp;gt; put your variable for each saparate chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in button click add action to set the variable value 0 or 1 accordingly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more help post the sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 06:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504810#M557575</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-06-25T06:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504811#M557576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this by vbscript or just &lt;/P&gt;&lt;P&gt;duplicate all four charts and make them maximized. &lt;/P&gt;&lt;P&gt;Create a variable vShowChart and &lt;/P&gt;&lt;P&gt;make each button set the variable to 1, 2, 3 or 4.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Put a show condition on each of the maximized graphs. &lt;/P&gt;&lt;P&gt;Make "Back" to clear the variable (0).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 06:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504811#M557576</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2013-06-25T06:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504812#M557577</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 4 Button Object&lt;/P&gt;&lt;P&gt;And Each Button Object fix Action as SET Variable&lt;/P&gt;&lt;P&gt;Variable&amp;nbsp; : vShowChart&lt;/P&gt;&lt;P&gt;Value : 1&lt;/P&gt;&lt;P&gt;In Second Button Object Just Change Value : 2&lt;/P&gt;&lt;P&gt;In 3rd Button Object Just Change Value : 3&lt;/P&gt;&lt;P&gt;In 4&lt;SUP&gt;th&lt;/SUP&gt; Button Object Just Change Value : 4&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="43188" class="jive-image-thumbnail jive-image" onclick="" alt="button.bmp" src="https://community.qlik.com/legacyfs/online/43188_button.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Chart 1&amp;gt; LayOut&amp;gt;Show Condition&amp;gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;vShowChart&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt; =1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Select Chart 2&amp;gt; LayOut&amp;gt;Show Condition&amp;gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;vShowChart&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt; =2 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Select Chart 3&amp;gt; LayOut&amp;gt;Show Condition&amp;gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;vShowChart&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt; =3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Select Chart 4&amp;gt; LayOut&amp;gt;Show Condition&amp;gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Arial','sans-serif';"&gt;vShowChart&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt; =4 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt;&lt;IMG __jive_id="43189" class="jive-image" alt="chart.bmp" src="https://community.qlik.com/legacyfs/online/43189_chart.bmp" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt;Finally create one Back button&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt;&lt;IMG __jive_id="43200" class="jive-image" alt="Back.bmp" src="https://community.qlik.com/legacyfs/online/43200_Back.bmp" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt;Hope it will work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Arial','sans-serif';"&gt;Regards-Bika&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 06:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504812#M557577</guid>
      <dc:creator />
      <dc:date>2013-06-25T06:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504813#M557578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached QVW for your reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 06:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504813#M557578</guid>
      <dc:creator />
      <dc:date>2013-06-25T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504814#M557579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am using personal edition so wont be able to open qvw file...&lt;BR /&gt;plz attach the code in notepad or in word....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504814#M557579</guid>
      <dc:creator />
      <dc:date>2013-06-25T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504815#M557580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pfa the screenshot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504815#M557580</guid>
      <dc:creator />
      <dc:date>2013-06-25T07:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504816#M557581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bika ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx for reply...but its not working...&lt;BR /&gt;plz find the my qvw attached file .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504816#M557581</guid>
      <dc:creator />
      <dc:date>2013-06-25T07:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504817#M557582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys thanx for your reply...&lt;BR /&gt;But i am not getting the proper solution.&lt;BR /&gt;Plz find the attached qvw file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504817#M557582</guid>
      <dc:creator />
      <dc:date>2013-06-25T07:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504818#M557583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I did not see all your examples earlier, but I created my own solution. feel free to look at the qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504818#M557583</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2013-06-25T07:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide chart on button click?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504819#M557584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have added hide button above the chart 1 while cliking hide button, chart1 will be hiddened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have modify yur chart condition as&amp;nbsp;&amp;nbsp; = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #808080; font-size: 8pt;"&gt;&lt;EM&gt;vShowChart&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 1,1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hpe this will clarify you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 07:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-chart-on-button-click/m-p/504819#M557584</guid>
      <dc:creator />
      <dc:date>2013-06-25T07:37:24Z</dc:date>
    </item>
  </channel>
</rss>

