<?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 GeoAnalytics Layer Boxes in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457822#M795300</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see, I mistakenly thought the boxes were separate objects but it sounds as if they are an attribute to the layer like a legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know of a way to dynamically show/hide a legend (though in most charts you can just turn it on or off).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your object overlay idea, have you tried to use a custom layer rather than top/bottom?&amp;nbsp; The Top/Bottom settings are a little buggy in my experience, but maybe setting the layer to 10 might work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 14:43:00 GMT</pubDate>
    <dc:creator>justinvchiang</dc:creator>
    <dc:date>2018-01-08T14:43:00Z</dc:date>
    <item>
      <title>Hide GeoAnalytics Layer Boxes in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457819#M795297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding the use of GeoAnalytics for Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a GeoAnalytics map with several layers displaying information on that map (an area layer, a bubble layer and a line layer). Each of these layers displays perfectly fine. However for each layer I also have a box which I can use to set properties, see a simple legenda etc. I would prefer if these boxes are hidden for users, whilst the layers remain unhidden. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have thought of hiding the boxes behind another object and setting that other object to the 'top' layer, but when I turn WebView on, the top/bottom indication is instantly forgotten. WebView has to be turned on in order to see the map and layers however.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Pieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457819#M795297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide GeoAnalytics Layer Boxes in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457820#M795298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing I've done is implemented a 'Maintenance Mode' in my APPs where certain sheets or sheet objects only appear based on the environment the APP is opened in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you have a DEV environment and a PROD environment you could have your additional boxes show only when in DEV so that you can see them but when your APP is deployed end users will not see them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This variable can be set using something like this in your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LET&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vEnvironment&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetRegistryString&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment', 'QV_ENVIRONMENT'); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then it's just a matter of setting conditions on the objects to be hidden such as vEnvironment = 'DEV'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If you don't have multiple environments you can still do something similar with a more binary approach such as setting a vShow variable to 1 if &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() &lt;/SPAN&gt;matches to whatever your user credential is and set it to 0 for everyone else.&amp;nbsp; Or if you're using a service account, this could be done using an Admin role.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2018 21:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457820#M795298</guid>
      <dc:creator>justinvchiang</dc:creator>
      <dc:date>2018-01-03T21:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide GeoAnalytics Layer Boxes in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457821#M795299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is a really good best practice and something I'll definitely use, but I'm afraid it does not solve my problem. As the layers in the map will be hidden when the box belonging to that layer is hidden, this would cause my 'PROD' environment to have those layers missing which are in fact necessary for the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this explains it clearly, I'm not sure how to better describe it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 08:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457821#M795299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-08T08:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hide GeoAnalytics Layer Boxes in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457822#M795300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see, I mistakenly thought the boxes were separate objects but it sounds as if they are an attribute to the layer like a legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know of a way to dynamically show/hide a legend (though in most charts you can just turn it on or off).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your object overlay idea, have you tried to use a custom layer rather than top/bottom?&amp;nbsp; The Top/Bottom settings are a little buggy in my experience, but maybe setting the layer to 10 might work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 14:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457822#M795300</guid>
      <dc:creator>justinvchiang</dc:creator>
      <dc:date>2018-01-08T14:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hide GeoAnalytics Layer Boxes in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457823#M795301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Justin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gone for the object overlay idea and with your custom layer (I set it to 100 just to be sure) the boxes remain hidden behind the other object. So problem solved, I'd say. Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 15:21:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457823#M795301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-10T15:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hide GeoAnalytics Layer Boxes in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457824#M795302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!&amp;nbsp; Glad to hear it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 17:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-GeoAnalytics-Layer-Boxes-in-Qlikview/m-p/1457824#M795302</guid>
      <dc:creator>justinvchiang</dc:creator>
      <dc:date>2018-01-10T17:00:38Z</dc:date>
    </item>
  </channel>
</rss>

