<?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: Dynamically Showing/Hiding Sheets with Navigation Button in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2421433#M95705</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have you verified , vShow variable changes to 1/0 on button click?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dev&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2024 23:32:22 GMT</pubDate>
    <dc:creator>AHub2023</dc:creator>
    <dc:date>2024-02-20T23:32:22Z</dc:date>
    <item>
      <title>Dynamically Showing/Hiding Sheets with Navigation Button in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2421428#M95704</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm encountering an issue with implementing a hide-and-display mechanism between two sheets in Qlik Sense.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sheet 1:&lt;/STRONG&gt; Default visible sheet.&lt;BR /&gt;&lt;STRONG&gt;Sheet 2:&lt;/STRONG&gt; Similar to Sheet 1 but with a different year dimension. I want this sheet hidden by default to prevent user confusion due to duplicate pages upon opening the app.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Objective:&lt;/STRONG&gt; Automatically hide Sheet 2 initially. When a user clicks the "Local Year" button on Sheet 1, it should navigate to Sheet 2, and Sheet 2 should be hidden again once the user navigates away.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Setup:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Created a variable vShow with the initial value set to 0.&lt;BR /&gt;For Sheet 2, I used the conditional show formula =vShow=1.&lt;BR /&gt;On Sheet 1, the "Local Year" button has an action set before navigating with VariableName = vShow and Value = if(vShow=0,1,0).&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Issue:&lt;/STRONG&gt; Despite these settings, when I click the "Local Year" button on Sheet 1, I receive a message "The content of this sheet is hidden by a condition," and I cannot access Sheet 2.&lt;/P&gt;
&lt;P&gt;Has anyone faced a similar issue or can provide insight into what might be going wrong?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;#QlikSenseBusiness&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 22:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2421428#M95704</guid>
      <dc:creator>brunov86</dc:creator>
      <dc:date>2024-02-20T22:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Showing/Hiding Sheets with Navigation Button in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2421433#M95705</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have you verified , vShow variable changes to 1/0 on button click?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Dev&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 23:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2421433#M95705</guid>
      <dc:creator>AHub2023</dc:creator>
      <dc:date>2024-02-20T23:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Showing/Hiding Sheets with Navigation Button in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2421511#M95707</link>
      <description>&lt;P&gt;To ensure always the same sheet is shown by default, initialize the variable in the load script:&lt;/P&gt;
&lt;PRE&gt;Let vShowSheet = 1;&lt;/PRE&gt;
&lt;P&gt;Set up 2 Sheets with a button and a show condition:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Sheet 1:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRuCelver_0-1708499621214.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160308i88FEBE0E92655801/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRuCelver_0-1708499621214.png" alt="LRuCelver_0-1708499621214.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRuCelver_1-1708499656413.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160309i293575A47BCCA0E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRuCelver_1-1708499656413.png" alt="LRuCelver_1-1708499656413.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;LI&gt;Sheet 2:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRuCelver_2-1708499690431.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160310i5FC28EB6689F0B51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRuCelver_2-1708499690431.png" alt="LRuCelver_2-1708499690431.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LRuCelver_3-1708499701773.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160311i031BBDCEC2E85DFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LRuCelver_3-1708499701773.png" alt="LRuCelver_3-1708499701773.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Make sure the correct sheets are referenced in the Navigation section.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 07:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2421511#M95707</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-02-21T07:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Showing/Hiding Sheets with Navigation Button in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2422938#M95848</link>
      <description>&lt;P&gt;Thanks for your clear explanations.&lt;/P&gt;
&lt;P&gt;Works like a charm !&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 13:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2422938#M95848</guid>
      <dc:creator>brunov86</dc:creator>
      <dc:date>2024-02-23T13:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Showing/Hiding Sheets with Navigation Button in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2531064#M107908</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;In one of my Qlik Sense apps, I accidentally added a &lt;STRONG&gt;Show Condition&lt;/STRONG&gt; expression at the sheet level:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;=$(vshowhide) != &lt;SPAN class=""&gt;null&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;Because of this, the sheet is now completely hidden in the Hub, and I cannot access it to remove the expression.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is there a way to &lt;STRONG&gt;make the sheet visible again&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Can I remove or reset the &lt;STRONG&gt;Show Condition&lt;/STRONG&gt; using &lt;STRONG&gt;QMC → App objects&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;If yes, how do I identify the correct sheet object in QMC and clear the expression?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any step-by-step guidance would be greatly appreciated &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 09:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2531064#M107908</guid>
      <dc:creator>Dipti123</dc:creator>
      <dc:date>2025-09-17T09:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Showing/Hiding Sheets with Navigation Button in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2531068#M107911</link>
      <description>&lt;P&gt;If it's published app and the sheet is public, you can duplicate the application, open it, switch to sheet edit mode and hidden sheet will be visible in sheets menu.&lt;/P&gt;&lt;P&gt;If it isn't published, just switch to edit mode.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 10:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2531068#M107911</guid>
      <dc:creator>Adam_Romanowski</dc:creator>
      <dc:date>2025-09-17T10:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Showing/Hiding Sheets with Navigation Button in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2531340#M107962</link>
      <description>&lt;P&gt;Yes ,it works Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/167496"&gt;@Adam_Romanowski&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 07:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamically-Showing-Hiding-Sheets-with-Navigation-Button-in-Qlik/m-p/2531340#M107962</guid>
      <dc:creator>Dipti123</dc:creator>
      <dc:date>2025-09-19T07:11:29Z</dc:date>
    </item>
  </channel>
</rss>

