<?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 Protecting the Design and script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663311#M241637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN dir="ltr" style="font-family: 'MS Shell Dlg 2'; color: #000000; font-size: 10pt;"&gt;&lt;SPAN dir="ltr" style="font-family: 'MS Shell Dlg 2'; color: #000000; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;How can I protect my Dashboard Design and deny access to the script, but at the same time allow it to run from the console?&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;IF&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;anyone knows&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a great way&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;thank you&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 19:33:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-11T19:33:35Z</dc:date>
    <item>
      <title>Protecting the Design and script</title>
      <link>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663311#M241637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN dir="ltr" style="font-family: 'MS Shell Dlg 2'; color: #000000; font-size: 10pt;"&gt;&lt;SPAN dir="ltr" style="font-family: 'MS Shell Dlg 2'; color: #000000; font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;How can I protect my Dashboard Design and deny access to the script, but at the same time allow it to run from the console?&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;IF&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;anyone knows&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a great way&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;thank you&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 19:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663311#M241637</guid>
      <dc:creator />
      <dc:date>2014-07-11T19:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting the Design and script</title>
      <link>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663312#M241638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alfonso !&lt;/P&gt;&lt;P&gt;I don't know if you can hide the Dashboard Design, but the script, you can do this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="hwy.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62305_hwy.png" style="width: 620px; height: 496px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 19:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663312#M241638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-11T19:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting the Design and script</title>
      <link>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663313#M241639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alfonso,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do that by adding a section access table (like below one for simplicity; add it at the start of your script, reload, save and reopen app to take effect, it'll ask for username and password):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//**************************************&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER, USER&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;//**************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then have a look at the following and set your options :&lt;/P&gt;&lt;P&gt;- Settings &amp;gt; Document Properties &amp;gt; Security (uncheck for example Edit Script, check Admin Override Security to grant people with access type ADMIN all privileges on document and sheet level).&lt;/P&gt;&lt;P&gt;- Right-click on the sheet &amp;gt; Properties &amp;gt; Security (uncheck Copy/Clone objects, this can be done at the object level also in its properties &amp;gt; Layout &amp;gt; Allow Copy/Clone).&lt;/P&gt;&lt;P&gt;- You can add part or whole of the script within a hidden script for additional security (so even if admin can edit the script but doesn't have the password, he cannot see it). Usually we put the section access within a hidden script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 04:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663313#M241639</guid>
      <dc:creator />
      <dc:date>2014-07-12T04:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Protecting the Design and script</title>
      <link>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663314#M241640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hidden script, as previously suggested&lt;/P&gt;&lt;P&gt;and in menù&lt;/P&gt;&lt;P&gt;settings --&amp;gt; document properties --&amp;gt; security&lt;/P&gt;&lt;P&gt;(then use help button)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2014 06:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Protecting-the-Design-and-script/m-p/663314#M241640</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-12T06:32:18Z</dc:date>
    </item>
  </channel>
</rss>

