<?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 sheet security access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141699#M21307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am trying to limit sheet access to a selection of users. I already have an permissions tab in the script to enable access to the complete document.&lt;/P&gt;&lt;P&gt;In sheet properties I was trying to use this in conditional : qvuser() = username&lt;/P&gt;&lt;P&gt;I thought this worked but when it went to the server it did not seem to do so.&lt;/P&gt;&lt;P&gt;Can anyone shed some light on this?&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;bc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2009 21:47:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-04-17T21:47:37Z</dc:date>
    <item>
      <title>sheet security access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141699#M21307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am trying to limit sheet access to a selection of users. I already have an permissions tab in the script to enable access to the complete document.&lt;/P&gt;&lt;P&gt;In sheet properties I was trying to use this in conditional : qvuser() = username&lt;/P&gt;&lt;P&gt;I thought this worked but when it went to the server it did not seem to do so.&lt;/P&gt;&lt;P&gt;Can anyone shed some light on this?&lt;/P&gt;&lt;P&gt;Thanks for the help&lt;/P&gt;&lt;P&gt;bc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 21:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141699#M21307</guid>
      <dc:creator />
      <dc:date>2009-04-17T21:47:37Z</dc:date>
    </item>
    <item>
      <title>sheet security access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141700#M21308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you already have Section Access, you can link your users to an additional "Group" field and then condition the tabes based on the Group. See example in the Chapter 30.8 in the Reference Manual&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Apr 2009 02:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141700#M21308</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-04-18T02:38:31Z</dc:date>
    </item>
    <item>
      <title>sheet security access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141701#M21309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QVUser can work.&lt;/P&gt;&lt;P&gt;My section access is based on OSUser, so my conditional sheet access formula is:&lt;/P&gt;&lt;P&gt;IF(OSUser( ) = 'Username', 1, 0)&lt;/P&gt;&lt;P&gt;The problem with this solution that if you have more than 1 user you want to show the sheet to, you have to nest an 'if' statement for all of them. I have 4 people I want to show all sheets to, and even this was cumbersome to set up.&lt;/P&gt;&lt;P&gt;I am going to try the other suggested solution first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 22:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141701#M21309</guid>
      <dc:creator />
      <dc:date>2011-03-21T22:44:15Z</dc:date>
    </item>
    <item>
      <title>sheet security access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141702#M21310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with:&lt;/P&gt;&lt;P&gt;UPPER(MATCH(qvuser(),'USER1','USER2','USER3'))&lt;/P&gt;&lt;P&gt;Tchau&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 06:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141702#M21310</guid>
      <dc:creator />
      <dc:date>2011-03-22T06:15:31Z</dc:date>
    </item>
    <item>
      <title>sheet security access</title>
      <link>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141703#M21311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please find the attachment. Hope it helps you lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 06:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/sheet-security-access/m-p/141703#M21311</guid>
      <dc:creator />
      <dc:date>2011-03-22T06:20:34Z</dc:date>
    </item>
  </channel>
</rss>

