<?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 the tab based on user security in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-the-tab-based-on-user-security/m-p/1073535#M639826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use OSUser() function to give access to only certain individuals:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WildMatch(OSUser(), '*User1*', '*User5*')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will do this on the sheet properties -&amp;gt; General Tab -&amp;gt; Show Sheet -&amp;gt; Conditional -&amp;gt; &lt;SPAN style="font-size: 13.3333px; font-weight: bold;"&gt;WildMatch(OSUser(), '*User1*', '*User5*')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2016 17:08:32 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-19T17:08:32Z</dc:date>
    <item>
      <title>How to hide the tab based on user security</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-the-tab-based-on-user-security/m-p/1073534#M639825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to qlik view.&lt;/P&gt;&lt;P&gt;How to hide the tab based on user security, I have 3 tabs in my application&lt;/P&gt;&lt;P&gt;Two tabs data is coming from financials , other tab is HR. I need to hide 3 rd Tab based on user registration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 13:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-the-tab-based-on-user-security/m-p/1073534#M639825</guid>
      <dc:creator />
      <dc:date>2016-02-19T13:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the tab based on user security</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-the-tab-based-on-user-security/m-p/1073535#M639826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use OSUser() function to give access to only certain individuals:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WildMatch(OSUser(), '*User1*', '*User5*')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will do this on the sheet properties -&amp;gt; General Tab -&amp;gt; Show Sheet -&amp;gt; Conditional -&amp;gt; &lt;SPAN style="font-size: 13.3333px; font-weight: bold;"&gt;WildMatch(OSUser(), '*User1*', '*User5*')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 17:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-the-tab-based-on-user-security/m-p/1073535#M639826</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-19T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the tab based on user security</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-the-tab-based-on-user-security/m-p/1073536#M639827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suuny , &lt;/P&gt;&lt;P&gt;Thanks for your response. But i have so many users . we setup security in backend. We have restriction flag Y or N . Based on this i need to hide tab. Based on this i setup security but i have issue with if one user register for two institutes(IC), in this one institute have Y other N .This scenario i m not able to get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used below script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Directory;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IC&lt;/P&gt;&lt;P&gt;From DataAccess_1299.qvd (qvd) where 1 = 1;&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;&lt;/P&gt;&lt;P&gt;HR_Check:&lt;/P&gt;&lt;P&gt;LOAD [~NTNAME], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [~IC_HR], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [~HR_FLAG]&lt;/P&gt;&lt;P&gt;FROM HR_DataAccess_1299.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-the-tab-based-on-user-security/m-p/1073536#M639827</guid>
      <dc:creator />
      <dc:date>2016-02-29T13:07:43Z</dc:date>
    </item>
  </channel>
</rss>

