<?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 hide tabs in a container when chart is hidden? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801995#M283097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The container object is primitive - there is very little customization available on it. You can still achieve this with show conditional in each chart. You can put all 5 charts on top of each other, and set variables accordingly. Remember that when you want to, for example, activate chart 1, you have to deactivate charts 2, 3, 4, and 5 by way of Action-&amp;gt;Set Variable. So each chart will have 5 Set Variable actions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 01:55:38 GMT</pubDate>
    <dc:creator>sifatnabil</dc:creator>
    <dc:date>2015-03-17T01:55:38Z</dc:date>
    <item>
      <title>How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801991#M283093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a container with a set of charts in it. I have some buttons that set a variable to show or hide some of these charts. When a chart is hidden via the show condition, the tab for that chart is still visible in the container. How can I resolve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 19:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801991#M283093</guid>
      <dc:creator />
      <dc:date>2015-03-13T19:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801992#M283094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afaik it is not possible to hide the tabs of a container. Why are you using a container anyway if you're already showing/hiding charts with the show condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 15:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801992#M283094</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-14T15:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801993#M283095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use button (to replace the container tab) + chart instead of container&lt;/P&gt;&lt;P&gt;the graphic result is similar and you can hide/show button and chart at the same time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 16:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801993#M283095</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-14T16:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801994#M283096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it's a little bit tricky to explain. I need to use two variables to determine whether a chart is visible. So on the left I have a row of buttons that control one variable, called MetricsCategory, and along the top there's another row of buttons that controls a varaible MetricsAudience. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So let's say MetricsCategory is Sales. We have a number of sales related charts that we want to show, but if MetricsAudience is Management, we want to show a different set of sales charts than if it were say SalesRep. So I have a set of say 5 Sales charts, and SalesRep may want to see 1-3, but Management just wants to see 2-5. So my idea was to use a container with the show condition of MetricsCategory = Sales, and then have each chart show condition be visible based on the audience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is managing the real estate. If I have a set of 5 Sales charts that are visible or hidden depending on the audience, how do I know where they should be placed? If they're all next to each other, there will be gaps. I won't know how to dynamically control the layout. I was hoping that a container would just collapse everything into tabs. Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 23:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801994#M283096</guid>
      <dc:creator />
      <dc:date>2015-03-16T23:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801995#M283097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The container object is primitive - there is very little customization available on it. You can still achieve this with show conditional in each chart. You can put all 5 charts on top of each other, and set variables accordingly. Remember that when you want to, for example, activate chart 1, you have to deactivate charts 2, 3, 4, and 5 by way of Action-&amp;gt;Set Variable. So each chart will have 5 Set Variable actions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 01:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801995#M283097</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-03-17T01:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801996#M283098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with that is I need multiple charts visible at the same time. So one audience may see 1,2,3 and another 3,4,5, and another 1,3,5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 01:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801996#M283098</guid>
      <dc:creator />
      <dc:date>2015-03-17T01:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801997#M283099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you need to note down the Windows login names of each person viewing your document, then show conditional based on their windows login names using the function &lt;STRONG&gt;OSuser()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, for your Sales people charts, show conditional on&lt;/P&gt;&lt;P&gt; =match(OSUser(),'domain\Salesperson1','domain\Salesperson2','domain\Salesperson3')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OSUser() returns the windows login name in the form of domain\username.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 02:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801997#M283099</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-03-17T02:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801998#M283100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either way, having all 5 charts on top of each other doesn't make sense if I need to display multiple at a time. The problem is how do I dynamically lay out charts depending on the variable. Or do I just have to make copies of the same chart and make different layouts for each audience?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 02:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801998#M283100</guid>
      <dc:creator />
      <dc:date>2015-03-17T02:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801999#M283101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can alternatively create 2 sheets, one with show conditional to all Sales people using OSuser(), the other with Management. The management won't see the Sales sheet, and vice versa. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 02:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/801999#M283101</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2015-03-17T02:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally hide tabs in a container when chart is hidden?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/802000#M283102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a different sheet for each layout. You don't have to make 'hard' copies of the charts. Keep the ctrl+shift keys pressed down and drag the chart to another location or another sheet. That way you created a 'linked' copy of the object. Any change in any one of the linked objects will be reflected in all of them as they're 'views' of the same object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 08:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-conditionally-hide-tabs-in-a-container-when-chart-is/m-p/802000#M283102</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-17T08:22:27Z</dc:date>
    </item>
  </channel>
</rss>

