<?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 Conditionally Hide and Show multiple Buttons and Charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399205#M817926</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Buttons like&lt;STRONG&gt; 1,2 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;when i select &lt;STRONG&gt;1&lt;/STRONG&gt; it should show&lt;STRONG&gt; A,B&lt;/STRONG&gt; &lt;STRONG&gt;Buttons&lt;/STRONG&gt;, When i select &lt;STRONG&gt;2&lt;/STRONG&gt; it should show &lt;STRONG&gt;C Button&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that if i select&lt;STRONG&gt; A&lt;/STRONG&gt; then it should show one Pivot table, if i select &lt;STRONG&gt;B&lt;/STRONG&gt; then it should show different Pivot table and if i select &lt;STRONG&gt;C&lt;/STRONG&gt; then it should show another pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Rajesh</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Conditionally Hide and Show multiple Buttons and Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399205#M817926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Buttons like&lt;STRONG&gt; 1,2 &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;when i select &lt;STRONG&gt;1&lt;/STRONG&gt; it should show&lt;STRONG&gt; A,B&lt;/STRONG&gt; &lt;STRONG&gt;Buttons&lt;/STRONG&gt;, When i select &lt;STRONG&gt;2&lt;/STRONG&gt; it should show &lt;STRONG&gt;C Button&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that if i select&lt;STRONG&gt; A&lt;/STRONG&gt; then it should show one Pivot table, if i select &lt;STRONG&gt;B&lt;/STRONG&gt; then it should show different Pivot table and if i select &lt;STRONG&gt;C&lt;/STRONG&gt; then it should show another pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399205#M817926</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Hide and Show multiple Buttons and Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399206#M817927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use variables&lt;/P&gt;&lt;P&gt;in buttons : Action set variable e.g. vButton = 1 or&amp;nbsp; vButton='Button1'&lt;/P&gt;&lt;P&gt;in other Buttons and Pivot table: Show condition: if vButton=1 or vButton='Button1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you Need several variables or one variable with different states &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 07:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399206#M817927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-29T07:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Hide and Show multiple Buttons and Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399207#M817928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create variable &lt;STRONG&gt;vShow&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For button 1 -&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Go to button properties -&amp;gt;Action -&amp;gt; Add -&amp;gt; External-&amp;gt; Set variable&lt;/P&gt;&lt;P&gt;Variable: vShow&lt;/P&gt;&lt;P&gt;Value: =1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;For button 2 -&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Go to button properties -&amp;gt;Action -&amp;gt; Add -&amp;gt; External-&amp;gt; Set variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable: vShow&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value: =2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;For button A -&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Go to button properties -&amp;gt;Action -&amp;gt; Add -&amp;gt; External-&amp;gt; Set variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable: vShow&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value: =3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Go to button A properties -&amp;gt;Layout -&amp;gt; Conditional ,put below expression&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;vShow=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;For button B -&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Go to button properties -&amp;gt;Action -&amp;gt; Add -&amp;gt; External-&amp;gt; Set variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable: vShow&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value: =4&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Go to button A properties -&amp;gt;Layout -&amp;gt; Conditional ,put below expression&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;vShow=1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;For button C -&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Go to button properties -&amp;gt;Action -&amp;gt; Add -&amp;gt; External-&amp;gt; Set variable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Variable: vShow&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value: =5&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Go to button A properties -&amp;gt;Layout -&amp;gt; Conditional ,put below expression&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;vShow=2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Pivot table for button A -&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Go to Pivot table properties -&amp;gt;Layout -&amp;gt; Conditional ,put below expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vShow=3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Pivot table for button B -&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Go to Pivot table properties -&amp;gt;Layout -&amp;gt; Conditional ,put below expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vShow=4&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Pivot table for button C -&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Go to Pivot table properties -&amp;gt;Layout -&amp;gt; Conditional ,put below expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;vShow=5&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 07:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399207#M817928</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-08-29T07:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Hide and Show multiple Buttons and Charts</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399208#M817929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply Kushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As u said i created vShow variable and Actions for both 1, 2 buttons&lt;/P&gt;&lt;P&gt;done the same with A ,B buttons&lt;/P&gt;&lt;P&gt;but when i select A button its hiding, I dont want to hide A,B button.&lt;/P&gt;&lt;P&gt;after selecting A button it should dispaly Pivot table_1, in same way after selecting B button it shoud dispaly Pivot table_2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i select button 2&amp;nbsp; A,B buttons should Hide and C button should show&lt;/P&gt;&lt;P&gt;then after selecting C button respected other Pivot table should show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 16:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Hide-and-Show-multiple-Buttons-and-Charts/m-p/1399208#M817929</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2017-08-29T16:26:16Z</dc:date>
    </item>
  </channel>
</rss>

