<?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 Help - Admin not seeing all data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452952#M699955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I gather from your explanation, if we have two 'super users' who are supposed to have access to ALL departments we would have to list each of them with all 20+ departments at a USER level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no way to leave it generic so when we add a new department to the organization it will automatically added to those two users access levels?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Dec 2013 15:41:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-18T15:41:53Z</dc:date>
    <item>
      <title>Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452943#M699946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could someone help me with the following. I am trying to implement Section Access, here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACCESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACCESS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;HOME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NTNAME&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DEPARTMENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;REGION&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;BR /&gt;SELECT &lt;BR /&gt;&lt;BR /&gt;UP.USERTEXT4 AS ACCESS,&lt;BR /&gt;&lt;BR /&gt;UP.USERTEXT3 AS HOME,&lt;BR /&gt;&lt;BR /&gt;U.DEPARTMENT AS DEPARTMENT&lt;BR /&gt;&lt;BR /&gt;FROM sysdba.USERINFO AS U&lt;BR /&gt;&lt;BR /&gt;INNER JOIN sysdba.USERSECURITY AS US&lt;BR /&gt;&lt;BR /&gt;ON U.USERID = US.USERID&lt;BR /&gt;&lt;BR /&gt;INNER JOIN sysdba.USERPROFILE AS UP&lt;BR /&gt;&lt;BR /&gt;ON U.USERID = UP.USERID; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;And my Application code is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&lt;BR /&gt;REGION, Countryxx&lt;BR /&gt;&lt;BR /&gt;UK, UK&lt;BR /&gt;&lt;BR /&gt;DENMARK, Denmark&lt;BR /&gt;&lt;BR /&gt;SCANDINAVIA, Denmark&lt;BR /&gt;&lt;BR /&gt;SCANDINAVIA, Norway&lt;BR /&gt;&lt;BR /&gt;SCANDINAVIA, Sweden&lt;BR /&gt;&lt;BR /&gt;NORWAY, Norway&lt;BR /&gt;&lt;BR /&gt;SWEDEN, Sweden&lt;BR /&gt;&lt;BR /&gt;GERMANY, Germany&lt;BR /&gt;&lt;BR /&gt;SPAIN, Spain&lt;BR /&gt;&lt;BR /&gt;PORTUGAL, Portugal&lt;BR /&gt;&lt;BR /&gt;IBERIA, Spain&lt;BR /&gt;&lt;BR /&gt;IBERIA, Portugal&lt;BR /&gt;&lt;BR /&gt;FRANCE, France&lt;BR /&gt;&lt;BR /&gt;BELGIUM, Belgium&lt;BR /&gt;&lt;BR /&gt;HOLLAND, Holland&lt;BR /&gt;&lt;BR /&gt;LUXEMBOURG, Luxembourg&lt;BR /&gt;&lt;BR /&gt;BENELUX, Belgium&lt;BR /&gt;&lt;BR /&gt;BENELUX, Holland&lt;BR /&gt;&lt;BR /&gt;BENELUX, Luxembourg&lt;BR /&gt;&lt;BR /&gt;USA, USA&lt;BR /&gt;&lt;BR /&gt;CANADA, Canada&lt;BR /&gt;&lt;BR /&gt;AUSTRALIA, Australia&lt;BR /&gt;&lt;BR /&gt;AUSTRALIA, New Zealand&lt;BR /&gt;&lt;BR /&gt;AUSTRALIA, Singapore&lt;BR /&gt;&lt;BR /&gt;NEW ZEALAND, New Zealand&lt;BR /&gt;&lt;BR /&gt;SINGAPORE, Singapore&lt;BR /&gt;&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;For any user it's working fine, but I want the admin to see everything despite the region they are assigned to. I am sure I have done this before and got it working, please can someone tell me how to fix this and tell me why it isn't working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Kind Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Miles&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 11:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452943#M699946</guid>
      <dc:creator />
      <dc:date>2012-10-25T11:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452944#M699947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ADMIN must be mapped against all regions, and it is not possible for me to see in your post if he is. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A generic way to map an admin to all data can be found on &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/02/complex-authorization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 12:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452944#M699947</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-10-25T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452945#M699948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to be clearer, my section access table has ACCESS, NTNAME, and REGION fields. the data for example looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admin, Dualwise\tracey.roberts, UK&lt;/P&gt;&lt;P&gt;User, Dualwise\miles.newey, Norway&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I log into the dashboard I only see Norway, which is correct, but when Tracey is logging in she is only seeing UK, but as an admin, she should see all regions, but is not. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying with your post, that Tracey has to have all regions against her, effectively doubling up her rows so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Admin, Dualwise\tracey.roberts, UK&lt;/P&gt;&lt;P&gt;Admin, Dualwise\tracey.roberts, Norway&lt;/P&gt;&lt;P&gt;Admin, Dualwise\tracey.roberts, Sweden&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am really stuck here as this doesn't make sense,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452945#M699948</guid>
      <dc:creator />
      <dc:date>2012-10-25T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452946#M699949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need to double up her rows. But it can be done in a smart way:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="24196" class="jive-image-thumbnail jive-image" onclick="" alt="Regions.png" src="https://community.qlik.com/legacyfs/online/24196_Regions.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Keep the left table in Section Access, and keep the right one in data. When you create the right one, you do it through two consecutive Load statements:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load '&amp;lt;ALL&amp;gt;' as %REGION, REGION From Regions ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load REGION as %REGION, REGION From Regions ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 16:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452946#M699949</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2012-10-25T16:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452947#M699950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric, this helped me today with an issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 17:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452947#M699950</guid>
      <dc:creator>charlotte_qvw</dc:creator>
      <dc:date>2013-12-04T17:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452948#M699951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric, Can we use the * for Admin user id's like below ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ACCESS NTNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ADMIN&amp;nbsp;&amp;nbsp;&amp;nbsp; GF\QVSERVICE&amp;nbsp; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GF\ABCDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USA&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above one is correct or ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 17:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452948#M699951</guid>
      <dc:creator />
      <dc:date>2013-12-04T17:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452949#M699952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The logic is tricky here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, if you use the star * , then this will be matched against REGIONs in that table, i.e. USA. But it will not match other REGIONs found in data. So, an ADMIN will see USA only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However if you leave REGION blank for the ADMIN, the REGION will not match anything. This (together with strict exclusion) will normally lead to that the user cannot open the file. But for an ADMIN, it will lead to full access, i.e. no reduction at all. So, an ADMIN will see all REGIONs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 07:15:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452949#M699952</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-05T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452950#M699953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Henric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck in a similar situation but seeing different results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Section&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Access&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, DEPARTMENT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN,&amp;nbsp; M09000, M09000,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, M09849, M09849, BI&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, M01122, M01122, IT&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Section&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Application&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; USERID, DEPARTMENT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M09849, BI&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; M01122, IT&lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I have user M0900 as an ADMIN with no specified department (we would like him to see all departments, listed and unlisted).&amp;nbsp; When I run it through the council the two USERIDs with 'User' level access are seeing the respective departments but the M0900 user is blocked from gaining access to the dashboard.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Do you have any ideas as to what I could have done wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 14:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452950#M699953</guid>
      <dc:creator />
      <dc:date>2013-12-18T14:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452951#M699954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I said, the logic is tricky here...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The algorithm is (if I remember correctly...):&lt;/P&gt;&lt;P&gt;Try to reduce according to the value in Section Access&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If Success Then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return this application&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If USER='ADMIN' or NOT STRICT_EXCLUSION Then &lt;/P&gt;&lt;P&gt;&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; Return application unreduced&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;/P&gt;&lt;P&gt;&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; Return 'Access Denied'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have &amp;lt;blank&amp;gt; in DEPARTMENT, so the reduction attempt will not succeed. The second IF-clause gives access to your ADMIN but not to your USERs. So, both ADMIN and M09000 should see all data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is an additional twist: You can only log on as ADMIN if you open a physical file with QlikView Desktop. If you access the file via QlikView Server, you are always considered USER. So, if M09000 opens it on a server, he will be denied access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452951#M699954</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-18T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452952#M699955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I gather from your explanation, if we have two 'super users' who are supposed to have access to ALL departments we would have to list each of them with all 20+ departments at a USER level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no way to leave it generic so when we add a new department to the organization it will automatically added to those two users access levels?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 15:41:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452952#M699955</guid>
      <dc:creator />
      <dc:date>2013-12-18T15:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452953#M699956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is &lt;EM style="text-decoration: underline;"&gt;always&lt;/EM&gt; a way &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you start by defining a symbol '&amp;lt;ALL&amp;gt;', for example through&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MapDepartment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mapping&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load distinct '&amp;lt;ALL&amp;gt;' as Symbol, Concat(distinct Department,',') as Departments From Departments ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...then you can use this in your authorization table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PASSWORD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trim(Subfield(Applymap('MapDepartment',DEPARTMENT),',')) as DEPARTMENT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, DEPARTMENT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN,&amp;lt;ALL&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN,&amp;nbsp; M09000, M09000,&amp;lt;ALL&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, M09849, M09849, BI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, M01122, M01122, IT];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Applymap() function will replace '&amp;lt;ALL&amp;gt;' with 'BI,IT,X,Y,Z' or whichever departments you have.&lt;/P&gt;&lt;P&gt;The Subfield() function will create an implicit loop, so that if you have 3 values, you will get three records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 16:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452953#M699956</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2013-12-18T16:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Help - Admin not seeing all data</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452954#M699957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, we were able to work your logic into our existing work and get it up and running!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 18:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Help-Admin-not-seeing-all-data/m-p/452954#M699957</guid>
      <dc:creator />
      <dc:date>2013-12-19T18:44:11Z</dc:date>
    </item>
  </channel>
</rss>

