<?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: Remove Deleted User's Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802994#M1258779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of script that we can use in the future? Can elaborate more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 02:49:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-30T02:49:45Z</dc:date>
    <item>
      <title>Remove Deleted User's Access</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802992#M1258772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using DMS and I've deleted some of the users, but the document authorization was not removed. Is there a way to clean this up other than going to each document and remove it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802992#M1258772</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Deleted User's Access</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802993#M1258775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no,&lt;/P&gt;&lt;P&gt;you may use in future a central script to administer all apps and users&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802993#M1258775</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-27T08:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Deleted User's Access</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802994#M1258779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of script that we can use in the future? Can elaborate more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 02:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802994#M1258779</guid>
      <dc:creator />
      <dc:date>2015-03-30T02:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Deleted User's Access</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802995#M1258782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using a crosstable (in Excel) with the users on the left side, the application-name on the right and an identifyer, whether the user is allowed to access&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="82301" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82301_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Then with a script like&lt;/P&gt;&lt;P&gt;LET sFile = CHR(39) &amp;amp; UPPER(DocumentName) &amp;amp; CHR(39);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // current filename in Apostrophs&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;UsersAll: CROSSTABLE (FileName, AccessAllowed) LOAD * FROM ....;&amp;nbsp;&amp;nbsp; // Load entire data&lt;/P&gt;&lt;P&gt;Users: LOAD 'USER' AS ACCESS, UserName WHERE AccessAllowed = 'Y' AND MATCH(FileName, $(sFile));&amp;nbsp;&amp;nbsp;&amp;nbsp; // Select only users being allowed the access for this particular app.&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Typically we have stored the above in a textscript and insert in each application only the line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// ==========================================================Access-Part&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(Include=\\......\qv-security$\QV Access Script.txt);&lt;/P&gt;&lt;P&gt;// ===========================================================Script-Part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: we usually use NT-names, which makes the identification even easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802995#M1258782</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-03-30T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Deleted User's Access</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802996#M1258784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the information. But some of our apps have their own section access as well. Not sure if this will complicate thing further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 03:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802996#M1258784</guid>
      <dc:creator />
      <dc:date>2015-05-19T03:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Deleted User's Access</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802997#M1258785</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;It is best to try to use groups to manage users. That way you don't have to edit the scripts when users change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Deleted-User-s-Access/m-p/802997#M1258785</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-05-19T14:33:44Z</dc:date>
    </item>
  </channel>
</rss>

