<?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 hide sheet from users? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656342#M1058736</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 can create a file that contains the users that can't see sheet A, and load that file (or make a load inline). After that, in your sheet Contitional, you can do a condition with the users from the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Users]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Users&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sallyd&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the Sheet Contitional:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Not WildMatch(Concat(Users),'*' &amp;amp; PurgeChar(OSUser(),'xyz\') &amp;amp; '*')&amp;nbsp; &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 16:12:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-03T16:12:38Z</dc:date>
    <item>
      <title>How to hide sheet from users?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656340#M1058733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two sheets - Sheet A &amp;amp; Sheet B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to make Sheet A visible to John. His network logon is xyz\johns but I do not want him to see Sheet B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly, I want to make Sheet B visible to Sally. Her network logon is xyz\sallyd and I do not want her to see Sheet A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;CD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 16:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656340#M1058733</guid>
      <dc:creator>chiranjivdas</dc:creator>
      <dc:date>2014-10-03T16:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide sheet from users?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656341#M1058734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can leverage these system functions in the show/hide condition to hide to certain users.&amp;nbsp; If you are using section access that can yield groups or users which can be associated to other field types to be used in condtions too..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1324"&gt;&lt;/A&gt;&lt;A name="OSuser"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;OSuser( )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a string containing the name of the current user as returned by the operating system. &lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1325"&gt;&lt;/A&gt;&lt;A name="QVuser"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #0a246a;"&gt;QVuser&lt;/SPAN&gt;( )&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a string containing the name of the current QlikView user as entered in a &lt;SPAN class="Bold"&gt;section access&lt;/SPAN&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 16:09:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656341#M1058734</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-10-03T16:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide sheet from users?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656342#M1058736</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 can create a file that contains the users that can't see sheet A, and load that file (or make a load inline). After that, in your sheet Contitional, you can do a condition with the users from the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Users]:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Users&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sallyd&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the Sheet Contitional:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Not WildMatch(Concat(Users),'*' &amp;amp; PurgeChar(OSUser(),'xyz\') &amp;amp; '*')&amp;nbsp; &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 16:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656342#M1058736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-03T16:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide sheet from users?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656343#M1058738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;small example with USERID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 17:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656343#M1058738</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-03T17:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide sheet from users?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656344#M1058740</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;Try this:&lt;/P&gt;&lt;P&gt;Sheet Properties--&amp;gt;Show sheet- select conditional and add the below&amp;nbsp; condition.&lt;/P&gt;&lt;P&gt;WildMatch(Upper(OSUser()),'xyz\johns' ) &amp;gt; 0.&lt;/P&gt;&lt;P&gt;So that the particular sheet can be visible to john only.&lt;/P&gt;&lt;P&gt;Hope this will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shekar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 18:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656344#M1058740</guid>
      <dc:creator />
      <dc:date>2014-10-03T18:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide sheet from users?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656345#M1058742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can even go for section access in the appln as below&lt;/P&gt;&lt;P&gt;I. Create Section Access&lt;/P&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt; USERID,PASSWORD, ACCESS&lt;/P&gt;&lt;P&gt; ADMIN,123, ADMIN&lt;/P&gt;&lt;P&gt; USER1,123,USER&lt;/P&gt;&lt;P&gt; USER2,125,USER&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt; USERID,SHEETID&lt;/P&gt;&lt;P&gt; USER1,SH01&lt;/P&gt;&lt;P&gt; USER2,SH02&lt;/P&gt;&lt;P&gt; ]; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 18:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-sheet-from-users/m-p/656345#M1058742</guid>
      <dc:creator />
      <dc:date>2014-10-03T18:00:45Z</dc:date>
    </item>
  </channel>
</rss>

