<?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 Default user in Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192205#M714233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to define a default user in Section access?&lt;/P&gt;&lt;P&gt;What I'm trying to accomplish is that a number of named users (NTNAME) should see a sheet that is hidden for everyone else without having to specify it for every NTNAME. So if a user isn't named in Section access he or she should get a default access level.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jun 2010 15:55:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-16T15:55:59Z</dc:date>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192205#M714233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to define a default user in Section access?&lt;/P&gt;&lt;P&gt;What I'm trying to accomplish is that a number of named users (NTNAME) should see a sheet that is hidden for everyone else without having to specify it for every NTNAME. So if a user isn't named in Section access he or she should get a default access level.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 15:55:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192205#M714233</guid>
      <dc:creator />
      <dc:date>2010-06-16T15:55:59Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192206#M714234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fredrik,&lt;/P&gt;&lt;P&gt;If I understand you correctly, then everyone has access to the document and you just want to use section access to control exactly what they see?&lt;/P&gt;&lt;P&gt;I believe section access searches for a match 'top down' in terms of how the rows are presented to it and the first positive match terminates the search. I think by having a column, called for example 'SeeHidden' then those people you want to see it are defined with their true NTNAME and a value of 'Y' for the column. Anyone you dont want to see the hidden column you use '*' in every column (NTNAME for example) and a value of 'N' for 'SeeHidden'. Its important this row follows any specifically named users. The '*' does of course mean 'all' and needs to be declared in the script with&lt;/P&gt;&lt;P&gt;Star is *;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 18:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192206#M714234</guid>
      <dc:creator />
      <dc:date>2010-06-16T18:08:39Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192207#M714235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gordon,&lt;/P&gt;&lt;P&gt;Thanks for your reply. I tried your solution but the '*' users sees everything.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 09:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192207#M714235</guid>
      <dc:creator />
      <dc:date>2010-06-17T09:05:51Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192208#M714236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fredrik,&lt;/P&gt;&lt;P&gt;Dont forget that 'section access' is used to automatically reduce the data the user can see, so we need to make the value in the column available in 'section application'. We can do this like so:&lt;/P&gt;&lt;P&gt;star is *;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;[Access Control]:&lt;BR /&gt;LOAD NTNAME,&lt;BR /&gt; NTDOMAINSID,&lt;BR /&gt; SEEHIDDEN&lt;BR /&gt;FROM ...&lt;/P&gt;&lt;P&gt;SECTION Application;&lt;/P&gt;&lt;P&gt;[User detail]:&lt;BR /&gt;// Make user attributes visible&lt;BR /&gt;LOAD SEEHIDDEN&lt;BR /&gt;RESIDENT [Access Control];&lt;/P&gt;&lt;P&gt;Now you can use the SEEHIDDEN column to condition the 'show sheet' with&lt;/P&gt;&lt;P&gt;SEEHIDDEN = 'Y'&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 09:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192208#M714236</guid>
      <dc:creator />
      <dc:date>2010-06-17T09:45:28Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192209#M714237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gordon,&lt;/P&gt;&lt;P&gt;Does this work for you? I tried it and I get the same result as before.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 20:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192209#M714237</guid>
      <dc:creator />
      <dc:date>2010-06-21T20:48:34Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192210#M714238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is 'section access' turned on in the document properties&amp;gt; open?&lt;/P&gt;&lt;P&gt;I use this technique quite frequently.&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 23:38:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192210#M714238</guid>
      <dc:creator />
      <dc:date>2010-06-21T23:38:18Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192211#M714239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gordon,&lt;/P&gt;&lt;P&gt;Yes, 'section access' is turned on. The '*' user is prompted for username and pwd. The '*' user should be able to open the document as there were no section access.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 08:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192211#M714239</guid>
      <dc:creator />
      <dc:date>2010-06-23T08:41:38Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192212#M714240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I tried it again and found a typo in the access table.. Now it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;Fredrik&lt;/P&gt;&lt;P&gt;"If it doesn't work, try again!"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 13:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192212#M714240</guid>
      <dc:creator />
      <dc:date>2010-06-23T13:12:25Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192213#M714241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm picking up this thread. I'm trying to achieve same thing as Fredrik, i.e. to give a default user &lt;EM&gt;more&lt;/EM&gt; access than a named user by access rights defined in the section access. From what I can conclude from testing a bunch of cases, this is how it works:&lt;/P&gt;&lt;P&gt;1 - (If named user and default user (*) both are defined as ADMIN or both defined as USER: The user will gain the broadest access possible from the combination of the two access definitions.&lt;/P&gt;&lt;P&gt;2 - (If named user is defined as USER and default user (*) is defined as ADMIN: the user will gain the rights defined to default, i.e. the ADMIN rights overwite the USER rights.&lt;/P&gt;&lt;P&gt;Given that the named user is a USER, this basically means that if the default user in NOT ADMIN and if the default user is given access to a smaller data set, everything will work fine. However, if the default user is ADMIN or if the defined access is wider than for the named user (what I´m trying to achieve), it will not work. Does anyone have a good work-around to solve this problem?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 10:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192213#M714241</guid>
      <dc:creator />
      <dc:date>2010-09-01T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192214#M714242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;As I mentioned before, I think the access rights are granted on a top down approach which terminates the search so if what you are seeing contradicts this then I am surprised.&lt;/P&gt;&lt;P&gt;I'm not quite sure what you are trying to achieve but I think its a bad idea for a default user to have ADMIN access. I would ensure that any access to an ADMIN enabled profile always had a definite authentication.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 11:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192214#M714242</guid>
      <dc:creator />
      <dc:date>2010-09-01T11:05:44Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192215#M714243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gordon.&lt;/P&gt;&lt;P&gt;Thanks for your quick answer. I agree with you on not letting default be ADMIN, however, that doesn't solve the problem. Let me examplify with some code:&lt;/P&gt;&lt;P&gt;star is *;&lt;BR /&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;AccessControl:&lt;BR /&gt;load * inline&lt;BR /&gt;[NTNAME, ACCESS, ID&lt;BR /&gt;MR_BROWN, USER, SE&lt;BR /&gt;*, USER, US&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;UserDetails:&lt;BR /&gt;Load ID&lt;BR /&gt;resident AccessControl;&lt;BR /&gt;&lt;BR /&gt;Country:&lt;BR /&gt;Load * inline&lt;BR /&gt;[ID, Country&lt;BR /&gt;SE, Sweden&lt;BR /&gt;US, USA&lt;BR /&gt;UK, United Kingdom&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;I want Mr Brown only to see Sweden. But running the above script, Mr Brown will in fact see both Sweden and the US. With other words, he picks up the access rights both from the row where he is explicitely named and from the default user row. It doesn't seem like qlikview breaks off at the first positive match but rather reads the whole table and grants all applicable rights.&lt;/P&gt;&lt;P&gt;So how do I get my explicitly named users to be excluded from the default user settings?&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 12:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192215#M714243</guid>
      <dc:creator />
      <dc:date>2010-09-01T12:54:00Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192216#M714244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use OTHERSYMBOL instead of *.&lt;BR /&gt;&lt;BR /&gt;SET OTHERSYMBOL=+;&lt;BR /&gt;&lt;BR /&gt;and replace your * with a + for the default user.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 13:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192216#M714244</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2010-09-01T13:07:48Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192217#M714245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Thanks for your answer. I still can't get it to work though. With the following code, only MR_BROWN will be able to open the application, i.e. the othersymbol = + doesn't work as a wildcard for the default user.&lt;/P&gt;&lt;P&gt;Section ACCESS;&lt;/P&gt;&lt;P&gt;SET OTHERSYMBOL = +;&lt;/P&gt;&lt;P&gt;AccessControl:&lt;BR /&gt;load * inline&lt;BR /&gt;[NTNAME, ACCESS, ID&lt;BR /&gt;MR_BROWN, USER, SE&lt;BR /&gt;+, USER, US&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;/David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 14:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192217#M714245</guid>
      <dc:creator />
      <dc:date>2010-09-01T14:07:34Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192218#M714246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am experiencing the same problem.&lt;/P&gt;&lt;P&gt;The 'OtherSymbol' approach does not work as David has already mentioned.&lt;/P&gt;&lt;P&gt;The 'Star is *;' approach does work but only when the user's NTNAME is not already specified in the table - once again pointed out by David and also the original problem from Fredrik.&lt;/P&gt;&lt;P&gt;Fredrik - what was the typo that you found?&lt;/P&gt;&lt;P&gt;Gordon - you mentioned the Section Access works on a top-down basis but this seems incorrect - am I experiencing a bug? (QV 9 SR4)&lt;/P&gt;&lt;P&gt;Thanks for any help offered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 09:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192218#M714246</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-09-16T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192219#M714247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quick Update:&lt;/P&gt;&lt;P&gt;I have now noticed that the problem only occurs when the same 'Access' value is used. In the following example the qlikview NT Name will work as planned but the nathan NT Name will be linked to both the HIGH and LOW groups and therefore on load no default selection is made. Change the nathan ACCESS Level to 'ADMIN' and the user will only be linked to the HIGH group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;BR /&gt;Access01:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ACCESS, NTNAME, SYSGROUP&lt;BR /&gt; ADMIN, qlikview, HIGH&lt;BR /&gt; USER, nathan, HIGH&lt;BR /&gt; USER, *, LOW&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;BR /&gt;Application01:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; SYSGROUP&lt;BR /&gt; HIGH&lt;BR /&gt; MEDIUM&lt;BR /&gt; LOW&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 09:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192219#M714247</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-09-16T09:58:20Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192220#M714248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Don't remeber exactly what the typo was but I think it was only a miss spelling.&lt;/P&gt;&lt;P&gt;Having tested this a bit more I have come to the same conclusion as Nathan.&lt;/P&gt;&lt;P&gt;Cheers/ Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 08:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192220#M714248</guid>
      <dc:creator />
      <dc:date>2010-09-20T08:50:41Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192221#M714249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Fredrik - will pass this on to support to see if they think this is a bug.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 09:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192221#M714249</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-09-20T09:18:34Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192222#M714250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have looked for confirmation of what I believe(d) is the 'top down' authentication but cannot find proof. I think it might have been in a Qliktech scripting course but I actually threw the course notes away recently after years of gathering dust.&lt;/P&gt;&lt;P&gt;I have never encountered the specific circumstances we are talking about here but I am sure I didnt dream it!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 09:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192222#M714250</guid>
      <dc:creator />
      <dc:date>2010-09-20T09:41:25Z</dc:date>
    </item>
    <item>
      <title>Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192223#M714251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope you don't have any dreams about QlikView Gordon &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;What you say makes sense and also is proven correct in the scenario I mentioned where the Access Level is ADMIN for the user but USER for the '*' (Rest of them) Group - the 'search' stops there. I can't believe that the scenario I detailed has not been noticed before. If it is a bug it must mean that QV users don't make use of Section Access in this way - can't believe that either.&lt;/P&gt;&lt;P&gt;Will see qht QlikTech say. Thanks,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 09:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192223#M714251</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-09-20T09:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Default user in Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192224#M714252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I see one thing here: "*" in section access doesn't mean "all values for field" but "all listed values" for that field, meaning that in the following example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;STAR IS *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, USERID, PASSWORD, COUNTRY&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN, *&lt;/P&gt;&lt;P&gt;USER, USER1, USER1, BE&lt;/P&gt;&lt;P&gt;USER, USER2, USER2, ES&lt;/P&gt;&lt;P&gt;USER, USER3, USER3, UK&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Countries:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;COUNTRY, Name&lt;/P&gt;&lt;P&gt;UK, United Kingdom&lt;/P&gt;&lt;P&gt;BE, Belgium&lt;/P&gt;&lt;P&gt;DE, Germany&lt;/P&gt;&lt;P&gt;ES, Spain&lt;/P&gt;&lt;P&gt;US, United States&lt;/P&gt;&lt;P&gt;FR, France&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADMIN won't see all countries, but those listed in the section access: BE, ES, UK regardless being ADMIN. Instead,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote" style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;ADMIN, ADMIN, ADMIN,&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;(note the null value for the COUNTRY field) will see any value from that field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope shed some light.&lt;/P&gt;&lt;P&gt;EDIT: Corrected the COUNTRY field name in the Countries table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 10:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Default-user-in-Section-Access/m-p/192224#M714252</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-20T10:02:47Z</dc:date>
    </item>
  </channel>
</rss>

