<?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 Text Box when Object is not selected in Container in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447234#M567584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, this is not possible. There is currently no way to check what object is active in a container. To get around this problem, I usually just create buttons and hide/show groups of objects based on those buttons--i.e. I just avoid the container altogether. Depending on client requirements, I sometimes make the buttons look like container buttons so users may not even know the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2012 15:38:32 GMT</pubDate>
    <dc:creator>vgutkovsky</dc:creator>
    <dc:date>2012-11-19T15:38:32Z</dc:date>
    <item>
      <title>Hide Text Box when Object is not selected in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447233#M567583</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;I want a Text Object to Hide when a different Object within the&amp;nbsp; container is selected, is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447233#M567583</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2012-11-19T15:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Text Box when Object is not selected in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447234#M567584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, this is not possible. There is currently no way to check what object is active in a container. To get around this problem, I usually just create buttons and hide/show groups of objects based on those buttons--i.e. I just avoid the container altogether. Depending on client requirements, I sometimes make the buttons look like container buttons so users may not even know the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vlad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447234#M567584</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2012-11-19T15:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Text Box when Object is not selected in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447235#M567585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no event/method to capture which object is selected in Container, so by using container it is not possible.&amp;nbsp; You can do this by using buttons and variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447235#M567585</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-19T15:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Text Box when Object is not selected in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447236#M567586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the only way to do this is with a macro. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub GetIndex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set obj = ActiveDocument.GetSheetObject("CT01") &lt;/P&gt;&lt;P&gt;Set p =obj.GetProperties&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;vIndex= p.SingleObjectActiveIndex&lt;/P&gt;&lt;P&gt;ActiveDocument.Variables("vIndex").SetContent vIndex, true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And set the conditional display expression of the text box to something like if(vIndex=2,1,0) to show it when the third object in the container is active and otherwise hide it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447236#M567586</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-19T15:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Text Box when Object is not selected in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447237#M567587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you got a example document, I'm using version 11 sr2; I've tried to do what you asking but does not seem to be working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447237#M567587</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2012-11-19T16:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Text Box when Object is not selected in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447238#M567588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I forgot it won't work in QV11 since the OnActivate object triggers were removed in that version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447238#M567588</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-19T16:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Text Box when Object is not selected in Container</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447239#M567589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your advice guys! Hopefully QlikTech will have a workaround the next release as its useful function the Container.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 20:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Text-Box-when-Object-is-not-selected-in-Container/m-p/447239#M567589</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2012-11-19T20:25:39Z</dc:date>
    </item>
  </channel>
</rss>

