<?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 objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147665#M896320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its really great help to me..Thank you ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working fine but its hidden,Again if want to show that object how can we get back that sheet..Please let me know ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2016 12:30:36 GMT</pubDate>
    <dc:creator>sonysree88</dc:creator>
    <dc:date>2016-07-26T12:30:36Z</dc:date>
    <item>
      <title>Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147660#M896313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have 10 sheets in my application, i want to conditionally hide and show 4 sheets in this application.I want to create a buttons in these 4 sheets i will click on one button it will display that sheet and remaining 3 sheets should be hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it is possible in qlikview, Can anyone know the solution for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks in advance,&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/Hide-objects/m-p/1147660#M896313</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147661#M896315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes hiding and showing sheets based on button clicks is possible with QlikView. You can set hide/show condition on the general tab of sheet properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132464_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 11:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147661#M896315</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-26T11:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147662#M896316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can do it.. Go to conditional option in Layout tab and use the variables as 1 to show and 0 to hide.&lt;/P&gt;&lt;P&gt;On the click of the buttons set the variable value as 1 under Actions tab and set Activate Sheet value as the SheetID of the sheet you want to activate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 11:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147662#M896316</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2016-07-26T11:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147663#M896317</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 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first step : create variable vHideSheet1&lt;/P&gt;&lt;P&gt;&lt;IMG alt="variable.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/132467_variable.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;second step : on the sheet properties, select show sheet conditionnal : vHideSheet1=1&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sheet.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/132457_sheet.png" style="height: 517px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;third step : create button (on another sheet !) like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="button1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132456_button1.png" style="height: 275px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;hope this help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 11:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147663#M896317</guid>
      <dc:creator>t_moutault</dc:creator>
      <dc:date>2016-07-26T11:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147664#M896319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonytgot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to create a variable (eg: vShow=0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, make a button and in action add--external--set variable--variable: vShow -- Value: 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third: In each sheet put this expression: =IF(vShow=1, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If yopu want to make other conditional only you need to change de expression&amp;nbsp;&amp;nbsp; (eg:&lt;SPAN style="font-size: 13.3333px;"&gt;=IF(vShow=, 1, 0))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;Miguel del Valle&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 11:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147664#M896319</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-07-26T11:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147665#M896320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its really great help to me..Thank you ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its working fine but its hidden,Again if want to show that object how can we get back that sheet..Please let me know ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147665#M896320</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2016-07-26T12:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147666#M896322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i want to rollback that hidden sheet how can we do,&lt;/P&gt;&lt;P&gt;Can you any one please help me out with procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147666#M896322</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2016-07-26T12:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147667#M896323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to go to : settings-&amp;gt;document properties-&amp;gt; sheets&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sheet2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132473_sheet2.png" style="height: 505px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;that's why the button needs to be in another sheet ! (clik to hide or show the sheet)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147667#M896323</guid>
      <dc:creator>t_moutault</dc:creator>
      <dc:date>2016-07-26T12:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147668#M896324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;clik to hide or show the sheet&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147668#M896324</guid>
      <dc:creator>t_moutault</dc:creator>
      <dc:date>2016-07-26T12:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147669#M896325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its cleared now..Thanks for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147669#M896325</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2016-07-26T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147670#M896326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by rollback?? Please elaborate..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 13:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147670#M896326</guid>
      <dc:creator>saimahasan</dc:creator>
      <dc:date>2016-07-26T13:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147671#M896327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a keyboard shortcut which makes all hidden objects and sheets visible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; Ctrl-Shift-S&amp;nbsp; &lt;/STRONG&gt;will toggle all hidden objects between being hidden and visible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 13:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147671#M896327</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2016-07-26T13:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147672#M896328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its cleared now..Thanks&lt;/P&gt;&lt;P&gt;I am asking like how to show hidden objects..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147672#M896328</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2016-07-27T12:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147673#M896329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sonygot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your question was answered, please close it,&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;Miguel del Valle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147673#M896329</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-07-27T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hide objects</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147674#M896330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you let me know how to close this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-objects/m-p/1147674#M896330</guid>
      <dc:creator>sonysree88</dc:creator>
      <dc:date>2016-07-27T12:51:39Z</dc:date>
    </item>
  </channel>
</rss>

