<?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 sheets visually in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2050675#M86367</link>
    <description>&lt;P&gt;I haven't&amp;nbsp; tried this myself, but what if you create a show condition that is only valid when you navigate to your sheet (by navigation buttons of some kind), and invalid when navigating from the sheet?&lt;/P&gt;
&lt;P&gt;If your in Qlik SaaS or Qlik Sense&amp;nbsp; February 2023 then you could try using objectid() to control you show condition.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemFunctions/ObjectId.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemFunctions/ObjectId.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2023 23:58:52 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2023-03-17T23:58:52Z</dc:date>
    <item>
      <title>Hide sheets visually</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2050556#M86357</link>
      <description>&lt;P&gt;For an App we have a large number of sheets, which makes the app difficult to navigate from the sheets overview.&lt;/P&gt;
&lt;P&gt;I would like to hide a number of sheets&amp;nbsp;which are not needed to navigate to directly.&lt;/P&gt;
&lt;P&gt;In QLIK we have the option to hide a sheet, but as far as I see this prohibits access instead of only hiding the sheet visually.&lt;/P&gt;
&lt;P&gt;My question: Is there a way to hide sheets&amp;nbsp;&lt;U&gt;only visually&lt;/U&gt; (or group them together) to reduce the number of sheets that are shown in the sheet overview?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 14:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2050556#M86357</guid>
      <dc:creator>JSmit</dc:creator>
      <dc:date>2023-03-17T14:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets visually</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2050563#M86358</link>
      <description>&lt;P&gt;Hi JSmit, maybe this would be helpful:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-restrict-hide-or-unhide-sheets-in-Qlik-Sense-Enterprise/ta-p/1713916" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-restrict-hide-or-unhide-sheets-in-Qlik-Sense-Enterprise/ta-p/1713916&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/easily-hide-a-sheet-in-Qlik-Sense/td-p/1777884" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/easily-hide-a-sheet-in-Qlik-Sense/td-p/1777884&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 14:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2050563#M86358</guid>
      <dc:creator>Alan_Slaughter</dc:creator>
      <dc:date>2023-03-17T14:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets visually</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2050675#M86367</link>
      <description>&lt;P&gt;I haven't&amp;nbsp; tried this myself, but what if you create a show condition that is only valid when you navigate to your sheet (by navigation buttons of some kind), and invalid when navigating from the sheet?&lt;/P&gt;
&lt;P&gt;If your in Qlik SaaS or Qlik Sense&amp;nbsp; February 2023 then you could try using objectid() to control you show condition.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemFunctions/ObjectId.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2023/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemFunctions/ObjectId.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 23:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2050675#M86367</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2023-03-17T23:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide sheets visually</title>
      <link>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2051308#M86425</link>
      <description>&lt;P&gt;Hi, JSmit,&lt;/P&gt;
&lt;P&gt;I will share a qvf that can do what you want.&lt;/P&gt;
&lt;P&gt;Basiclly, when you click on the button, it changes the variable value and redirect for a specific sheet. The variable value makes the "show condition" of the sheet true, so the sheet is visible. When you click on the back button, it changes the value to 'None' and the sheet is hiden again.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 00:16:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hide-sheets-visually/m-p/2051308#M86425</guid>
      <dc:creator>rpennacchi</dc:creator>
      <dc:date>2023-03-21T00:16:57Z</dc:date>
    </item>
  </channel>
</rss>

