<?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: Assign different rights for „admin“ and „user“ users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797740#M1258807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The section access must have been loaded with in the document properties\opening the option initial data reduction based on section access checked and finally saved. After that you have to close qlikview and reopen it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 13:19:24 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-03-26T13:19:24Z</dc:date>
    <item>
      <title>Assign different rights for „admin“ and „user“ users</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797733#M1258793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was keep searching for an answer in community, but couldn't find it clearly expressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create different logins on my QlikView application, but I find difficult to do it. Can anyone explain how to do it step by step, cause I am quite new in developing QlikView applications. Thank you in advance.&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/Assign-different-rights-for-admin-and-user-users/m-p/797733#M1258793</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Assign different rights for „admin“ and „user“ users</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797734#M1258796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to look for&amp;nbsp; Section Access, the ADMIN and USER keywords for the ACCESS field from section Access are system values to restrict access to the document properties in an offline distribution solution and not for assigning any other access rights.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like said, for assigning different rights look into section Access. You can look in the help (Security) or search the forum. e.g. Here's an introduction to section access:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1853"&gt;Introduction to Section Access&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 09:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797734#M1258796</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-03-26T09:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assign different rights for „admin“ and „user“ users</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797735#M1258800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer, but I couldn't understand one more thing:&lt;/P&gt;&lt;P&gt;i.e. I have two different tabs on my document: Sheet1 and Sheet2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and I would like to have two different users: user1 and user2&lt;/P&gt;&lt;P&gt;What I would like to do is that user1 could see only Sheet1 and user2 – Sheet2.&lt;/P&gt;&lt;P&gt;What is more, I preffer that user1 can edit script and user2 don't have that option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the script should look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 10:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797735#M1258800</guid>
      <dc:creator />
      <dc:date>2015-03-26T10:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Assign different rights for „admin“ and „user“ users</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797736#M1258803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made an example for you, see attached, the passwords for opening this document can be found in the pasted script below. The user Administrator can see all and make changes to the document, User1 and User2 can see sheet1 and sheet2 respectively and not make changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;LOAD * Inline [ACCESS,USERID,PASSWORD, ACCESSGROUP&lt;/P&gt;&lt;P&gt;ADMIN,Administrator,Admin1,ALL&lt;/P&gt;&lt;P&gt;USER,User1,Access1,SHEET1&lt;/P&gt;&lt;P&gt;USER,User2,Access2,SHEET2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;star is *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [ACCESSGROUP&lt;/P&gt;&lt;P&gt;'ALL'&lt;/P&gt;&lt;P&gt;'SHEET1'&lt;/P&gt;&lt;P&gt;'SHEET2'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 11:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797736#M1258803</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-03-26T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Assign different rights for „admin“ and „user“ users</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797737#M1258804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And what about editing or reloading script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 11:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797737#M1258804</guid>
      <dc:creator />
      <dc:date>2015-03-26T11:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Assign different rights for „admin“ and „user“ users</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797738#M1258805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to prevent editing and reloading the script the you can make a source qvw which you keep for making changes and a copy of that document for distributing. In the source document\document properties you check the prohibit binary load option. In the copy of you replace all loadscript with a binary load statement of the source document. This copy of the original now has no load script to edit and will not reload the source as it is prohibited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 12:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797738#M1258805</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-03-26T12:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Assign different rights for „admin“ and „user“ users</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797739#M1258806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, I tried to use your expression (ACCESSGROUP='SHEET2' or ACCESSGROUP='ALL') in all of my sheets and I've got that all the users see the same. Is it bug or?...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797739#M1258806</guid>
      <dc:creator />
      <dc:date>2015-03-26T13:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Assign different rights for „admin“ and „user“ users</title>
      <link>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797740#M1258807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The section access must have been loaded with in the document properties\opening the option initial data reduction based on section access checked and finally saved. After that you have to close qlikview and reopen it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assign-different-rights-for-admin-and-user-users/m-p/797740#M1258807</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-03-26T13:19:24Z</dc:date>
    </item>
  </channel>
</rss>

