<?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: Can you hide certain tabs inside a panel? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47009#M3203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friend.&lt;/P&gt;&lt;P&gt;Is QlikSense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2018 00:59:45 GMT</pubDate>
    <dc:creator>gleybson_calyx</dc:creator>
    <dc:date>2018-06-05T00:59:45Z</dc:date>
    <item>
      <title>Can you hide certain tabs inside a panel?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47007#M3201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you hide certain tabs inside a panel?&lt;/P&gt;&lt;P&gt;Example: I have a sales panel and inside it I have 5 tabs or folders.&lt;/P&gt;&lt;P&gt;user 1 can see the 5 tabs&lt;/P&gt;&lt;P&gt;user 2 can only see tabs 1, 2 and 3&lt;/P&gt;&lt;P&gt;user 3 can only see tabs 4 and 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 17:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47007#M3201</guid>
      <dc:creator>gleybson_calyx</dc:creator>
      <dc:date>2018-06-03T17:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can you hide certain tabs inside a panel?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47008#M3202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernandes,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;&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;Section Access;&lt;/SPAN&gt;&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;LOAD * INLINE [&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, USER1&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, USER2&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, USER3&lt;/SPAN&gt;&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;];&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;Section Application;&lt;/SPAN&gt;&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;LOAD * INLINE [&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; USERID, SH01, SH02, SH03, SH04, SH05&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER1, 1, 1, 1,1,1&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER2, 1, 1,1,0,0&lt;/SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER3, 0,0,0,1,1&lt;/SPAN&gt;&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;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else you can restrict sheets based on conditional show sheets&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;For Sheet1 - wildmatch(OSUser(), '*user1*', 'user2'....'user5')&lt;/SPAN&gt;&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;For Sheet2 - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;wildmatch(OSUser(), '*user1*', 'user2','user3')&lt;/SPAN&gt;&lt;/SPAN&gt;&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;For sheet3 - &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;wildmatch(OSUser(), '*user4*', 'user5')&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Jesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 18:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47008#M3202</guid>
      <dc:creator>Jesh19</dc:creator>
      <dc:date>2018-06-03T18:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can you hide certain tabs inside a panel?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47009#M3203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friend.&lt;/P&gt;&lt;P&gt;Is QlikSense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 00:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47009#M3203</guid>
      <dc:creator>gleybson_calyx</dc:creator>
      <dc:date>2018-06-05T00:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can you hide certain tabs inside a panel?</title>
      <link>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47010#M3204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found this content in the community, but I can not do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18066"&gt;Sheet or App Object Level Security Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 01:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Can-you-hide-certain-tabs-inside-a-panel/m-p/47010#M3204</guid>
      <dc:creator>gleybson_calyx</dc:creator>
      <dc:date>2018-06-05T01:06:21Z</dc:date>
    </item>
  </channel>
</rss>

