<?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: Trying to hid sheet objects with button pushes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406971#M151398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 18:35:56 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2013-05-24T18:35:56Z</dc:date>
    <item>
      <title>Trying to hid sheet objects with button pushes</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406970#M151397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use buttons to turn tableboxes, charts and statistic boxes on and off of a tab.&amp;nbsp; Essentially, I am trying to develop a compliace tab for our Dispatch data that will allow me to visualize via several objects pass/fail status of thousands of calls.&amp;nbsp; I am hoping that I can add a button that says "Show Turn Out" and have the four screen objects that detail turn out display.&amp;nbsp; If I hit the "Show Drive Time" button, the Turnout objects would turn off and the Drive Time objects would turn on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be incredibly easy in a language like Visual Basic, but as a new QlikView user, I am frankly stumped and frustrate.&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41648" class="jive-image-thumbnail jive-image" onclick="" alt="QlikView.gif" src="https://community.qlik.com/legacyfs/online/41648_QlikView.gif" width="450" /&gt;&lt;/P&gt;&lt;P&gt;HELP!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 18:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406970#M151397</guid>
      <dc:creator />
      <dc:date>2013-05-24T18:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to hid sheet objects with button pushes</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406971#M151398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 18:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406971#M151398</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2013-05-24T18:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to hid sheet objects with button pushes</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406972#M151399</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;In button,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties -&amp;gt; Action-&amp;gt; Add -&amp;gt; External -&amp;gt; Set Variable&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Variable - &amp;gt; vshow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Value -&amp;gt; If(vShow = 0, 1,0)&lt;/P&gt;&lt;P&gt;Then Click Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Chart -. Properties -. Layout -&amp;gt;Show-&amp;gt;Conditional &lt;/P&gt;&lt;P&gt;= vshow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vshow is a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 18:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406972#M151399</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-05-24T18:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to hid sheet objects with button pushes</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406973#M151400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create variable&lt;/P&gt;&lt;P&gt;vHide =0&lt;/P&gt;&lt;P&gt;then on button --&amp;gt;Action ---&amp;gt;select external--&amp;gt; select set varable --&amp;gt; then write --&amp;gt;variablename = vHide and value=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now on object --&amp;gt;properties--&amp;gt;layout --&amp;gt;conditional--&amp;gt;write&amp;nbsp; &lt;STRONG&gt;vHide&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 18:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406973#M151400</guid>
      <dc:creator />
      <dc:date>2013-05-24T18:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to hid sheet objects with button pushes</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406974#M151401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of your resolutions worked.&amp;nbsp; The qvd that was provided first worked great.&amp;nbsp; Unfortunatly, I am still running into the same issues.&amp;nbsp; There is something different between my implementation and the ones provided.&amp;nbsp; I opened them side by side and cannot identify any differences.&amp;nbsp; I am seeing different tabs, but am chalking that up to different versions of the software.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will relook at this on Tuesday.&amp;nbsp; For all in the USA, happy and safe Memorial Day Weekend!&amp;nbsp; For the rest of the world, have a great weekend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;STRONG&gt;All -&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;STRONG&gt;Your answers were all correct, but QlikView places a sniky little switch on the Document Properties that must be turned off for the logic to work&amp;nbsp; On the Document Properties --&amp;gt; Security Tab you MUST UNCHECK the Show All Sheets and Objects button for the Conditional Logic that you all demonstrated to work.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt;"&gt;&lt;STRONG&gt;Thanks for all the help.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 19:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406974#M151401</guid>
      <dc:creator />
      <dc:date>2013-05-24T19:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to hid sheet objects with button pushes</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406975#M151402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of your resolutions worked.&amp;nbsp; The qvd that was provided first worked great.&amp;nbsp; Unfortunatly, I am still running into the same issues.&amp;nbsp; There is something different between my implementation and the ones provided.&amp;nbsp; I opened them side by side and cannot identify any differences.&amp;nbsp; I am seeing different tabs, but am chalking that up to different versions of the software.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will relook at this on Tuesday.&amp;nbsp; For all in the USA, happy and safe Memorial Day Weekend!&amp;nbsp; For the rest of the world, have a great weekend!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 19:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-hid-sheet-objects-with-button-pushes/m-p/406975#M151402</guid>
      <dc:creator />
      <dc:date>2013-05-24T19:49:22Z</dc:date>
    </item>
  </channel>
</rss>

