<?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: Section Access for Specific Users Only in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452796#M98122</link>
    <description>&lt;P&gt;We provide view access to the specific users that need access on Qlik Sense SAAS. We would then now separately also manage the section access otherwise when the login they'll get access denied.&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 14:38:10 GMT</pubDate>
    <dc:creator>alopez</dc:creator>
    <dc:date>2024-05-15T14:38:10Z</dc:date>
    <item>
      <title>Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2451853#M98031</link>
      <description>&lt;P&gt;I am trying to do section access for only a specific user but all other users with access to the app I would like to grant full access. Is there a simple way of doing this without managing users in two places?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 19:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2451853#M98031</guid>
      <dc:creator>alopez</dc:creator>
      <dc:date>2024-05-13T19:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2451858#M98032</link>
      <description>&lt;P&gt;One way of doing this could be to first create the rights for the specific user (ACCESS=USER), and to that access table you add all other users (load them from some kind of directory that you have) with ACCESS=ADMIN.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 20:04:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2451858#M98032</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-05-13T20:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2451866#M98033</link>
      <description>&lt;P&gt;Is there a way to get all the users that have access to an app?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 20:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2451866#M98033</guid>
      <dc:creator>alopez</dc:creator>
      <dc:date>2024-05-13T20:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2451872#M98035</link>
      <description>&lt;P&gt;If you by "have access to an app" mean users that have access to apps in the stream where this app resides, I'd say you actually don't need to find that out. You could simply load ALL users in your section access, but only those that actually has access to the app (through your other security rules) will be able to access it,&lt;/P&gt;
&lt;P&gt;But I'm kind of confused by your initial question. What do you actually want to do with section access for the specific user? Are you going to use OMIT for some fields for this particular user, or what is it that you want to achieve?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 20:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2451872#M98035</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-05-13T20:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452356#M98067</link>
      <description>&lt;P&gt;I have 3 users in total.&lt;/P&gt;
&lt;P&gt;1. Bob&lt;/P&gt;
&lt;P&gt;2. Jorge&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp; Fred&lt;/P&gt;
&lt;P&gt;I wanted Jorge and Bob to have access to all data. I want Fred to be limited to company #3. Any future users that I add to the app, I would like default for them to have full access.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 17:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452356#M98067</guid>
      <dc:creator>alopez</dc:creator>
      <dc:date>2024-05-14T17:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452569#M98099</link>
      <description>&lt;P&gt;Let's say you have five different COMPANY_ID, and Fred should only see data related to the company with ID 3.&lt;/P&gt;
&lt;P&gt;First make sure that one specific user has expolicit access to all the companies. Then you can add further users that should be able to access all companies using an asterisk in the section access. Something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Section Access;

LOAD * INLINE [
ACCESS, USERID, COMPANY_ID
ADMIN, INTERNAL\SA_SCHEDULER, 1
ADMIN, INTERNAL\SA_SCHEDULER, 2
ADMIN, INTERNAL\SA_SCHEDULER, 3
ADMIN, INTERNAL\SA_SCHEDULER, 4
ADMIN, INTERNAL\SA_SCHEDULER, 5
USER, FRED, 3
USER, BOB, *
USER, JORGE, *
];

Section Application;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452569#M98099</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-05-15T08:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452781#M98118</link>
      <description>&lt;P&gt;That solution would require adding new users as they are added to the app. I tried astrick at the end but that would grant all users access to everything overwriting the top part. Sadly I reverted to using an excel document to just manage security in both spaces. It would be nice if they added a feature to section access to either pull all users that have access to the app or allow to apply section access to only specific users.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 14:16:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452781#M98118</guid>
      <dc:creator>alopez</dc:creator>
      <dc:date>2024-05-15T14:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452794#M98121</link>
      <description>&lt;P&gt;That would depend entirely on how a user is added to an app. Is it directly via hardcoded Section Access? Is it being loaded from an Excel file? Perhaps from Active Directory groups, or from a database table? &lt;/P&gt;
&lt;P&gt;Generally speaking, you can use:&lt;/P&gt;
&lt;P&gt;Users:&lt;/P&gt;
&lt;P&gt;Load * INLINE [&lt;/P&gt;
&lt;P&gt;USERID, COMPANYID&lt;/P&gt;
&lt;P&gt;Name1, 1&lt;/P&gt;
&lt;P&gt;Name2, 2&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;JOIN&lt;/P&gt;
&lt;P&gt;Load USERID, '*' as COMPANYID INLINE&lt;/P&gt;
&lt;P&gt;[&lt;/P&gt;
&lt;P&gt;Name3&lt;/P&gt;
&lt;P&gt;Name4&lt;/P&gt;
&lt;P&gt;Name5&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then use that for Section Access.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 14:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452794#M98121</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-05-15T14:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452796#M98122</link>
      <description>&lt;P&gt;We provide view access to the specific users that need access on Qlik Sense SAAS. We would then now separately also manage the section access otherwise when the login they'll get access denied.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 14:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452796#M98122</guid>
      <dc:creator>alopez</dc:creator>
      <dc:date>2024-05-15T14:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452805#M98123</link>
      <description>&lt;P&gt;I still don't quite understand how you assign access to the app for your users. Is it using &lt;EM&gt;custom properties&lt;/EM&gt;? If so, you could probably pull that list from a qlik API and use it when creating the section access table.&lt;/P&gt;
&lt;P&gt;Or does Qlik Sense SaaS have some kind of standard management in QMC where you can grant access to a specific app for a specific user? (I'm using the on-prem version of Qlik Sense, the clloud solution could have such features that I'm not aware of.)&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 14:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452805#M98123</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2024-05-15T14:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452807#M98124</link>
      <description>&lt;P&gt;I'm not sure if this is really expedient because granting an app-access and applying a vertical/horizontal data-control against the data-set are different things and should it be - as parts of a chain of security measurements. Mixing them will rather increase the complexity and any risks and not leading to less work or an easy workflow.&lt;/P&gt;
&lt;P&gt;In many scenarios the use of a section access don't need much management efforts because by using (nested) user-groups instead of single users it's not needed to specify each one explicitly - respectively the work is outsourced to the IT / HR department or whatever management-level should be responsible. Such approach may not need any extra work else the users could inherit the rights from their team/department from the company start and by any moving within the company to their deactivation by ending the job.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 15:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452807#M98124</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-05-15T15:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access for Specific Users Only</title>
      <link>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452914#M98143</link>
      <description>&lt;P&gt;That's true, Marcus. I don't have groups enabled, but a good idea to add.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 20:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Section-Access-for-Specific-Users-Only/m-p/2452914#M98143</guid>
      <dc:creator>alopez</dc:creator>
      <dc:date>2024-05-15T20:44:48Z</dc:date>
    </item>
  </channel>
</rss>

