<?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 conditionally show/hide objects based on maximize, minimize status in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596889#M221057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also use nested container, see attachment (tkanks to Alessandro, I use your objects and data); in your case I probably would use variable as suggested previously&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 19:37:39 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-03-19T19:37:39Z</dc:date>
    <item>
      <title>How to conditionally show/hide objects based on maximize, minimize status</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596885#M221053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello QlikView Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My humble beginnings with QlikView application development has brought me to this interesting situation. I have to create an application that should have 2 pivot tables in a single tab. But the Textboxes, current selection box etc should show selections exclusively for each pivot table selected. For this I have made use of alternate state and this works good so far. However, my second (and perhaps the only) challenge here now is how to conditionally show / hide the list boxes, selection box on this tab which will be based on the pivot table currently maximized?&amp;nbsp; Just so I am making sense here: Pivot1 when maximized should show textbox1 ,selection box1 similarly Pivot2 when maximized should show textbox2, selection box2 on that same tab and automatically must hide textbox1, selection box1 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this can be achieved using macros and I went through some forums to get around it too (eg: &lt;A href="https://community.qlik.com/thread/10863"&gt;Text object condition based on chart object minimised/maximised status&lt;/A&gt; ) but I am not able to get the code to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions, help will be highly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 16:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596885#M221053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T16:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally show/hide objects based on maximize, minimize status</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596886#M221054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this thread can help you out, it seems like there is an isMaximized function that can be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 16:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596886#M221054</guid>
      <dc:creator />
      <dc:date>2014-03-19T16:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally show/hide objects based on maximize, minimize status</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596887#M221055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV11 removed the object OnActivate trigger so the referenced macro method no longer works &lt;/P&gt;&lt;P&gt;The only clean way to do this in QV11 is create a button that toggles a variable. Use the variable to control the visibility of the objects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 16:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596887#M221055</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-03-19T16:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally show/hide objects based on maximize, minimize status</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596888#M221056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 16:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596888#M221056</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-19T16:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally show/hide objects based on maximize, minimize status</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596889#M221057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also use nested container, see attachment (tkanks to Alessandro, I use your objects and data); in your case I probably would use variable as suggested previously&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 19:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596889#M221057</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-19T19:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally show/hide objects based on maximize, minimize status</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596890#M221058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo for this example! I am using your approach to have the pivot and it associated listbox, multibox, button etc , in separate container object and then adding these containers to a new container (nesting). Not sure if this optimal way to achieve the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 13:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596890#M221058</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-03T13:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally show/hide objects based on maximize, minimize status</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596891#M221059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob! I did spend some time and came up with the logic to show/hide objects based on action in Button. Eg: don't show pivot 1 when pivot 2 is visible and vice-versa. However it got bit complicated for me to extend this logic to show/hide 5 pivots. Couldn't get this logic to work using Buttons:-&amp;nbsp; "if any one of other 4 pivots is currently shown , then the button should not allow showing pivot 5 and should either close the other pivot that is open or at least pop up a help text asking user to first close the xyz pivot". Basically allowing only one pivot to be seen when you have 5 pivots on the same sheet and an equal or less number of buttons to control the hide/show. I am currently using nested container approach. But please feel free to suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 13:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-show-hide-objects-based-on-maximize/m-p/596891#M221059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-03T13:58:15Z</dc:date>
    </item>
  </channel>
</rss>

