<?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: permissions from xls table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444010#M165561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this NTNAME it's not the real data.&lt;/P&gt;&lt;P&gt;in the xls tbl we have NTNAME that is not from my local active directory &lt;/P&gt;&lt;P&gt;but it's a &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps alt-edited"&gt;Correct&lt;/SPAN&gt;&lt;/SPAN&gt; NTNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it must be contain in my local Active Directory?&lt;/P&gt;&lt;P&gt;becuse in real time it's running on the server ,&amp;nbsp; in the server we have all the users&lt;/P&gt;&lt;P&gt;but it's not working also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2013 14:51:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-18T14:51:24Z</dc:date>
    <item>
      <title>permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444004#M165555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have &lt;SPAN class="hps trans-target"&gt;module&lt;/SPAN&gt; thet get the &lt;SPAN class="hps trans-target"&gt;Permissions&lt;/SPAN&gt; for user from SQL Tbl, i used with section access &amp;amp; section Application .&lt;/P&gt;&lt;P&gt;i have to convert my Sql tbl to Xls Tbl (load the tbl from xls) .&lt;/P&gt;&lt;P&gt;when i add the section access &amp;amp; section Application to the loadind from xls it's failed. &lt;/P&gt;&lt;P&gt;but if i commete it it's work fine but i must have this lines.&lt;/P&gt;&lt;P&gt;i copy my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;from sql- work fine:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO SQL (XUserId is bbb, XPassword is yyy);&lt;/P&gt;&lt;P&gt; Section Access;&lt;BR /&gt;&amp;nbsp; LOAD ACCESS,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEPT;&lt;BR /&gt;&amp;nbsp; SQL SELECT *&lt;BR /&gt;&amp;nbsp; FROM bbb.d.QlikviewSec;&lt;BR /&gt; Section Application;&lt;BR /&gt; LOAD DEPT,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PATH;&lt;BR /&gt; SQL SELECT *&lt;BR /&gt;FROM aaa.d.UserDept;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;from Xls-not working:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;BR /&gt;LOAD [ACCESS], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEPT&lt;BR /&gt;FROM&lt;BR /&gt;C:\bbb.xls&lt;BR /&gt;(biff, embedded labels, table is sheet1);&lt;/P&gt;&lt;P&gt;SECTION Application;&lt;BR /&gt;LOAD DEPT, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PATH&lt;BR /&gt;FROM&lt;/P&gt;&lt;P&gt;C:\aaa.xls&lt;BR /&gt;(biff, embedded labels, table is sheet1)&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;tnx for healping!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444004#M165555</guid>
      <dc:creator />
      <dc:date>2013-02-18T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444005#M165556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you provide the xls table so I can try .... I do not see evident mistakes ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444005#M165556</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2013-02-18T09:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444006#M165557</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;you do not mention what exactly is going wrong when you use the XLS code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is use the code from Xls-not working, but disable the line "SECTION Access;" for instance add a // in front. Then reload your model without Data Reduction and observe the correctness of the associations via field DEPT. If those are ok, check the NTNAME content and compare with the username you get from QlikView. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, data &amp;amp; fields you use in SA have to be in upper case in order to avoid weird problems. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 09:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444006#M165557</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-02-18T09:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444007#M165558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ACCESS&amp;nbsp; NTNAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DEPT&lt;/P&gt;&lt;P&gt;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123456&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAA&lt;/P&gt;&lt;P&gt;USER&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 223366&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BBB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEPT&amp;nbsp;&amp;nbsp;&amp;nbsp; PATH&lt;/P&gt;&lt;P&gt;AAA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\q1&lt;/P&gt;&lt;P&gt;BBB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C:\q2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 12:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444007#M165558</guid>
      <dc:creator />
      <dc:date>2013-02-18T12:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444008#M165559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;tnx for healping.&lt;/P&gt;&lt;P&gt;i did the upper for the values.&lt;/P&gt;&lt;P&gt;it reload the data from the tbl well.&lt;/P&gt;&lt;P&gt;but when i close and open it &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;Again i&lt;/SPAN&gt;&lt;/SPAN&gt; get the error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;"acces denied To this QV document"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if i commete the section acces &amp;amp; application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's open it well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is my worng?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 13:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444008#M165559</guid>
      <dc:creator />
      <dc:date>2013-02-18T13:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444009#M165560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, just guessing now. Do the users 123456 and 223366 really exist in Active Directory or in your Windows Local Users list? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column NTNAME must contain the names of valid Windows accounts that are authenticated by Windows before they are presented with your QlikView document. If you do not want to use Windows Accounts, use USER &amp;amp; PASSWORD columns to enable QlikView authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW On average, your submission is posted OK the first time, even if the QlikView forum returns an ERROR MESSAGE. After the ERROR, just press Cancel and refresh your page. Your post will be there... Happens all the time with me too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 13:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444009#M165560</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-02-18T13:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444010#M165561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this NTNAME it's not the real data.&lt;/P&gt;&lt;P&gt;in the xls tbl we have NTNAME that is not from my local active directory &lt;/P&gt;&lt;P&gt;but it's a &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps alt-edited"&gt;Correct&lt;/SPAN&gt;&lt;/SPAN&gt; NTNAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it must be contain in my local Active Directory?&lt;/P&gt;&lt;P&gt;becuse in real time it's running on the server ,&amp;nbsp; in the server we have all the users&lt;/P&gt;&lt;P&gt;but it's not working also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea?&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 14:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444010#M165561</guid>
      <dc:creator />
      <dc:date>2013-02-18T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444011#M165562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;someone know how to see the current user in the module from the active directory?&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 09:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444011#M165562</guid>
      <dc:creator />
      <dc:date>2013-02-19T09:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444012#M165563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Xls-version of your model where you have commented out SECTION ACCESS;, put a textbox on a sheet with this content:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=OSUser()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function returns the Windows account name of the user that has the model open. Usually, the return string consists of two parts, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOMAIN\Accountname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare this to the NTNAMEs you have loaded from the XLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 09:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444012#M165563</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-02-19T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444013#M165564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tnx Peter it's help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, i have this same NTMANE in my XLS sheet (DOMAIN\Accountname)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;But the problem&lt;/SPAN&gt; &lt;SPAN class="hps alt-edited"&gt;stayed&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;What should I do??&lt;/SPAN&gt;&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 07:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444013#M165564</guid>
      <dc:creator />
      <dc:date>2013-02-20T07:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: permissions from xls table</title>
      <link>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444014#M165565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not fixed? I guess something else is wrong. Could you post your QVW, or at least a limited copy (with data) that still isn't working? That would make analysis a lot easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luck,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 21:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/permissions-from-xls-table/m-p/444014#M165565</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2013-03-05T21:56:04Z</dc:date>
    </item>
  </channel>
</rss>

