<?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: UserAccess in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377981#M1168807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Raisin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You are welcome. It makes sense to turn off "Strict Exclusion" option but I hope you are aware that if any User who is part of Field reduction but not part of original data set then he'll get full access. Please be very careful when you are not using "Strict Exclusion" option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Pseudo User means a dummy user like (User1) or any name for that matter. So this User1 will have multiple rows covering all possible combinations of Section Access Level. If you have this User within your script then you can use the "*" wildcard for other real Users.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Let me know if this doesn't make sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Aug 2012 12:48:36 GMT</pubDate>
    <dc:creator>IAMDV</dc:creator>
    <dc:date>2012-08-17T12:48:36Z</dc:date>
    <item>
      <title>UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377978#M1168804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helv;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;I'm working with QlikView version 8.5 and trying to tweak UserAccess&lt;/P&gt;&lt;P dir="ltr"&gt;I've been successful with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UserID, Password, Serial, Access, REGION, SMAN, PRODGROUP&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; person0, pwd0, *, User, , , , //Person0 has access to all REGION, SMAN and PRODGROUP records&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; person1, pwd1, *, User, REG1, , , //Person1 has access to all SMAN and PRODGROUP records for REGION = REG1&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; person2, pwd2, *, User, ,15, , //Person2 has access to all REGION and PRODGROUP records for SMAN = 15&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; person3, pwd3, *, User, , , 200, //Person3 has access to all REGION and SMAN records for PRODGROUP = 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;But how do I allow a person to see all records for a specific REGION and also all records for a specific PRODGROUP, regardless of REGION&lt;/P&gt;&lt;P dir="ltr"&gt;I tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; person4, pwd4, *, User, REG1, , ,&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; person4, pwd4, *, User, , , 200,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;but it only goves person4 access to REG1 records where the PRODGROUP = 200&lt;/P&gt;&lt;P dir="ltr"&gt;ie it behaves the same as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; person4, pwd1, *, User, REG1, , 200,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P dir="ltr"&gt;I suppose I could provide the User with two different User ID's but that's not a good solution.&lt;/P&gt;&lt;P dir="ltr"&gt;Any Ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Raisin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 00:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377978#M1168804</guid>
      <dc:creator />
      <dc:date>2012-08-15T00:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377979#M1168805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;Hi Raisin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;I have never worked on QV 8.5 and I'm not sure if this is same as Version 9. Although, here is my understanding...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif; text-decoration: underline; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;From Help Documentation :&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;A wildcard, i. e. *, is interpreted as all (listed) values of this field, i.e. a value listed elsewhere in this table. If used in one of the system fields (&lt;SPAN class="Italic"&gt;USERID, PASSWORD, NTNAME&lt;/SPAN&gt; or &lt;SPAN class="Italic"&gt;SERIAL&lt;/SPAN&gt;) in a table loaded in the access section of the script, it is interpreted as all (also not listed) possible values of this field. &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;Please be very careful using the '*' (Wildcard) because it doesn't mean all the values in the Actual Field. It means distinct values you have specified in Section Access Table. Unless you have specified all the distinct values within Section Access.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;In your Section Access example, you have specified &lt;STRONG&gt;Region &lt;/STRONG&gt;as &lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;{Reg1} &lt;/STRONG&gt;&lt;/SPAN&gt;but if your actual &lt;STRONG&gt;Region &lt;/STRONG&gt;contains &lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;{Reg1,Reg2,Reg3,...,RegN}&lt;/STRONG&gt;&lt;/SPAN&gt; then you won't see anything except &lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;{Reg1}&lt;/STRONG&gt;&lt;/SPAN&gt; rows even if the User has '*' in Section Access. It will &lt;SPAN style="color: #003366; text-decoration: underline;"&gt;&lt;STRONG&gt;ONLY&lt;/STRONG&gt; &lt;/SPAN&gt;take all the values from Section Access but not all the values from actual field.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;Within your script you need to create a Psuedo user who has multiple entries for each Region and ProductGroup. So you need to build your script where this Psuedo user have multiple rows and then you concatenate this script with your original script to use the "*" (Wildcard). I understand this may not be clean approach but I don't see any other way around (unless I'm missing something silly).&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;I'm assuming that you are using "Strict Exclusion" within your script. &lt;EM&gt;I hope that makes sense.&lt;/EM&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;Cheers,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;DV&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;A href="http://QlikShare.com"&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;A href="http://QlikShare.com"&gt;&lt;EM&gt;www.QlikShare.com&lt;/EM&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 07:48:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377979#M1168805</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-15T07:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377980#M1168806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DV and thanks for your reply.&lt;/P&gt;&lt;P&gt;I have not checked the box for "Strict Exclusion" because users end up with a Access Denied message when it's checked But works OK when nor checked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not underctand what you are saying with the Pseudo User stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Raisin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 04:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377980#M1168806</guid>
      <dc:creator />
      <dc:date>2012-08-17T04:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377981#M1168807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Raisin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;You are welcome. It makes sense to turn off "Strict Exclusion" option but I hope you are aware that if any User who is part of Field reduction but not part of original data set then he'll get full access. Please be very careful when you are not using "Strict Exclusion" option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Pseudo User means a dummy user like (User1) or any name for that matter. So this User1 will have multiple rows covering all possible combinations of Section Access Level. If you have this User within your script then you can use the "*" wildcard for other real Users.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Let me know if this doesn't make sense.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2012 12:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377981#M1168807</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-17T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377982#M1168808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Raisin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Have you got this working?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A class="jive-link-external-small" href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Aug 2012 16:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377982#M1168808</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-18T16:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377983#M1168809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DV,&lt;/P&gt;&lt;P&gt;No, still not.&lt;/P&gt;&lt;P&gt;This forum is more difficult to work with than I remember. Unfortunately I am unable to work out how to attach a sample QV file to this reply so I've had to post an image of the script instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;IMG __jive_id="20396" class="jive-image" alt="Sample.JPG" src="https://community.qlik.com/legacyfs/online/20396_Sample.JPG" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So what is it you are actually suggesting I do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Regards, Raisin&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 03:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377983#M1168809</guid>
      <dc:creator />
      <dc:date>2012-08-20T03:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377984#M1168810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Raisin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Please click on "Use advanced editor" as shown below and then you browse the file to upload. It helps to have the file to test the Section Access Script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" height="344" src="https://community.qlik.com/message/250018/" style="max-width: 1200px; max-height: 900px;" width="476" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;IMG class="jiveImage" height="372" src="https://community.qlik.com/" style="max-width: 1200px; max-height: 900px;" width="514" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://QlikShare.com"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/A&gt;&lt;IMG alt="Advanced Editor.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/20420_Advanced+Editor.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 21:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377984#M1168810</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-20T21:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377985#M1168811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I have attached a file with data to make this a functional sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Id's and Pwds are&lt;/P&gt;&lt;P&gt;admin, admin&lt;/P&gt;&lt;P&gt;adam, adam&lt;/P&gt;&lt;P&gt;bill, bill&lt;/P&gt;&lt;P&gt;cloe, cloe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data restrictions for Bill and Cloe are working but not for Adam.&lt;/P&gt;&lt;P&gt;Adam should see all of region North and also Glass for Regions South, East and West&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Raisin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 03:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377985#M1168811</guid>
      <dc:creator />
      <dc:date>2012-08-23T03:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377986#M1168812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Is anyone able to assist?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 06:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377986#M1168812</guid>
      <dc:creator />
      <dc:date>2012-09-25T06:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: UserAccess</title>
      <link>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377987#M1168813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code shows where I have section access set up on %USERLOGIN and I have some users that need to have * access, but not all instances of %USERLOGIN exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a list of each distinct login in the system, and then load it in to Section Access (with identical field list to the intial Section Access list) with dummy values for the other columns.&amp;nbsp; The default username and passwords would be a bit insecure if it were not that all these entries are tied to a NT Account that does not exist:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_UserLogin:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;max(1) as Counter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;%USERLOGIN&lt;/P&gt;&lt;P&gt;FROM [$(vDataFolder)PrintViewUserProject.qvd] (qvd)&lt;/P&gt;&lt;P&gt;GROUP BY %USERLOGIN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// Defaults to scope for *&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'USER' as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'-NOACCESS-' as USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'-NOACCESS-' as PASSWORD,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'-NOACCESS-' as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;%USERLOGIN&lt;/P&gt;&lt;P&gt;RESIDENT Temp_UserLogin&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Temp_UserLogin;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking back at the code now (I wrote it a while back) I can't see why I went via a temporary table - but it may well be that it misbehaved when I tried to do the GROUP BY on the section access part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2012 13:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/UserAccess/m-p/377987#M1168813</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2012-09-25T13:07:11Z</dc:date>
    </item>
  </channel>
</rss>

