<?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: sense folder access in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120464#M29804</link>
    <description>&lt;P&gt;In step 1 the custom property is called 'Access' and has a value 'All'? captions are important 'all' is not the same as 'All'.&lt;/P&gt;
&lt;P&gt;You need to assign the custom property and the value All in each data connection available to everyone.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2023 13:31:49 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2023-09-20T13:31:49Z</dc:date>
    <item>
      <title>sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/1936350#M29796</link>
      <description>&lt;P&gt;Hi, I would need to limit access to the folders on the server, i.e. I wish that a user can only see some folders but not others. With the FolderDataConnection rule, it is only limited to the roles it indicates, but giving any of them all the directories on the server are seen. is it possible to do this?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 16:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/1936350#M29796</guid>
      <dc:creator>Luismap77</dc:creator>
      <dc:date>2025-01-29T16:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/1936849#M29797</link>
      <description>&lt;P&gt;Hi, yes, there are different ways. as an example instead of assign a role to the user create a customeproperty related to DataConnections, hte custom property could be called "access" and with an "all" value.&lt;/P&gt;
&lt;P&gt;You can create another security rule like "OpenFolders" that applies to data connections (select as resource), give the read permission and the condition could be &lt;A href="mailto:resource.@access=&amp;quot;all&amp;quot;" target="_blank"&gt;resource.@access="all"&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;It can be improved relating the custom property with users so only the ones that also has the "all" value asigned can see those folders.&lt;/P&gt;</description>
      <pubDate>Sat, 28 May 2022 11:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/1936849#M29797</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-05-28T11:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2036156#M29798</link>
      <description>&lt;P&gt;Thank's, I'll try&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 18:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2036156#M29798</guid>
      <dc:creator>Luismap77</dc:creator>
      <dc:date>2023-02-09T18:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2048444#M29799</link>
      <description>&lt;P&gt;I have created a rule like this, to give permissions on this type of connection, only to some users that belong to a specific team. I create custom properties per team to allow access to some specific connection, not to all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;((resource.@CP_SMA="CPV_SMA" and resource.type="folder" and user.@CP_SMA="CPV_SMA_DEV"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rule qlik sense.JPG" style="width: 610px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/102610i94A4E106E1050AE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="rule qlik sense.JPG" alt="rule qlik sense.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 11:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2048444#M29799</guid>
      <dc:creator>Luismap77</dc:creator>
      <dc:date>2023-03-13T11:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2048445#M29800</link>
      <description>&lt;P&gt;It works&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 11:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2048445#M29800</guid>
      <dc:creator>Luismap77</dc:creator>
      <dc:date>2023-03-13T11:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120398#M29801</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;Could you explain more on this. I'm exact looking for this. How to achieve? My user every able to see the C and D drive folder in Qlik Sense.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 12:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120398#M29801</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-09-20T12:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120452#M29802</link>
      <description>&lt;P&gt;Hi, My first answer has the steps to make it, have you tried to follow? Is there any step you are blocked?&lt;/P&gt;
&lt;P&gt;The solution adopted by Luismap77 has some differences.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120452#M29802</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-09-20T13:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120460#M29803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes. But I have some queries.&amp;nbsp; I did this step.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. In custom property, create one property and marked data connection and value as all.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. In security rule, created new one and resource filter is data connection_* and Under Action check only Read option and dataconnection&amp;nbsp;@access value = all.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;((resource.@Access="All"))&lt;/P&gt;
&lt;P&gt;This only I did. But I'm not sure exactly. What need to do.&amp;nbsp; Please suggest.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120460#M29803</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-09-20T13:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120464#M29804</link>
      <description>&lt;P&gt;In step 1 the custom property is called 'Access' and has a value 'All'? captions are important 'all' is not the same as 'All'.&lt;/P&gt;
&lt;P&gt;You need to assign the custom property and the value All in each data connection available to everyone.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120464#M29804</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-09-20T13:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120472#M29805</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;Yes. I checked both are same. here typo error.&amp;nbsp; ACtually what this step "&lt;SPAN&gt;In custom property, create one property and marked data connection and value as all. " meaning?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. If I'm having 10 data connections, in all the 10 data connections need to give value "all" in the custom properties?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3. But one more question, here anywhere i didn't mention like user can able to access this folder only. They should not access this folder so on. How it works. ? &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120472#M29805</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-09-20T13:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120484#M29806</link>
      <description>&lt;P&gt;This post is to give permission to some folders, not to all. So to esceficy with folders are visible eaach one has to have the value All in the Custom property Access.&lt;/P&gt;
&lt;P&gt;If this is not your requirement it will be better to open a new thread with your question&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 13:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120484#M29806</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-09-20T13:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120763#M29807</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22593"&gt;@rubenmarin&lt;/a&gt;&amp;nbsp;Sure. But here i didn't mentioned any specific folders permission right.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 06:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120763#M29807</guid>
      <dc:creator>balajibc64</dc:creator>
      <dc:date>2023-09-21T06:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: sense folder access</title>
      <link>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120912#M29808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216914"&gt;@balajibc64&lt;/a&gt;, that's why I asked to open a new question, because yours is different, you can open a new question with what you have and you want and we can continue there, you can tag me.&lt;/P&gt;
&lt;P&gt;I'm still not sure if you want to give or remove access and on which condictions.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 11:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/sense-folder-access/m-p/2120912#M29808</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2023-09-21T11:03:11Z</dc:date>
    </item>
  </channel>
</rss>

