<?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: Show / Hide objects if selections are made in another object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390192#M145583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfect, thanks a lot whiteline!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my customer remarks object I used --&amp;gt; not isnull(Only([AC Results.SAP-Order No.]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the object with general information which shall be visible if there is no selection I used --&amp;gt; isnull(Only([AC Results.SAP-Order No.]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2012 11:42:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-10T11:42:05Z</dc:date>
    <item>
      <title>Show / Hide objects if selections are made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390187#M145578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two objects, one showing general information, the other one detailed customer remarks about a certain order.&lt;/P&gt;&lt;P&gt;By selecting an Order-number from a listbox the object with general information will hide and the object with customer remarks appears - no problem so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I added a container box (not sure if it is called container box; I mean an object which contains several objects) with three table charts which show the orders from the last 30, 60 and 90 days. By selecting an order # (or simply one row in this chart) the object with general information shall be hidden and the customer remarks shall appear. How can I do that? Is there some way to hide/show objects on a selection in another object?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select one row in the table chart my listbox "order #" only shows the order-number related to my selection but the show/hide expression --&amp;gt; if(GetSelectedCount([AC Results.SAP-Order No.])=0,1,0) does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 09:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390187#M145578</guid>
      <dc:creator />
      <dc:date>2012-09-10T09:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show / Hide objects if selections are made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390188#M145579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The selections are 'in document' not 'in object'.&lt;/P&gt;&lt;P&gt;You're doing it in the right direction.&lt;/P&gt;&lt;P&gt;What are [AC Results.SAP-Order No.] and "order #" ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 09:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390188#M145579</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T09:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Show / Hide objects if selections are made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390189#M145580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you can do it only by macro, using &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;set ContProp=ContainerObj.GetProperties&lt;/P&gt;&lt;P&gt;ContProp.SingleObjectActiveIndex = 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check att sample file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(try to change managing container object from buttons to variable depend on selections + on any selection trigger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 10:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390189#M145580</guid>
      <dc:creator />
      <dc:date>2012-09-10T10:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show / Hide objects if selections are made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390190#M145581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pari Pari, that will definitely be useful in an other project but does not solve this problem.&lt;/P&gt;&lt;P&gt;I guess I didn't explain it properly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's say I have four objects:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Listbox "order #" to select orders&lt;/P&gt;&lt;P&gt;2. a container box with three table elements: orders last 30 days, 60 days, 90 days (here we have the order #, customer name, factory &amp;amp; machine in the table)&lt;/P&gt;&lt;P&gt;3. an object with general information (here: customer satisfaction, recommendation rate)&lt;/P&gt;&lt;P&gt;4. a text object which displays customer remarks if the users selects only one specific order #&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select an order from my listbox "order #" object 3 (from the list above) disappears and the users can see object 4 instead. This is exactly what should happen when I select one row from my tables in the container box. When I do so my listbox "order #" only shows this one order # which belongs to my selected row but object 3 does not disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I can't upload the qvw due to confidential data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ whiteline: "order #" is the name of my listbox and [AC.Results ...] is the name of a column in my Excel-file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 11:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390190#M145581</guid>
      <dc:creator />
      <dc:date>2012-09-10T11:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show / Hide objects if selections are made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390191#M145582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you right. You select in one field and check for selection another field.&lt;/P&gt;&lt;P&gt;GetSelectedCount() returns only 'green' value count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use =not inull(Only([Your field])) if you want just check if there is no more than one possible value (either selected or not).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 11:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390191#M145582</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-10T11:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Show / Hide objects if selections are made in another object</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390192#M145583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfect, thanks a lot whiteline!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my customer remarks object I used --&amp;gt; not isnull(Only([AC Results.SAP-Order No.]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the object with general information which shall be visible if there is no selection I used --&amp;gt; isnull(Only([AC Results.SAP-Order No.]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 11:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Hide-objects-if-selections-are-made-in-another-object/m-p/390192#M145583</guid>
      <dc:creator />
      <dc:date>2012-09-10T11:42:05Z</dc:date>
    </item>
  </channel>
</rss>

