<?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: Display the summary chart based on Container object selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914496#M317228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no way that I know of to trigger an action based on the tab selection in a container. There is no event exposed to trigger on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a nested container to handle this. The inner containers for GB and Germany would by multiview and would contain the detail and the summary tables. The outer container would be single view containing the two inner containers labelled GB and Germany.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 08:24:32 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-08-07T08:24:32Z</dc:date>
    <item>
      <title>Display the summary chart based on Container object selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914493#M317225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="95283" alt="colorful-hello-text-smiley-emoticon.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95283_colorful-hello-text-smiley-emoticon.gif" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a container which contains 5 charts and I am showing a summary (Some calculation for quick overview) for each objects in container.&amp;nbsp; Now, I want to display the summary chart based on the container object selection. Say for example, I have two charts named as GB and Germany in container also summary chart below the container. I want to display GB summary chart when the user selects GB table in container. Similarly for other chart too. I have attached a sample herewith.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one guide me how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;PS:&lt;/STRONG&gt; I don't want to use Macros.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="95284" alt="scriptina.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/95284_scriptina.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 04:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914493#M317225</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-07T04:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display the summary chart based on Container object selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914494#M317226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It makes no difference to QV whether your selection is from an object in a container or outside the container. So the question is how to display the GB chart when the user selects GB (from inside the container or not. Use this a conditional show criterion for the GB chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =WildMatch(GetFieldSelections(Country), '*GB*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for the Germany chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =WildMatch(GetFieldSelections(Country), '*Germany*)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914494#M317226</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-07T05:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display the summary chart based on Container object selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914495#M317227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to display the GB summary chart, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;when the user selects German table in container and vice versa for GB table. See below. &lt;/SPAN&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/95298_Capture.PNG" style="height: 294px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I guess object Id (Maybe any function), should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get my need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914495#M317227</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-07T05:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display the summary chart based on Container object selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914496#M317228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no way that I know of to trigger an action based on the tab selection in a container. There is no event exposed to trigger on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a nested container to handle this. The inner containers for GB and Germany would by multiview and would contain the detail and the summary tables. The outer container would be single view containing the two inner containers labelled GB and Germany.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 08:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914496#M317228</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-07T08:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display the summary chart based on Container object selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914497#M317229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The alternative is to scrap the container and use conditional display to display GB or Germany using a variable set by buttons (or by toggling between them with a single button. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your data model may be getting in your way. I would have loaded GB and Germany in a single table with a Country field added. Then you could simply select the country from a list box or within the tables and you would not need separate objects for GB and Germany.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 08:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914497#M317229</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-07T08:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display the summary chart based on Container object selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914498#M317230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also don't find any way to do this with container.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 10:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914498#M317230</guid>
      <dc:creator>ankitbisht01</dc:creator>
      <dc:date>2015-08-07T10:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display the summary chart based on Container object selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914499#M317231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you Jonathan and Ankit. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 10:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-the-summary-chart-based-on-Container-object-selection/m-p/914499#M317231</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-08-10T10:16:49Z</dc:date>
    </item>
  </channel>
</rss>

