<?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: Hide list box based on chart selection in container in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062912#M355633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said above: not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative create a small inline table in the script with a record for each chart with a field containing a descriptive name for the chart. Add a listbox to your document for that new field and let the user select a chart from that listbox. That is a selection in a field and as I described above that selection can be used to show both the chart and that other listbox you want to show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 15:07:21 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-05-03T15:07:21Z</dc:date>
    <item>
      <title>Hide list box based on chart selection in container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062909#M355630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have a situation , i want to show hide a list box based on chart selection in container , &lt;/P&gt;&lt;P&gt;Is this possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 12:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062909#M355630</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-05-03T12:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hide list box based on chart selection in container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062910#M355631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you cannot do is check which chart in a container is active. Activating a chart in a container does not fire an event that can be used to do something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to use field selections to show/hide a listbox. If you select a value in a chart dimension you can check the possible values of that field and show/hide a listbox. You can enable the Conditional option of the listbox on the layout tab of the properties window of the listbox. Then you can enter an expression that returns true or false to show or hide the listbox. Something like =max(match([My Field], 'My Value')) to check if My Value is a possible value in field My Field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 13:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062910#M355631</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-03T13:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Hide list box based on chart selection in container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062911#M355632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But requirement is like , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have 5 charts in container , but when first chart selected from container a list box should appear&amp;nbsp; , which has some value and that chart will change based on values in list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 13:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062911#M355632</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-05-03T13:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide list box based on chart selection in container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062912#M355633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said above: not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an alternative create a small inline table in the script with a record for each chart with a field containing a descriptive name for the chart. Add a listbox to your document for that new field and let the user select a chart from that listbox. That is a selection in a field and as I described above that selection can be used to show both the chart and that other listbox you want to show.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 15:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062912#M355633</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-03T15:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hide list box based on chart selection in container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062913#M355634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..i have a similar requirement.. did you find an answer to it..I am using QV11&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 10:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-list-box-based-on-chart-selection-in-container/m-p/1062913#M355634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-17T10:04:01Z</dc:date>
    </item>
  </channel>
</rss>

