<?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: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824052#M1027114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either approach will work, but since you are setting up binary flags for sheet visibility your rule only needs to evaluate equivalency.&amp;nbsp; If sheet1flag=1, then 1=1 therefore visible.&amp;nbsp; If sheet2flag=0 then 0&amp;lt;&amp;gt;1 therefore invisible.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as how the initial reduction is tied to authorization, user context is sent into the app by the login process your app will trigger because you are using USERID and PASSWORD.&amp;nbsp; If you are using NTNAME, Qlik will automatically use Windows credentials if you are running on desktop, thus no additional login.&amp;nbsp; If you are using QlikView embedded into a host application you will want to use NTNAME so that when auth information is sent to QlikView it picks it up automatically and sends it into the app for data reduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some additional links on Section Access: &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1853" title="http://community.qlik.com/docs/DOC-1853"&gt;http://community.qlik.com/docs/DOC-1853&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5917"&gt;QlikView Section Access Examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5175"&gt;Sheets Security with Section Access&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Mar 2015 20:05:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-03-03T20:05:29Z</dc:date>
    <item>
      <title>HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824046#M1027108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG alt="sheet1flag section access.PNG" class="image-1 jive-image" src="/legacyfs/online/79765_sheet1flag section access.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Please see the scriptabove: I want user2 not to access sheet 2 that is named "ASSISTANT" i WANT USER1 to access both "MAIN" &amp;amp; "ASSISTANT" Tabs. I have also restricted sheet properties by going to general and under show conditional, putting ----&amp;gt; SHEET1FLAG&amp;gt;0 FOR MAIN &amp;amp; putting -----&amp;gt; SHEET2FLAG&amp;gt;0 FOR ASSISTANT tabs. I have also attached the qvw here. Please suggest how I can restrcit access at sheet level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks,&lt;/P&gt;&lt;P&gt;D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824046#M1027108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-03T19:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824047#M1027109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the 2 flags in image&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.jpg" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79778_1.jpg" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824047#M1027109</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-03T19:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824048#M1027110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are trying to use the USERID field as the reduction field and it's probably not working.&amp;nbsp; What you want is a different field to act as the reduction field that is tied to the user and the sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be as simple as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14254113073443510 jive_macro_code" jivemacro_uid="_14254113073443510" modifiedtitle="true"&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;Security:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;ACCESS, USERID, PASSWORD, USERNAME&lt;/P&gt;
&lt;P&gt;ADMIN, USER1, ABCD, USER1&lt;/P&gt;
&lt;P&gt;USER, USER2, EFGH, USER2&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;SheetAccess:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;USERNAME, SHEET1FLAG, SHEET2FLAG&lt;/P&gt;
&lt;P&gt;USER1, 1,1&lt;/P&gt;
&lt;P&gt;USER2, 1,0&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;In&amp;nbsp; this case above, the USERNAME field is the reduction field.&lt;/P&gt;&lt;P&gt;Now for your conditionals instead of SHEET1FLAG&amp;gt;1 SHEET2FLAG&amp;gt;1 all you really need is SHEET1FLAG=1 and SHEETFLAG2=1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeff G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824048#M1027110</guid>
      <dc:creator />
      <dc:date>2015-03-03T19:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824049#M1027111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Massimo, your solution worked. Can you please explain how does SHEET1FLAG AND SHEET2FLAG work. I just saw this way of restriction in one of the many youtube videos I am using to educate myself. If you could tell me how this is tied to the authorization process that would be great. And THANK YOU FOR THE HELP.&amp;nbsp; You hit it on the nail, one more time! have a good one&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:48:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824049#M1027111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-03T19:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824050#M1027112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeffrey. Can you expand on sheet1flag &amp;amp; sheet2flag please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 19:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824050#M1027112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-03T19:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824051#M1027113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 sets of question:&lt;/P&gt;&lt;P&gt;1) when i make any change in the the document, QV is asking me to save the file as a new file. If I save it in the same file, the restricted user can not get the access to the file at all. Is this a security feature?&lt;/P&gt;&lt;P&gt;2) If USER2 reloads the document, the restricted tab is visible to him. is this a security feature? so i have to uncheck allow user reload in the doc properties..? what is the purpose of this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 20:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824051#M1027113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-03T20:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824052#M1027114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either approach will work, but since you are setting up binary flags for sheet visibility your rule only needs to evaluate equivalency.&amp;nbsp; If sheet1flag=1, then 1=1 therefore visible.&amp;nbsp; If sheet2flag=0 then 0&amp;lt;&amp;gt;1 therefore invisible.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as how the initial reduction is tied to authorization, user context is sent into the app by the login process your app will trigger because you are using USERID and PASSWORD.&amp;nbsp; If you are using NTNAME, Qlik will automatically use Windows credentials if you are running on desktop, thus no additional login.&amp;nbsp; If you are using QlikView embedded into a host application you will want to use NTNAME so that when auth information is sent to QlikView it picks it up automatically and sends it into the app for data reduction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some additional links on Section Access: &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1853" title="http://community.qlik.com/docs/DOC-1853"&gt;http://community.qlik.com/docs/DOC-1853&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5917"&gt;QlikView Section Access Examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5175"&gt;Sheets Security with Section Access&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 20:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824052#M1027114</guid>
      <dc:creator />
      <dc:date>2015-03-03T20:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824053#M1027115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you implement section access you have to close the document and open it again in Windows to apply the section access you created in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 20:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824053#M1027115</guid>
      <dc:creator />
      <dc:date>2015-03-03T20:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO RESTRICT SHEET ACCESS WITH SECTION ACCESS</title>
      <link>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824054#M1027116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 20:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HOW-TO-RESTRICT-SHEET-ACCESS-WITH-SECTION-ACCESS/m-p/824054#M1027116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-03T20:18:00Z</dc:date>
    </item>
  </channel>
</rss>

