<?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: Hide and Show prob? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625630#M1112354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to open your Qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Feb 2014 18:19:09 GMT</pubDate>
    <dc:creator>aveeeeeee7en</dc:creator>
    <dc:date>2014-02-24T18:19:09Z</dc:date>
    <item>
      <title>Hide and Show prob?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625628#M1112351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 variables, vShow and vShow1..&lt;/P&gt;&lt;P&gt;i have 2 charts when i am click 1st button it show one chart and when i am click 2nd button i want to open second chart and 1st chart hide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 18:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625628#M1112351</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2014-02-24T18:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show prob?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625629#M1112353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 18:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625629#M1112353</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-02-24T18:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show prob?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625630#M1112354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to open your Qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 18:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625630#M1112354</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-02-24T18:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show prob?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625631#M1112357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use one variable, vChart&lt;/P&gt;&lt;P&gt;button 1 set vChart = 1&lt;/P&gt;&lt;P&gt;button 2 set vChart = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in layout tab of the charts use show conditional with expression&lt;/P&gt;&lt;P&gt;in chart 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vChart=1&lt;/P&gt;&lt;P&gt;in chart 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vChart =2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;optional: change color of the buttons using vChart &lt;/P&gt;&lt;P&gt;more: n buttons for n charts: in that way you can simulate a single object container with n charts &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 22:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625631#M1112357</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-02-25T22:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show prob?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625632#M1112358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use one variable vShow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and set the variable values when button1 then 1&lt;/P&gt;&lt;P&gt;and when button2 is clicked then 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in chart1 - Chart Properties -&amp;gt; Layout tab -&amp;gt; Conditonal - Give this condition = vShow=1&lt;/P&gt;&lt;P&gt;Now in chart2 - Chart Properties -&amp;gt; Layout tab -&amp;gt; Conditonal - Give this condition = vShow=2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 02:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625632#M1112358</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-02-26T02:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show prob?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625633#M1112360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define one variable like vShow=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then layou of first chart----&amp;gt; vShow=1 and&amp;nbsp; layout of second chart---&amp;gt;vShow=2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first button----&amp;gt;action---&amp;gt;external----&amp;gt;setvariable---&amp;gt;vShow=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second button---&amp;gt;action----&amp;gt;external----&amp;gt;setvariable-----&amp;gt;vShow=2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mahesh T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 04:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625633#M1112360</guid>
      <dc:creator />
      <dc:date>2014-02-26T04:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show prob?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625634#M1112362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for one button&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Right click the sheet and choose properties&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; In &lt;SPAN class="t76flncv" style="border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; font-style: inherit; font-family: inherit; text-decoration: underline; color: #0000ff;"&gt;General&lt;/SPAN&gt; tab -&amp;gt; Show sheet -&amp;gt; select the &lt;SPAN class="t76flncv" style="border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; font-style: inherit; font-family: inherit; text-decoration: underline; color: #0000ff;"&gt;conditional&lt;/SPAN&gt; and give 0 and click ok..&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Sheet is hide..To view -&amp;gt; setting - document properties -&amp;gt; &lt;SPAN class="t76flncv" style="border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; font-style: inherit; font-family: inherit; text-decoration: underline; color: #0000ff;"&gt;sheets&lt;/SPAN&gt;-&amp;gt; select the sheet and click properties and tick to show..&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Set &lt;SPAN class="t76flncv" style="border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; font-style: inherit; font-family: inherit; text-decoration: underline; color: #0000ff;"&gt;variable&lt;/SPAN&gt; vhide = 0. and use button to set the variable value as 0/1 by using if(vhide=0,1,0) and use vhide in conditional option in sheet properties..to show or hide the sheet..&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and same for 2nd variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 04:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625634#M1112362</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2014-02-26T04:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide and Show prob?</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625635#M1112363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt; 1.Create variable vShow=0 and vShow1=0&lt;/P&gt;&lt;P&gt;2. Create button1 in properties. --&amp;gt; Actions tab -- click add button-- select External -- select Set variable. then in variable&amp;nbsp; place vShow that is variable name and in value place 1. then click Ok&lt;/P&gt;&lt;P&gt;3.Create button2 in properties. --&amp;gt; Actions tab -- click add button-- select External -- select Set variable. then in variable&amp;nbsp; place vShow1 variable name and in value place 1.then click Ok&lt;/P&gt;&lt;P&gt;4. Create a first chart. properties--- layout tab-- under show click condition type vShow=1. click ok&lt;/P&gt;&lt;P&gt;5. Create a second chart. properties--- layout tab-- under show click condition type vShow1=1 click ok.&lt;/P&gt;&lt;P&gt;6. when u click first button, first chart will popup. when u click second button, second chart will popup and first chart will hide., because condition is vshow1=1.&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;Kanthu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 05:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-and-Show-prob/m-p/625635#M1112363</guid>
      <dc:creator />
      <dc:date>2014-02-26T05:19:34Z</dc:date>
    </item>
  </channel>
</rss>

