<?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 custom users management in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843547#M1330622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client wants to use the custom users directory list in order to allow users outside the network to my clients qv documents. I know this is only available in DMS mode. However, when i try to manage this list, i notice that i have to enter the users 1 by 1. This list is based on the xml CustomDirectoryData.xml. Now I have to enter 300 users one by one into this tool. I think there must be a better way to manage and maintain this list. One key issue for us is to be able to import a massive amount of user information from xls to this xml. Does anyone have a good idea on how to deal with this?&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;Tjeerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>tabletuner</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>custom users management</title>
      <link>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843547#M1330622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client wants to use the custom users directory list in order to allow users outside the network to my clients qv documents. I know this is only available in DMS mode. However, when i try to manage this list, i notice that i have to enter the users 1 by 1. This list is based on the xml CustomDirectoryData.xml. Now I have to enter 300 users one by one into this tool. I think there must be a better way to manage and maintain this list. One key issue for us is to be able to import a massive amount of user information from xls to this xml. Does anyone have a good idea on how to deal with this?&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;Tjeerd&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/custom-users-management/m-p/843547#M1330622</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: custom users management</title>
      <link>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843548#M1330624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tjeerd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know too much about DMS mode and such, but from my understanding, your current requirement is taking a lot of customer_data from an xls and making it into valid xml, no?&lt;/P&gt;&lt;P&gt;Well, in my experience, that can be done using some string_functions to enrich the data you actually have in your xls with the necessary tags and such so that it fits your xml_file - doable in a small QlikView_app for ex.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 13:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843548#M1330624</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-06-17T13:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: custom users management</title>
      <link>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843549#M1330629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that sounds like a good idea. However then i still have 1 issue. The passwords that have been inputted in the management console are encrypted in the xml. My excel passwords are not encrypted. Will this give a security issue? &lt;/P&gt;&lt;P&gt;If it does, how will i be able to encrypt those passwords in excel?&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;Tjeerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843549#M1330629</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2015-06-17T14:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: custom users management</title>
      <link>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843550#M1330632</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;Let me change my answer to you. It has been a long day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you setup the users in the local directory on the server? If so you can use a bat file to up load the users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;net user User9 user9 /add /expires:never /passwordchg:no&lt;/P&gt;&lt;P&gt;in the above the User9 is the user and user9 is password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 20:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843550#M1330632</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2015-06-17T20:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: custom users management</title>
      <link>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843551#M1330635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill, thanks for the reply. My customer wants to use the custom directory as this will avoid the need for windows licenses (which is the case in local directory).&lt;/P&gt;&lt;P&gt;So your suggestion wont help im afraid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/custom-users-management/m-p/843551#M1330635</guid>
      <dc:creator>tabletuner</dc:creator>
      <dc:date>2015-06-22T12:23:14Z</dc:date>
    </item>
  </channel>
</rss>

