<?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: Security in Sheet Level in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048221#M941108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mixmatch(Osuser(),'User1','User2','User3')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 16:10:52 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-01-21T16:10:52Z</dc:date>
    <item>
      <title>Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048217#M941104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QV Experts,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Can we able add security at sheet level without using section access in QlikView?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Please suggest me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048217#M941104</guid>
      <dc:creator />
      <dc:date>2016-01-21T15:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048218#M941105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the OsUser() function in the conditional show of the sheet. See e.g.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/871743"&gt;Re: Access only a particular sheet&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048218#M941105</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-01-21T15:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048219#M941106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Piet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to add multiple users to access the particular sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048219#M941106</guid>
      <dc:creator />
      <dc:date>2016-01-21T15:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048220#M941107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there are say two, a simple or could do that&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=OSUser()='Domain\User' or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OSUser()='Domain\User'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If there are more you could check against a concatenated string of users&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Match(OsUser(), Concatenated string)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;or load a data island with User and e.g. a field AccessGroup and something like (this needs some quotes '' around fieldnames, pls check help)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FieldValue(AccessGroup,FieldIndex(User, OsUser()))='AccessSheet1'&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048220#M941107</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-01-21T16:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048221#M941108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mixmatch(Osuser(),'User1','User2','User3')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048221#M941108</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-21T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048222#M941109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #1f497d;"&gt;Can we separate by “;” or a “,”&amp;nbsp; also like this below,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;OSUser()='Domain\User' ;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;'Domain\User'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-style: inherit; font-weight: inherit;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048222#M941109</guid>
      <dc:creator />
      <dc:date>2016-01-21T16:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048223#M941110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that's not possible. Either use an or repeating the OsUser()= or OsUser()=&lt;/P&gt;&lt;P&gt;or use a function that takes a seperated list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048223#M941110</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-01-21T16:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048224#M941111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is this not working for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mixmatch(Osuser(),'Domain\User1','Domain\User2','Domain\User3')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 16:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048224#M941111</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-01-21T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Security in Sheet Level</title>
      <link>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048225#M941112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Settu. It is working. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 17:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Security-in-Sheet-Level/m-p/1048225#M941112</guid>
      <dc:creator />
      <dc:date>2016-01-21T17:49:29Z</dc:date>
    </item>
  </channel>
</rss>

