<?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: Is it possible to show a list object based on the value selected in another list object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072206#M923147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a lot of these fields, there is another option;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a single list box with show condition on layout tab&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use a calculated dimension (select &amp;lt;expression&amp;gt; from field drop down on general tab)&lt;/P&gt;&lt;P&gt;=[$(=Dimension)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 22:19:00 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-04-20T22:19:00Z</dc:date>
    <item>
      <title>Is it possible to show a list object based on the value selected in another list object?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072204#M923145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about list objects. Is it possible for QlikView to show a list object based on the value selected in another list object? For example, there is a List object Dimension with the following values: Age, Gender, Income. There are also specific values for each of the dimension. If I select "Age" in the Dimension list, I would like to see the list object with specific values (Below 20, 20 - 40, etc.) of Age showing up, but not others. If I then select "Gender", I would like to see the list object with "Male", "Female" showing up but the Age list should disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible for QlikView to have this functionality? Thank you very much for your answer !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072204#M923145</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to show a list object based on the value selected in another list object?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072205#M923146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you sure can do that. You just need a show/hide condition on the layout tab for each of the list box that need to show or hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Age, you can use this -&amp;gt; &lt;STRONG&gt;=GetFieldSelections(Dimension) = 'Age'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For Gender -&amp;gt; &lt;STRONG style="font-size: 13.3333px;"&gt;=GetFieldSelections(Dimension) = 'Gender'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 21:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072205#M923146</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T21:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to show a list object based on the value selected in another list object?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072206#M923147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a lot of these fields, there is another option;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a single list box with show condition on layout tab&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And use a calculated dimension (select &amp;lt;expression&amp;gt; from field drop down on general tab)&lt;/P&gt;&lt;P&gt;=[$(=Dimension)]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 22:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072206#M923147</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-20T22:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to show a list object based on the value selected in another list object?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072207#M923148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for the suggestions! They work very well!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 13:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-show-a-list-object-based-on-the-value-selected/m-p/1072207#M923148</guid>
      <dc:creator />
      <dc:date>2016-04-21T13:00:50Z</dc:date>
    </item>
  </channel>
</rss>

