<?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 trying to hide a sheet for some users .... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219764#M72749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I think your show condition is not really the problem. You should not be seeing 0 and 1. I'm guessing you didn't check "Initial Reduction Based on Section Access" in Document Properties --&amp;gt; Opening. Log in as admin, check that box, reload again and see if the problem is fixed. Also, PROFILE is case sensitive and everything must be written in caps for reduction fields. Here is what your final script should look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS,USERID,PASSWORD,PROFILE&lt;BR /&gt;ADMIN,admin,admin,ADMIN&lt;BR /&gt;USER,user1,user1,USER1&lt;BR /&gt;USER,user2,user2,USER2&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;Profile:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;PROFILE,SH01,SH02,SH03,SH04&lt;BR /&gt;ADMIN,1,1,1,1&lt;BR /&gt;USER1,1,1,0,0&lt;BR /&gt;USER2,1,0,1,0&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Sep 2010 21:05:24 GMT</pubDate>
    <dc:creator>vgutkovsky</dc:creator>
    <dc:date>2010-09-27T21:05:24Z</dc:date>
    <item>
      <title>trying to hide a sheet for some users ....</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219761#M72746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I am trying to hide some/show sheets for different users.&lt;BR /&gt;I think I am on the right way but I doesn't seem to work.&lt;/P&gt;&lt;P&gt;I am using this script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;Section Access;&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;Wachtwoorden:&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;ACCESS,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;USERID,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;PASSWORD,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;PROFILE&lt;/I&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;Admin,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;admin,&lt;/I&gt; &lt;I&gt;&lt;/I&gt; &lt;I&gt;&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;admin,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;admin&lt;/I&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;User,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;user1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;user1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;User1&lt;/I&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;User,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;user2,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;user2,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;User2&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;];&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;Section Application;&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;Profile:&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;PROFILE,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;SH01,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;SH02,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;SH03,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;SH04&lt;/I&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;Admin,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;1&lt;/I&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;User1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;0,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;0&lt;/I&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;User2,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;0,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;1,&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;0&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic; padding-left: 30px"&gt;];&lt;/P&gt;&lt;P&gt;And in the sheet proporties (show sheet conditional) I use:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;I&gt;SH04 &amp;lt;&amp;gt;0&lt;/I&gt;&lt;/P&gt;&lt;P&gt;What I want in the attached file is when I open it with &lt;I&gt;admin/admin&lt;/I&gt; it will show the sheet and when I open it with &lt;I&gt;User1/User1&lt;/I&gt; it would not show the sheet.&lt;/P&gt;&lt;P&gt;I am close right?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 19:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219761#M72746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T19:54:01Z</dc:date>
    </item>
    <item>
      <title>trying to hide a sheet for some users ....</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219762#M72747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you're close, yes. First, verify that section access is working by creating a listbox of SH04 when logged on as Admin. You should only see '1' listed. Then you can use the fieldindex function in your sheet Layout tab to check for existing values of SH04.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 20:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219762#M72747</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-09-27T20:07:04Z</dc:date>
    </item>
    <item>
      <title>trying to hide a sheet for some users ....</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219763#M72748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick respons.&lt;/P&gt;&lt;P&gt;When I make a list box logged on as Admin, it shows 1 and 0. That must be the problem right?&lt;BR /&gt;Because when I logged on as Admin1 it shows the same.&lt;/P&gt;&lt;P&gt;When I select the 0 in that list box the sheet is gone, so that looks good, but I think I must be doing something wrong...........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 20:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219763#M72748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T20:30:05Z</dc:date>
    </item>
    <item>
      <title>trying to hide a sheet for some users ....</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219764#M72749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I think your show condition is not really the problem. You should not be seeing 0 and 1. I'm guessing you didn't check "Initial Reduction Based on Section Access" in Document Properties --&amp;gt; Opening. Log in as admin, check that box, reload again and see if the problem is fixed. Also, PROFILE is case sensitive and everything must be written in caps for reduction fields. Here is what your final script should look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Section Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS,USERID,PASSWORD,PROFILE&lt;BR /&gt;ADMIN,admin,admin,ADMIN&lt;BR /&gt;USER,user1,user1,USER1&lt;BR /&gt;USER,user2,user2,USER2&lt;BR /&gt;];&lt;BR /&gt;Section Application;&lt;BR /&gt;Profile:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;PROFILE,SH01,SH02,SH03,SH04&lt;BR /&gt;ADMIN,1,1,1,1&lt;BR /&gt;USER1,1,1,0,0&lt;BR /&gt;USER2,1,0,1,0&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 21:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219764#M72749</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-09-27T21:05:24Z</dc:date>
    </item>
    <item>
      <title>trying to hide a sheet for some users ....</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219765#M72750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that's it!&lt;/P&gt;&lt;P&gt;Thank you mr &lt;STRONG&gt;&lt;A href="http://community.qlik.com/members/vgutkovsky/default.aspx"&gt;Vlad Gutkovsky&lt;/A&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Sep 2010 21:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219765#M72750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T21:23:32Z</dc:date>
    </item>
    <item>
      <title>trying to hide a sheet for some users ....</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219766#M72751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello..&lt;/P&gt;&lt;P&gt;in the syntax u have PROFILE field&lt;/P&gt;&lt;P&gt;what is that for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 02:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219766#M72751</guid>
      <dc:creator />
      <dc:date>2010-09-28T02:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: trying to hide a sheet for some users ....</title>
      <link>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219767#M72752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Vlad,&lt;/P&gt;&lt;P&gt; if i have lessthan 10 user no problem,&lt;/P&gt;&lt;P&gt;suppose i have 1000 users then what will we do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 03:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/trying-to-hide-a-sheet-for-some-users/m-p/219767#M72752</guid>
      <dc:creator />
      <dc:date>2013-07-17T03:38:20Z</dc:date>
    </item>
  </channel>
</rss>

