<?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: Dynamic Container based on selection of list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095678#M364025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is why I don't use containers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2016 17:34:16 GMT</pubDate>
    <dc:creator>b_garside</dc:creator>
    <dc:date>2016-02-23T17:34:16Z</dc:date>
    <item>
      <title>Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095674#M364021</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 want to have a line chart inside the container based on the selection of list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lets say I have a list box with 3 values as dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Val1, Val2, Both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when user selects the Val1, the container should display only one chart with the Val1 data.similarly&lt;/P&gt;&lt;P&gt;Val2 -&amp;gt; Val2 line chart.&lt;/P&gt;&lt;P&gt;Both --&amp;gt; Val1 &amp;amp; Val2 charts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I develop dynamic container with the help fo list box selections/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I have tried to use show and hide feature , but unfortunately its hiding only chart not the chart tab in container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 15:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095674#M364021</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2016-02-23T15:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095675#M364022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have them conditionally hide and show expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 line expression's condition -&amp;gt; &lt;STRONG&gt;Match(ListBoxField, 'Val1', 'Both')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2 line expression's condition -&amp;gt; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Match(ListBoxField, 'Val2', 'Both')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 15:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095675#M364022</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-23T15:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095676#M364023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The container has no feature to show or hide tabs - if this is important for you you will need to use textboxes as tabs and as frame and using above mentioned hiding-conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 15:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095676#M364023</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-02-23T15:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095677#M364024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tabs of a container cannot be hidden or displayed dynamically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 15:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095677#M364024</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-02-23T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095678#M364025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is why I don't use containers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 17:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095678#M364025</guid>
      <dc:creator>b_garside</dc:creator>
      <dc:date>2016-02-23T17:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095679#M364026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for everyone's reply. let me check Sunny &amp;amp; Marc suggestions and will get back to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 18:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095679#M364026</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2016-02-23T18:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095680#M364027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pooja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what is the work around solution for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 20:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095680#M364027</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2016-02-23T20:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095681#M364028</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;Hw many charts do you have in one container...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2016 20:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095681#M364028</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-02-23T20:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Container based on selection of list box</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095682#M364029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it mandatory to use container in your case. Because you can directly add charts and set visibility conditionally depending on listbox selection. Please share a sample file if you can.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 07:26:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Container-based-on-selection-of-list-box/m-p/1095682#M364029</guid>
      <dc:creator>pooja_sn</dc:creator>
      <dc:date>2016-02-24T07:26:10Z</dc:date>
    </item>
  </channel>
</rss>

