<?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: restrict access to sheet in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924350#M964565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its greyed out...can't select it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 07:21:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-07T07:21:18Z</dc:date>
    <item>
      <title>restrict access to sheet in the script</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924345#M964560</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;In the attached app I have set up I want to build some security into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have resricted access to the tab in question (cost) using a conditional show sheet on the sheet properties. Next and final step is restricting access to a tab in the &lt;STRONG&gt;script&lt;/STRONG&gt; called 'cost'. I don't want peple in my team to see the detail in here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help in telling me how I can do this? Really not good with section access so apologies if this is really simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 06:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924345#M964560</guid>
      <dc:creator />
      <dc:date>2015-10-07T06:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to sheet in the script</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924346#M964561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this threads:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4435"&gt;Sheet level access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/131621"&gt;Section access on sheet level&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 07:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924346#M964561</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-07T07:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to sheet in the script</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924347#M964562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FOr security at front end use &lt;/P&gt;&lt;P&gt;&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 Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, GROUP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, PASSWORD, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, ABC, PASSWORD, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, XYZ, PASSWORD, 2&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;LOAD * Inline [&lt;/P&gt;&lt;P&gt;GROUP, SHEET1,SHEET2,SHEET3&lt;/P&gt;&lt;P&gt;1,1,0,1&lt;/P&gt;&lt;P&gt;2,0,1,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and at properties of sheets use conditional show &lt;/P&gt;&lt;P&gt;example&amp;gt; at sheet 1&amp;nbsp; use if(sum(SHEET1)&amp;gt;0,1,0) and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For scritp level security as you dont want others to check for Cost tab, then you can create hidden script and place it there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 07:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924347#M964562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to sheet in the script</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924348#M964563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you create a hidden script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 07:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924348#M964563</guid>
      <dc:creator />
      <dc:date>2015-10-07T07:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to sheet in the script</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924349#M964564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to edit script&amp;gt;file&amp;gt;hidden script &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 07:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924349#M964564</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-07T07:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to sheet in the script</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924350#M964565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its greyed out...can't select it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 07:21:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924350#M964565</guid>
      <dc:creator />
      <dc:date>2015-10-07T07:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to sheet in the script</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924351#M964566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be available in Edit Script-&amp;gt; File&amp;nbsp; menu-&amp;gt; Create Hidden Script, It will open a popup window for requesting New Password and Confirm Password (to later unhide the script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new QVW and then see whether "Create Hidden Script" is still greyed out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 07:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924351#M964566</guid>
      <dc:creator>SreeniJD</dc:creator>
      <dc:date>2015-10-07T07:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: restrict access to sheet in the script</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924352#M964567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must login as the ADMIN to access it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 07:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-access-to-sheet-in-the-script/m-p/924352#M964567</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-07T07:51:15Z</dc:date>
    </item>
  </channel>
</rss>

