<?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 Dinamic List box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272399#M102027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there anyway to hide a List box and make it appear if a selection is made on other List Box?&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2012 17:46:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-10T17:46:47Z</dc:date>
    <item>
      <title>Dinamic List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272399#M102027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there anyway to hide a List box and make it appear if a selection is made on other List Box?&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 17:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272399#M102027</guid>
      <dc:creator />
      <dc:date>2012-02-10T17:46:47Z</dc:date>
    </item>
    <item>
      <title>Dinamic List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272400#M102028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Sure, just make this list box to show conditionally, and the condtion is the count of selections in another list box is &amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 17:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272400#M102028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-10T17:49:53Z</dc:date>
    </item>
    <item>
      <title>Dinamic List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272401#M102029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may you please give me more details on doing that.&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 19:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272401#M102029</guid>
      <dc:creator />
      <dc:date>2012-02-10T19:37:39Z</dc:date>
    </item>
    <item>
      <title>Dinamic List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272402#M102030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&lt;BR /&gt;Say, you have two list boxes - fields A and B.&amp;nbsp; And you want to show A only if at least something is selected in B.&amp;nbsp; To achieve this, go to the properties in the list box A,go tab "Layout", find "Show" radio-buttons, and click "Conditional"&amp;nbsp; In the condition field, paste this:&lt;BR /&gt;&lt;STRONG&gt;=getselectedcount(B)&amp;gt;0&lt;/STRONG&gt;&lt;BR /&gt;Click OK.&lt;BR /&gt;Now, you will see list box A only if you make selection in B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 19:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272402#M102030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-10T19:49:16Z</dc:date>
    </item>
    <item>
      <title>Dinamic List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272403#M102031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 19:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272403#M102031</guid>
      <dc:creator />
      <dc:date>2012-02-10T19:59:50Z</dc:date>
    </item>
    <item>
      <title>Dinamic List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272404#M102032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Michael &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do the same thing and I followed your solution, but it doesnt seem to work for me :S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2012 19:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272404#M102032</guid>
      <dc:creator />
      <dc:date>2012-05-24T19:20:20Z</dc:date>
    </item>
    <item>
      <title>Dinamic List box</title>
      <link>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272405#M102033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; The only thought is that you've missed or mistyped something.&amp;nbsp; The solution is rather simple and reliable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2012 10:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dinamic-List-box/m-p/272405#M102033</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-25T10:20:20Z</dc:date>
    </item>
  </channel>
</rss>

