<?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: How to get a chart visible from a container in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430487#M160509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2013 14:32:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-17T14:32:35Z</dc:date>
    <item>
      <title>How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430479#M160501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I'm trying to get visible or not a chart when I choose to see a chart in a container ?&lt;/P&gt;&lt;P&gt;Let me explain.&lt;/P&gt;&lt;P&gt;I have a container with two charts.&lt;/P&gt;&lt;P&gt;If I see the first chart nothing has to happen. If I choose the second chart in the container I'd like to get visible a chart (this chart is not in the container).&lt;/P&gt;&lt;P&gt;Is there possible?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 11:59:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430479#M160501</guid>
      <dc:creator />
      <dc:date>2013-01-17T11:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430480#M160502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi as far as i know selecting chart in the container is not an event that you can use as trigger &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but you can put the two graphs you want to see together in a grid type container &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then include this container in your main cinontaer attach is an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 12:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430480#M160502</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2013-01-17T12:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430481#M160503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;you can do that by using a macro.&lt;/P&gt;&lt;P&gt;The macro returns to a veraible the sirel number of curent object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1. Replace the container number (CT01)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;2. Create a&amp;nbsp; Variable named Container&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;3. Set the macro as an object triger In sheet prooerties under triggers, Sheet object event trigers, on active&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set ContainerObj= ActiveDocument.GetSheetObject("CT01") '&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set ContProp=ContainerObj.GetProperties&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; activeIndex= ContProp.SingleObjectActiveIndex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set b = ActiveDocument.Variables("Container")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; b.SetContent activeIndex ,true&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Works for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 13:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430481#M160503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T13:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430482#M160504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eran,&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;I've just seen your qvw. May be I didn't understand but it seems it doesn't work.&lt;/P&gt;&lt;P&gt;I mean, if I choose one of the chart in the container I will expect to see appear a new chart but nothing happen.&lt;/P&gt;&lt;P&gt;Have I made something wrong?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 13:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430482#M160504</guid>
      <dc:creator />
      <dc:date>2013-01-17T13:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430483#M160505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi liron,&lt;/P&gt;&lt;P&gt;I see.&lt;/P&gt;&lt;P&gt;Nice workaround. I have to understand if I can use it in my case.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 13:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430483#M160505</guid>
      <dc:creator />
      <dc:date>2013-01-17T13:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430484#M160506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the varieble in the text box, it changes when you choose one of the charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 13:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430484#M160506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T13:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430485#M160507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, the variable doesn't change value.&lt;/P&gt;&lt;P&gt;I have 11.20 qlikview version&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430485#M160507</guid>
      <dc:creator />
      <dc:date>2013-01-17T14:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430486#M160508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your right!&lt;/P&gt;&lt;P&gt;It dosent work in version 11, i'm using ver 10 and it works find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I canot find a way to s&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;et an object triger in ver 11..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430486#M160508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T14:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get a chart visible from a container</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430487#M160509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see.&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giampiero&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-a-chart-visible-from-a-container/m-p/430487#M160509</guid>
      <dc:creator />
      <dc:date>2013-01-17T14:32:35Z</dc:date>
    </item>
  </channel>
</rss>

