<?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: How to force all Tab display ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621455#M595226</link>
    <description>&lt;P&gt;It wasn't meant just to overwrite your condition else to add the second one to it - and it will be of course hard work to do it ...&lt;/P&gt;&lt;P&gt;- create a new variable vSheetShowAll&lt;BR /&gt;- put the variable into an inputbox (maybe on an admin-sheet)&lt;BR /&gt;- copy the additional condition-part of " &lt;STRONG&gt;or&lt;/STRONG&gt; $(vSheetShowAll) = true()"&lt;BR /&gt;- open the expression-overview and search for the first condition - and there you could add your second condition&lt;/P&gt;&lt;P&gt;I assume you need to repeat the adding for each sheet. Before starting with the search and replace approach make sure that you have enough &lt;U&gt;&lt;STRONG&gt;BACKUP's&lt;/STRONG&gt;&lt;/U&gt; because it might go wrong somehow ...&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2019 07:20:34 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-09-09T07:20:34Z</dc:date>
    <item>
      <title>How to force all Tab display ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621418#M595223</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;May i know how to force all my tab display ? As now all my Tab is control by below code :-&lt;/P&gt;&lt;P&gt;vSheetVisible=xxx ( xxx refer to the 1 to 999 )&lt;/P&gt;&lt;P&gt;Now i need to delete some of the tab to make my doc faster load.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VIEW ALL TAB.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18690i059E707D4D5A06E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="VIEW ALL TAB.png" alt="VIEW ALL TAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 05:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621418#M595223</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-09-09T05:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to force all Tab display ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621438#M595224</link>
      <description>&lt;P&gt;It could be reached with a second condition which is OR to your first one, maybe in this way:&lt;/P&gt;&lt;P&gt;$(vSheetVisible) = xxx &lt;STRONG&gt;or&lt;/STRONG&gt; $(vSheetShowAll) = true()&lt;/P&gt;&lt;P&gt;Another helpful approach might be to implement some kind of grouping to your sheets ...&lt;/P&gt;&lt;P&gt;... whereby IMO I think here is something terribly wrong. Even if it technically worked it's a poorly design from a performance point of view and in regard of maintaining the application. Some of the views could be surely merged by using dimension/expression groups and/or using further methods of making th objects dynamically in regard to the selections or other requirements ... and if this (practically) ends it would be sensible to split the application.&lt;/P&gt;&lt;P&gt;I assume the background of it is to save licence-costs by including everything into a single app but I think the needed efforts and the various disadvantages of such approach will be overcompensating the costs.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 06:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621438#M595224</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-09-09T06:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to force all Tab display ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621447#M595225</link>
      <description>&lt;P&gt;Hi Sir&lt;/P&gt;&lt;P&gt;Thank you for your comment, it is due to in the past lack of experience i have create too many page. so now i need to remove it.&lt;/P&gt;&lt;P&gt;I have try base on your recommendation it seen unable to work.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SHOW ALL.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/18696i36B42A7490656217/image-size/large?v=v2&amp;amp;px=999" role="button" title="SHOW ALL.png" alt="SHOW ALL.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 07:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621447#M595225</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2019-09-09T07:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to force all Tab display ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621455#M595226</link>
      <description>&lt;P&gt;It wasn't meant just to overwrite your condition else to add the second one to it - and it will be of course hard work to do it ...&lt;/P&gt;&lt;P&gt;- create a new variable vSheetShowAll&lt;BR /&gt;- put the variable into an inputbox (maybe on an admin-sheet)&lt;BR /&gt;- copy the additional condition-part of " &lt;STRONG&gt;or&lt;/STRONG&gt; $(vSheetShowAll) = true()"&lt;BR /&gt;- open the expression-overview and search for the first condition - and there you could add your second condition&lt;/P&gt;&lt;P&gt;I assume you need to repeat the adding for each sheet. Before starting with the search and replace approach make sure that you have enough &lt;U&gt;&lt;STRONG&gt;BACKUP's&lt;/STRONG&gt;&lt;/U&gt; because it might go wrong somehow ...&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 07:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-force-all-Tab-display/m-p/1621455#M595226</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-09-09T07:20:34Z</dc:date>
    </item>
  </channel>
</rss>

