<?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 Need help hiding table.. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146412#M24985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help. This helps me a lot.&lt;/P&gt;&lt;P&gt;Thanks again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 01:06:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-10T01:06:33Z</dc:date>
    <item>
      <title>Need help hiding table..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146407#M24980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am pretty new to QW and wondering if you can help me out with this.&lt;/P&gt;&lt;P&gt;Currently, I have the following setup on my 'Main' tab...&lt;/P&gt;&lt;P&gt;- List box with 4 choices (A,B,C,D,E)&lt;/P&gt;&lt;P&gt;- Ranked Straight Table with Object ID CH01,CH02,CH03 and CH04&lt;/P&gt;&lt;P&gt;- Sheet 1, Sheet2, Sheet3 and Sheet4 contains clones of CH01,CH02,CH03 and CH04&lt;/P&gt;&lt;P&gt;I would like to do perform the following&lt;/P&gt;&lt;P&gt;Scenario 1&lt;/P&gt;&lt;P&gt;- When clicking on A in List box, I would like to hide CH02,CH03 and CH04&lt;/P&gt;&lt;P&gt;- When clicking on B in List box, I would like to hide CH01,CH03 and CH04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario 2&lt;/P&gt;&lt;P&gt;- When clicking on A in List box, I would like to show Sheet1 and Main&lt;/P&gt;&lt;P&gt;- When clicking on B in List box, I would like to show Sheet2 and Main&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it GetCurrentSelections that I need to use?&lt;/P&gt;&lt;P&gt;Thank you very much for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 23:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146407#M24980</guid>
      <dc:creator />
      <dc:date>2009-06-09T23:14:44Z</dc:date>
    </item>
    <item>
      <title>Need help hiding table..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146408#M24981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me which version of QVW you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 23:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146408#M24981</guid>
      <dc:creator />
      <dc:date>2009-06-09T23:18:44Z</dc:date>
    </item>
    <item>
      <title>Need help hiding table..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146409#M24982</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;Thank you for replying. I am currently using QW 8.5 Developer version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 23:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146409#M24982</guid>
      <dc:creator />
      <dc:date>2009-06-09T23:20:41Z</dc:date>
    </item>
    <item>
      <title>Need help hiding table..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146410#M24983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK&lt;/P&gt;&lt;P&gt;So you need to create a variable, let's call this vListBoxSelected, and the value of the variable is =GetFieldSelections("fieldname") where the field name is the same field name that you are using in your list box. This will mean you have a variable with the contents of your selection.&lt;/P&gt;&lt;P&gt;Then, in your straight table, say CH01, go to the properties and to the layout tab, change the show type to conditional and put in the following condition&lt;/P&gt;&lt;P&gt;vListBoxSelected='A'&lt;/P&gt;&lt;P&gt;That should do the trick........&lt;/P&gt;&lt;P&gt;Obviously for CH02, CH03, CH04 etc you need to put in the same condition but with different values.&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;P&gt;PS: If you struggle with this, post a sample of your app and I'll take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 23:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146410#M24983</guid>
      <dc:creator />
      <dc:date>2009-06-09T23:26:10Z</dc:date>
    </item>
    <item>
      <title>Need help hiding table..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146411#M24984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me check it out!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 23:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146411#M24984</guid>
      <dc:creator />
      <dc:date>2009-06-09T23:42:31Z</dc:date>
    </item>
    <item>
      <title>Need help hiding table..</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146412#M24985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nigel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help. This helps me a lot.&lt;/P&gt;&lt;P&gt;Thanks again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 01:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-hiding-table/m-p/146412#M24985</guid>
      <dc:creator />
      <dc:date>2009-06-10T01:06:33Z</dc:date>
    </item>
  </channel>
</rss>

