<?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 and Access Point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316522#M116769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should work in both versions without issues. The NTNAME as you point in your example code above, is in the form DOMAIN\USERNAME. Is that for all users? Do you have any proxy or something that may be preventing credentials to pass from the client on to the Server? If you create an empty new document without section access and no script, but with a textbox with this expression&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;=Upper(OSUser())&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the users see when they open the document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2011 10:56:29 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-12-21T10:56:29Z</dc:date>
    <item>
      <title>Section Access and Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316520#M116767</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;&lt;/P&gt;&lt;P&gt;I am actually working on a Qlikview application and trying to implement a Section Access based on NTNAME and a Section Application to reduce data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code I use for that&lt;/P&gt;&lt;P&gt;&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;SECTION ACCESS ;&lt;BR /&gt;LOAD * inline [&lt;BR /&gt; ACCESS,NTNAME,PIVOT,DIVISION,SKILL_CENTER&lt;BR /&gt; ADMIN,DOMAIN\USER,PIV_TOUS,DIV_TOUTES,SC_TOUS&lt;BR /&gt;];&lt;BR /&gt;concatenate LOAD &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper([ACCESS]) as ACCESS, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(NTNAME) as NTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper(PIVOT) as PIVOT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper (DIVISION) as DIVISION, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper (SKILL_CENTER) as SKILL_CENTER&lt;BR /&gt;FROM [..\Access\PIVOT_TO_USER.xls]&lt;BR /&gt;(biff, embedded labels, table is PIVOT_TO_USER_Create$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;STAR IS TOUS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECURITE_PIVOT:&lt;BR /&gt;LOAD * inline [&lt;BR /&gt; PIVOT,Pivot_Id&lt;BR /&gt; ALL_PIV,TOUS&lt;BR /&gt;];&lt;BR /&gt;Concatenate&lt;BR /&gt;LOAD PIVOT as PIVOT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pivot_Id&lt;BR /&gt;FROM [..\Access\PIVOT_TO_USER.xls]&lt;BR /&gt;(biff, embedded labels, table is PIVOT$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUALIFY*;&lt;BR /&gt;VArtest:&lt;BR /&gt;noconcatenate load *&lt;BR /&gt;Resident SECURITE_PIVOT&lt;BR /&gt;where Exists(PIVOT,'ALL_PIV');&lt;BR /&gt;UNQUALIFY*;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SECURITE_DIVISION:&lt;BR /&gt;LOAD * inline [&lt;BR /&gt; DIVISION,Pivot_Unit_BU_Code&lt;BR /&gt; ALL_DIV,TOUS&lt;BR /&gt;];&lt;BR /&gt;Concatenate&lt;BR /&gt;LOAD upper(DIVISION) as DIVISION, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper (Pivot_Unit_BU_Code) as Pivot_Unit_BU_Code&lt;BR /&gt;FROM [..\Access\PIVOT_TO_USER.xls]&lt;BR /&gt;(biff, embedded labels, table is DIVISION$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SECURITE_SKILL_CENTER:&lt;BR /&gt;LOAD * inline [&lt;BR /&gt; SKILL_CENTER,Pivot_Unit_SC_Code&lt;BR /&gt; ALL_SC,TOUS&lt;BR /&gt;];&lt;BR /&gt;Concatenate&lt;BR /&gt;LOAD upper([SKILL CENTER]) as SKILL_CENTER, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper (Pivot_Unit_SC_Code) as Pivot_Unit_SC_Code&lt;BR /&gt;FROM [..\Access\PIVOT_TO_USER.xls]&lt;BR /&gt;(biff, embedded labels, table is [SKILL CENTER$]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see I load an .xls file which contains all users but I keep my user ADMIN inline to be sure that I can always access the application. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apply the settings for Data Reduction &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code does work&lt;/P&gt;&lt;P&gt;- with my user (inline) I can reload the application and reduce data if I change the access rights &lt;/P&gt;&lt;P&gt;- with the same user I can open the application on the Access Point and data are reduced &lt;/P&gt;&lt;P&gt;- with other users that are in the xls file, access is granted and data are reduced but only on Qlikview desktop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is when other users (who are in the xls file) try to open the application from the access point, it asks them a USERID and PASSWORD !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is strange because the security is based on NTNAME then the Access Point should recognize directly the NTNAME and should grant the access. Plus it appears to me that sometimes it is working and sometimes it doesn't !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have an answer to this problem ?? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 09:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316520#M116767</guid>
      <dc:creator>jonathan_dau</dc:creator>
      <dc:date>2011-12-21T09:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316521#M116768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;By the way I forgot to say that the Qlikview versions are different &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Qlikview desktop is 10 SR3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;- Qlikview server is 9 SR7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #000000; font-family: arial,helvetica,sans-serif;"&gt;There maybe an impact ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 10:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316521#M116768</guid>
      <dc:creator>jonathan_dau</dc:creator>
      <dc:date>2011-12-21T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316522#M116769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should work in both versions without issues. The NTNAME as you point in your example code above, is in the form DOMAIN\USERNAME. Is that for all users? Do you have any proxy or something that may be preventing credentials to pass from the client on to the Server? If you create an empty new document without section access and no script, but with a textbox with this expression&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;=Upper(OSUser())&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the users see when they open the document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 10:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316522#M116769</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-21T10:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access and Access Point</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316523#M116770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Miguel and thank you for your answer, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To answer your questions : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- The NTNAME as you point in your example code above, is in the form DOMAIN\USERNAME. Is that for all users?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Yes and in our excel file we find for all users DOMAIN\USERNAME though it is in lowercase (which could not be a problem because we use upper()&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Do you have any proxy or something that may be preventing credentials to pass from the client on to the Server?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have to say that I don't know &lt;/LI&gt;&lt;LI&gt;What is strange is that the application was working yesterday for all users in the excel file and suddenly would not work !!??&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;nbsp; If you create an empty new document without section access and no script, but with a textbox with this expression&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;what we did is to create a text box with OSUser() as you said to be sure that QV actually finds our login. It works and give the DOMAIN\USERNAME both on Desktop and through access point. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I start thinking that the problem comes from the way I built my excel file. &lt;/P&gt;&lt;P&gt;I will try to generate QVD from this excel file to see what happens. &lt;/P&gt;&lt;P&gt;Thank you again and if you have any idea please share it with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2011 11:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-and-Access-Point/m-p/316523#M116770</guid>
      <dc:creator>jonathan_dau</dc:creator>
      <dc:date>2011-12-21T11:25:34Z</dc:date>
    </item>
  </channel>
</rss>

