<?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 Section Access OMIT a Column for All Users/Groups EXCEPT a Specific Group in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Section-Access-OMIT-a-Column-for-All-Users-Groups-EXCEPT-a/m-p/2502518#M29083</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I am currently implementing section access in our Qlik Cloud tenant for the first time, using the OMIT function to exclude a certain column's data from user groups.&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS,&amp;nbsp; &amp;nbsp;USER.EMAIL,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OMIT&lt;BR /&gt;ADMIN,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , ADMIN_GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, GROUP_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,SECRET_COLUMN,&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The above works fine to make it so that certain groups have SECRET_COLUMN &lt;EM&gt;&lt;STRONG&gt;HIDDEN&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp; However, I want to do the inverse of this scenario, where certain groups can have SECRET_COLUMN &lt;STRONG&gt;&lt;EM&gt;VISIBLE,&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;while every other non-admin user has the column hidden.&amp;nbsp; I have been trying to accomplish this through something like the script below to no avail.&lt;/P&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS,&amp;nbsp; &amp;nbsp;USER.EMAIL,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OMIT&lt;BR /&gt;ADMIN,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , ADMIN_GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , SECRET_COLUMN, &lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, SECRET_GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Does anyone have any tips as to how to make this work?&amp;nbsp; The easiest way to accomplish this would be if we had a group that contained every user except the ones that have access to this column, but unfortunately that does not exist in our environment.&lt;/P&gt;
&lt;P&gt;Any help is much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2025 16:21:29 GMT</pubDate>
    <dc:creator>matthewharrison</dc:creator>
    <dc:date>2025-01-29T16:21:29Z</dc:date>
    <item>
      <title>Section Access OMIT a Column for All Users/Groups EXCEPT a Specific Group</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-OMIT-a-Column-for-All-Users-Groups-EXCEPT-a/m-p/2502518#M29083</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I am currently implementing section access in our Qlik Cloud tenant for the first time, using the OMIT function to exclude a certain column's data from user groups.&lt;/P&gt;
&lt;DIV&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS,&amp;nbsp; &amp;nbsp;USER.EMAIL,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OMIT&lt;BR /&gt;ADMIN,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , ADMIN_GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ,&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, GROUP_1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,SECRET_COLUMN,&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;The above works fine to make it so that certain groups have SECRET_COLUMN &lt;EM&gt;&lt;STRONG&gt;HIDDEN&lt;/STRONG&gt;&lt;/EM&gt;.&amp;nbsp; However, I want to do the inverse of this scenario, where certain groups can have SECRET_COLUMN &lt;STRONG&gt;&lt;EM&gt;VISIBLE,&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;while every other non-admin user has the column hidden.&amp;nbsp; I have been trying to accomplish this through something like the script below to no avail.&lt;/P&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS,&amp;nbsp; &amp;nbsp;USER.EMAIL,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OMIT&lt;BR /&gt;ADMIN,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , ADMIN_GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; , SECRET_COLUMN, &lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;, SECRET_GROUP,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;,&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Does anyone have any tips as to how to make this work?&amp;nbsp; The easiest way to accomplish this would be if we had a group that contained every user except the ones that have access to this column, but unfortunately that does not exist in our environment.&lt;/P&gt;
&lt;P&gt;Any help is much appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 16:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-OMIT-a-Column-for-All-Users-Groups-EXCEPT-a/m-p/2502518#M29083</guid>
      <dc:creator>matthewharrison</dc:creator>
      <dc:date>2025-01-29T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access OMIT a Column for All Users/Groups EXCEPT a Specific Group</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-OMIT-a-Column-for-All-Users-Groups-EXCEPT-a/m-p/2502566#M29084</link>
      <description>&lt;P&gt;AFAIK it's not possible. If no appropriate user-groups exists you will need to list sub-groups and/or even single users. Whereby such listing mustn't mandatory be manually else be extracted from your used directory maybe with a further linking to departments/teams or similar information.&lt;/P&gt;
&lt;P&gt;It may not be trivial and needing some efforts. A workaround might be not to use one application else n ones with appropriate adjusted data-sets. Of course such approach will cause some redundancy and needing more resources but if no global authorization-data are available and appropriate implemented it will cost extra efforts on the other side.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 06:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-OMIT-a-Column-for-All-Users-Groups-EXCEPT-a/m-p/2502566#M29084</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-01-23T06:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access OMIT a Column for All Users/Groups EXCEPT a Specific Group</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-OMIT-a-Column-for-All-Users-Groups-EXCEPT-a/m-p/2502674#M29085</link>
      <description>&lt;P&gt;That is what I figured would be the answer.&amp;nbsp; We have found a slight workaround by designating all USERs with the OMIT restriction, but then designating the privileged group as ADMIN.&amp;nbsp; The drawback of this approach is that no nested/complex permissions are possible, but accomplishes our goal for the time being.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2025 14:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-OMIT-a-Column-for-All-Users-Groups-EXCEPT-a/m-p/2502674#M29085</guid>
      <dc:creator>matthewharrison</dc:creator>
      <dc:date>2025-01-23T14:58:25Z</dc:date>
    </item>
  </channel>
</rss>

