<?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: Locking QVW functionality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668974#M243145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In server access (Access Point), everyone is a "USER". They will not have access to the Script or Reload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can control what users have access to Export, Print &amp;amp; new Object Creation function via QMC settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"System, Qlikview Servers, Documents. Allow Server Objects" can allow/disallow new sheet objects for all users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Documents, Source Documents, Server, Server Objects" can control new Object creation on a per document and per user basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same tab, "Availability" can control Print &amp;amp; Export to Excel on a document and user basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently looking at at QMC that has Publisher, but I believe those same granular options are available without Publisher. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 06:26:14 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2014-09-11T06:26:14Z</dc:date>
    <item>
      <title>Locking QVW functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668969#M243140</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'm trying to lock some of the functions of my QVW (reload, script access, new sheet objects, etc... pretty much everything except print and export).&amp;nbsp; &lt;SPAN style="font-size: 13.3333339691162px;"&gt;Right now we've got access to the hosted QVW controlled by Active Directory.&amp;nbsp; &lt;/SPAN&gt;I have read the guide to section access and I'm wondering if that's the only way to go about this.&amp;nbsp; Right now we are not concerned with limiting any of the data, just the functionality.&amp;nbsp; Is there a way that the only login that users would have to provide in order to see our function-limited QVW would be our current Active Directory login?&amp;nbsp; Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 14:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668969#M243140</guid>
      <dc:creator />
      <dc:date>2014-09-10T14:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Locking QVW functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668970#M243141</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 will need to apply some section access to give USER access to the users. Without section access they get full admin access. Do something like this (where&amp;nbsp; fFuncGroup is the AD group name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section Access;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD YourLoginName As NTNAME,&amp;nbsp;&amp;nbsp;&amp;nbsp; // your login name &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ADMIN' As ACCESS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD fFuncGroup As NTNAME,&amp;nbsp;&amp;nbsp; // functional group name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'USER' As ACCESS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoGenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Remember to always make a backup of the model before you apply section access, in case you lock yourself out of the document.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668970#M243141</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-09-10T15:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Locking QVW functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668971#M243142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nearly forgot - once this is working use the Document Properties | Security tab and the Sheet Properties | Security tab to turn off functionality for normal Users. Check the Admin Override Security box to enable full access for yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668971#M243142</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-09-10T15:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Locking QVW functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668972#M243143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just talked with a coworker and what they really need to know is how do you denote what *specific* security features a user gets applied to them - I.E Joe gets Admin privileges (full access), Andrea gets generic user privileges (document security settings), but Emily is a super-user so allow her to edit sheet objects and reload the script in addition to the standard document security settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 15:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668972#M243143</guid>
      <dc:creator />
      <dc:date>2014-09-10T15:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Locking QVW functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668973#M243144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No easy way to do this - QV only supports USER (subject to restrictions) and ADMIN (not subject to restrictions) access types. Here are some ideas/issues:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reloading could be done outside the model by triggering an EDX event (search EDX and QMSEDX here for more information). This could be restricted to superusers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bear in mind that everyone gets USER access when loading the document from the portal. This allows the users to create server objects (which they can see, but it does not update the qvw file). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To update the qvw, you need to open the model in a licensed QV desktop. If you use session licensing on the server, and only give named user licenses to the superusers, then the superusers could have USER access, but with few restrictions, or ADMIN access, while normal users would only be able open the model on the portal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 06:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668973#M243144</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-09-11T06:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Locking QVW functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668974#M243145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In server access (Access Point), everyone is a "USER". They will not have access to the Script or Reload. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can control what users have access to Export, Print &amp;amp; new Object Creation function via QMC settings. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"System, Qlikview Servers, Documents. Allow Server Objects" can allow/disallow new sheet objects for all users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Documents, Source Documents, Server, Server Objects" can control new Object creation on a per document and per user basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the same tab, "Availability" can control Print &amp;amp; Export to Excel on a document and user basis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently looking at at QMC that has Publisher, but I believe those same granular options are available without Publisher. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 06:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Locking-QVW-functionality/m-p/668974#M243145</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-09-11T06:26:14Z</dc:date>
    </item>
  </channel>
</rss>

