<?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: Create an index and hide/unhide sheets in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537023#M552822</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 like this&lt;/P&gt;&lt;P&gt;in variable&lt;/P&gt;&lt;P&gt;GetFieldSelections([TabName],',',10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Oct 2013 20:42:01 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2013-10-09T20:42:01Z</dc:date>
    <item>
      <title>Create an index and hide/unhide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537021#M552820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an application containing 10 sheets. Instead of showing all 10 sheets at start-up, I want to create and index sheet where user can select what sheets he wants and then start working with those sheets only. What would be the best possible way to achieve this?&lt;/P&gt;&lt;P&gt;As of now I am using a list box with selection style override - windows check boxes properties. As user selects the sheets he wants, I am generating a string using 'GetFieldSelections([TabName])' and then using the show sheet conditional property of sheet to look for the particular characters in the string to display or hide a sheet. It works perfectly when user selects up to 6 options out of 10. When user selects 7 or more option the string becomes 'Excluding remaining options' and it inverts the selection. (Please see the attached qwv.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now how can I implement the functionality where user can select any number of sheets and the corresponding sheets will get display accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 20:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537021#M552820</guid>
      <dc:creator />
      <dc:date>2013-10-09T20:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create an index and hide/unhide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537022#M552821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using concat(TableName,',') instead of GetFieldSelections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: it works the same way with all selected as with none selected.&amp;nbsp; can be fixed by:&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(TabName), concat(TabName, ','))&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 20:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537022#M552821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-09T20:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create an index and hide/unhide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537023#M552822</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 like this&lt;/P&gt;&lt;P&gt;in variable&lt;/P&gt;&lt;P&gt;GetFieldSelections([TabName],',',10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 20:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537023#M552822</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-10-09T20:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create an index and hide/unhide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537024#M552823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this one is better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 20:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537024#M552823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-09T20:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create an index and hide/unhide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537025#M552824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aniket,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached example. Does it what you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gurol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 21:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537025#M552824</guid>
      <dc:creator />
      <dc:date>2013-10-09T21:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create an index and hide/unhide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537026#M552825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gurol,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply. Your solution does work but party. If none of the options are selected, it shows all 10 sheets, while I was trying to hide all sheets when none of the option is selected. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Mayil's solutions worked like a charm! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 21:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537026#M552825</guid>
      <dc:creator />
      <dc:date>2013-10-09T21:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create an index and hide/unhide sheets</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537027#M552826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In order to hide all sheets when none is selected you can employ a different expression&lt;/P&gt;&lt;P&gt;Similar to the one you mentioned.&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 21:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-index-and-hide-unhide-sheets/m-p/537027#M552826</guid>
      <dc:creator />
      <dc:date>2013-10-09T21:26:25Z</dc:date>
    </item>
  </channel>
</rss>

