<?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: Sheet selection controlled by a listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403038#M149965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right Click on Tab .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to sheet properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In "Show Sheet" select "Conditional"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can write expression.. ListBoxField='FieldValue'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Mar 2013 11:58:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-04T11:58:02Z</dc:date>
    <item>
      <title>Sheet selection controlled by a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403036#M149963</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;I'm developing an app where Tabs should be hidden.&lt;/P&gt;&lt;P&gt;How could I switch between sheets using a listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 11:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403036#M149963</guid>
      <dc:creator />
      <dc:date>2013-03-04T11:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet selection controlled by a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403037#M149964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a conditional display expression to your sheets on the properties window of the sheets. &lt;/P&gt;&lt;P&gt;=substringcount(concat(MyField),'Value1') will show the sheet if Value1 is among the selected values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also add a Activate Sheet action to the OnSelect trigger of the field in your listbox to activate the sheet if you select a value in the listbox. You'll need so logic to map the selected value to a sheet ID. Using the same values for the sheet ID's and the listbox values is an easy solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 11:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403037#M149964</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-04T11:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet selection controlled by a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403038#M149965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right Click on Tab .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to sheet properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In "Show Sheet" select "Conditional"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can write expression.. ListBoxField='FieldValue'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 11:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403038#M149965</guid>
      <dc:creator />
      <dc:date>2013-03-04T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet selection controlled by a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403039#M149966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the attach file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should look at the tab properties to see the condition for each tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 12:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403039#M149966</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2013-03-04T12:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet selection controlled by a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403040#M149967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I see what you mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll use the OnSelect trigger I guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/mischief.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 12:04:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403040#M149967</guid>
      <dc:creator />
      <dc:date>2013-03-04T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet selection controlled by a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403041#M149968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not what I actually needed. This would basically show/hide my tab. I don't want to hide it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 12:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403041#M149968</guid>
      <dc:creator />
      <dc:date>2013-03-04T12:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet selection controlled by a listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403042#M149969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have QV installed on my current machine but I'll have a look at that.&lt;BR /&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 12:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sheet-selection-controlled-by-a-listbox/m-p/403042#M149969</guid>
      <dc:creator />
      <dc:date>2013-03-04T12:08:37Z</dc:date>
    </item>
  </channel>
</rss>

