<?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 Need help in Container Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391894#M146171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a container object that has two bar charts, my requierement is if I press the first chart that should show on staright table. if I press the second chart that the straight table should be minized or hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this. can any one suggest a solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 10:17:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-26T10:17:15Z</dc:date>
    <item>
      <title>Need help in Container Object</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391894#M146171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a container object that has two bar charts, my requierement is if I press the first chart that should show on staright table. if I press the second chart that the straight table should be minized or hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this. can any one suggest a solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 10:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391894#M146171</guid>
      <dc:creator />
      <dc:date>2013-03-26T10:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Container Object</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391895#M146172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chriss,&lt;/P&gt;&lt;P&gt; Will you pleas try once with Auto minimize and&amp;nbsp; Allow Minimize in both chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to properties of each chart Properties&amp;gt; Caption and flag in the option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this, try by double clicking on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advait&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 10:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391895#M146172</guid>
      <dc:creator>advait_thakur</dc:creator>
      <dc:date>2013-03-26T10:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Container Object</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391896#M146173</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;Try this code &amp;lt; it will work on button&amp;nbsp; &lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;Create Button &amp;gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;General &amp;gt; If(vGroup=1,’Group1’,’Group2’)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Action&amp;nbsp; &amp;gt; Set Variable &amp;gt; If (vGroup=1,0,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;In Table1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Layout&amp;nbsp; &amp;gt; If(vGroup=0,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman', serif; font-size: 16px;"&gt;In Chart1:&lt;/SPAN&gt; &lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-family: 'Times New Roman', serif; font-size: 16px;"&gt;Layout&amp;nbsp; &amp;gt; If(vGroup=0,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;In Table2:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;Layout &amp;gt; =vGroup&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;SPAN style="font-family: 'Times New Roman', serif; font-size: 16px;"&gt;In Chart2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman', serif; font-size: 16px;"&gt;Layout &amp;gt; =vGroup&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman', serif; font-size: 16px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Times New Roman', serif; font-size: 16px;"&gt;Nirav Bhimani&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 10:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391896#M146173</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-03-26T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Container Object</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391897#M146174</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;Container are set to auto hide 1 chart when another chart is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Container allows users to interact with multiple chart independently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't see any reason why you would have to code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be delete the container and start all ovver again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 11:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391897#M146174</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2013-03-26T11:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Container Object</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391898#M146175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Advait,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply, the auto minimize is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The schenorio is like two bar charts in a container, if I press the chart &lt;STRONG&gt;One&lt;/STRONG&gt; it has to display the bar chart and followed by a stright table and if I press the next &lt;STRONG&gt;Two&lt;/STRONG&gt; it has to show the chart only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I you are clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 11:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391898#M146175</guid>
      <dc:creator />
      <dc:date>2013-03-26T11:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in Container Object</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391899#M146176</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;Did you have this chart set up as you would want them displayed. i.e. Straight chart, Bar chart, e.t.c?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 11:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-Container-Object/m-p/391899#M146176</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2013-03-26T11:32:05Z</dc:date>
    </item>
  </channel>
</rss>

