<?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: Security Rules different to each user in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867015#M71598</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/70586"&gt;@RaduM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks a lot. Adding an extra line works!&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;</description>
    <pubDate>Mon, 06 Dec 2021 10:48:39 GMT</pubDate>
    <dc:creator>charlie2</dc:creator>
    <dc:date>2021-12-06T10:48:39Z</dc:date>
    <item>
      <title>Security Rules different to each user</title>
      <link>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1866937#M71591</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a question on security rules for qlik sense.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a field in my data called NodeID. This NodeID is used as filter to limit the access to the data of the app to each user.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I upload the following table for the security rules:&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 12.75pt;"&gt;
&lt;TD width="64" height="17" class="xl65" style="height: 12.75pt; width: 48pt;"&gt;NodeID&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="width: 48pt;"&gt;ACCESS&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="width: 48pt;"&gt;USERID&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 12.75pt;"&gt;
&lt;TD height="17" align="right" style="height: 12.75pt;"&gt;2760110&lt;/TD&gt;
&lt;TD&gt;USER&lt;/TD&gt;
&lt;TD&gt;a&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 12.75pt;"&gt;
&lt;TD height="17" align="right" style="height: 12.75pt;"&gt;2760101&lt;/TD&gt;
&lt;TD&gt;USER&lt;/TD&gt;
&lt;TD&gt;b&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 12.75pt;"&gt;
&lt;TD height="17" align="right" style="height: 12.75pt;"&gt;2760102&lt;/TD&gt;
&lt;TD&gt;ADMIN&lt;/TD&gt;
&lt;TD&gt;c&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with this formula:&lt;/P&gt;
&lt;P&gt;Section Access;&lt;BR /&gt;Load&lt;BR /&gt;ACCESS,&lt;BR /&gt;UPPER(USERID) AS USERID,&lt;BR /&gt;NodeID&lt;BR /&gt;FROM [xyz]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;Section Application;&lt;/P&gt;
&lt;P&gt;For the first two users, the security rules work without any problem. They are limited to their NodeID. However, for th e last one (2760102), I would like this user to have access to everything within the App. How can I link it and still have access to all the data?&lt;/P&gt;
&lt;P&gt;I would assume an extra field is needed. If I remove the NodeID and substitute it for a star (*), then the link is not created and his/her userid disappears from the field.&lt;/P&gt;
&lt;P&gt;Thanks for the support in advance&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 08:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1866937#M71591</guid>
      <dc:creator>charlie2</dc:creator>
      <dc:date>2021-12-06T08:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Security Rules different to each user</title>
      <link>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867010#M71595</link>
      <description>&lt;P&gt;can you try to add an extra row?&lt;/P&gt;
&lt;TABLE border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64" height="17" class="xl65"&gt;NodeID&lt;/TD&gt;
&lt;TD width="64" class="xl65"&gt;ACCESS&lt;/TD&gt;
&lt;TD width="64" class="xl65"&gt;USERID&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="17" align="right"&gt;2760110&lt;/TD&gt;
&lt;TD&gt;USER&lt;/TD&gt;
&lt;TD&gt;a&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="17" align="right"&gt;2760101&lt;/TD&gt;
&lt;TD&gt;USER&lt;/TD&gt;
&lt;TD&gt;b&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="17" align="right"&gt;2760102&lt;/TD&gt;
&lt;TD&gt;ADMIN&lt;/TD&gt;
&lt;TD&gt;c&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;*&lt;/TD&gt;
&lt;TD&gt;ADMIN&lt;/TD&gt;
&lt;TD&gt;c&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 06 Dec 2021 10:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867010#M71595</guid>
      <dc:creator>RaduM</dc:creator>
      <dc:date>2021-12-06T10:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Security Rules different to each user</title>
      <link>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867011#M71596</link>
      <description>&lt;P&gt;u can create one more dummy user and use * for ADMIN&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SECTION ACCESS;&lt;/P&gt;
&lt;P&gt;LOAD * Inline [&lt;BR /&gt;ACCESS,USERID,NID&lt;BR /&gt;USER,A,2760110&lt;BR /&gt;USER,B,2760101&lt;BR /&gt;USER,D,2760102&lt;BR /&gt;ADMIN,C,*&lt;/P&gt;
&lt;P&gt;];&lt;BR /&gt;SECTION APPLICATION;&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;NID,id&lt;BR /&gt;2760110,1&lt;BR /&gt;2760101,2&lt;BR /&gt;2760102,3&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 10:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867011#M71596</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2021-12-06T10:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Security Rules different to each user</title>
      <link>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867015#M71598</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/70586"&gt;@RaduM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks a lot. Adding an extra line works!&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 10:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867015#M71598</guid>
      <dc:creator>charlie2</dc:creator>
      <dc:date>2021-12-06T10:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Security Rules different to each user</title>
      <link>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867016#M71599</link>
      <description>&lt;P&gt;Glad to be helpful&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 10:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Security-Rules-different-to-each-user/m-p/1867016#M71599</guid>
      <dc:creator>RaduM</dc:creator>
      <dc:date>2021-12-06T10:50:34Z</dc:date>
    </item>
  </channel>
</rss>

