<?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: hidden Tab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108094#M366826</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 do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you have a sheet with ID SH03 that must be hidden for USER2.&lt;/P&gt;&lt;P&gt;&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,ADMIN, ADMIN&lt;/P&gt;&lt;P&gt; USER1,PASS1,USER&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; USER2,PASS2,USER&lt;/STRONG&gt;&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;USER1,SH02&lt;/P&gt;&lt;P&gt;USER1,SH03&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER2,SH01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER2,SH02&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ADMIN,SH01&lt;/P&gt;&lt;P&gt;ADMIN,SH02&lt;/P&gt;&lt;P&gt;ADMIN,SH03&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your sheet properties, add the following conditional expression:&lt;/P&gt;&lt;P&gt;=SUM(IF(SHEETID='&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SH03&lt;/SPAN&gt;',1,0))&amp;gt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Aug 2016 13:08:58 GMT</pubDate>
    <dc:creator>santiago_respane</dc:creator>
    <dc:date>2016-08-15T13:08:58Z</dc:date>
    <item>
      <title>hidden Tab</title>
      <link>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108092#M366824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a dashbord that contains 3 tabs. I need to hide access to hide one of the tab for a specific user. Any idea how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 12:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108092#M366824</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-08-15T12:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: hidden Tab</title>
      <link>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108093#M366825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the conditional show property of the sheet in combination with the OSUser() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CondShowSheetUser.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134560_CondShowSheetUser.png" style="height: 515px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 13:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108093#M366825</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2016-08-15T13:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: hidden Tab</title>
      <link>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108094#M366826</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 do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say you have a sheet with ID SH03 that must be hidden for USER2.&lt;/P&gt;&lt;P&gt;&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,ADMIN, ADMIN&lt;/P&gt;&lt;P&gt; USER1,PASS1,USER&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; USER2,PASS2,USER&lt;/STRONG&gt;&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;USER1,SH02&lt;/P&gt;&lt;P&gt;USER1,SH03&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER2,SH01&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USER2,SH02&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ADMIN,SH01&lt;/P&gt;&lt;P&gt;ADMIN,SH02&lt;/P&gt;&lt;P&gt;ADMIN,SH03&lt;/P&gt;&lt;P&gt;]; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your sheet properties, add the following conditional expression:&lt;/P&gt;&lt;P&gt;=SUM(IF(SHEETID='&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SH03&lt;/SPAN&gt;',1,0))&amp;gt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 13:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108094#M366826</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-08-15T13:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: hidden Tab</title>
      <link>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108095#M366827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Santiago for your reply.&lt;/P&gt;&lt;P&gt;In my case, users access the qlikview acees point by using login/pass of their sessions. How to change &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SECTION ACCESS part?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 13:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108095#M366827</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2016-08-15T13:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: hidden Tab</title>
      <link>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108096#M366828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wiem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you dont have section access in your document, you need to follow what piet hein mentioned. But if you have more number of users, i recommend you need to create section access for sheet level access mentioned by Santiago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 02:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hidden-Tab/m-p/1108096#M366828</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2016-08-16T02:33:29Z</dc:date>
    </item>
  </channel>
</rss>

