<?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: Allow/Disallow tabs without Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489460#M1146452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then, what would be your logic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 11:21:05 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2013-08-13T11:21:05Z</dc:date>
    <item>
      <title>Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489454#M1146445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a requirement, which I feel would be common in most implementations. Based on the user login, I need to allow/disallow tabs.&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Peter&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SH01 &lt;/P&gt;&lt;P&gt;MacGill SH01&lt;/P&gt;&lt;P&gt;Peter&amp;nbsp;&amp;nbsp;&amp;nbsp; SH02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be a sample maintenance, say SH01 is the sheet id. Based on the user login for e.g. Peter, he should get access to both sheets. MacGill should get access only to SH01. &lt;/P&gt;&lt;P&gt;Can you please help how to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489454#M1146445</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489455#M1146446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sheet Property-&amp;gt;General-&amp;gt;Show Sheet-&amp;gt;Conditional&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489455#M1146446</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-13T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489456#M1146448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry tres, what would be the condition here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489456#M1146448</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489457#M1146449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let us say I capture the osuser() in a variable say vCurrentUser. How to use this variable in the condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489457#M1146449</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489458#M1146450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression something like:&lt;/P&gt;&lt;P&gt;=If(OsUser()='Peter')&amp;nbsp;&amp;nbsp; // for whichever sheet you want to give access to Peter (in your case this has to be there in SH01)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: Or, even you can simply write : =OsUser()='Peter'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // without IF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489458#M1146450</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-13T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489459#M1146451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No tres, I can't hardcode usernames.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489459#M1146451</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489460#M1146452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then, what would be your logic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489460#M1146452</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-13T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489461#M1146453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/311475#311475"&gt;http://community.qlik.com/message/311475#311475&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489461#M1146453</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-08-13T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489462#M1146454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm. This link shows how to implement using section access. I can't afford to take the user name as input. The osuser is captured in a variable and based on that variable and the configuration i showed above it should decide to allow/disallow tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:30:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489462#M1146454</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489463#M1146455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm. This link shows how to implement using section access. I can't afford to take the user name as input. The osuser is captured in a variable and based on that variable and the configuration i showed above it should decide to allow/disallow tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489463#M1146455</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489464#M1146456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See, you can always use variable instead of using the OsUser() directly, but in that case too, you have to compare that value with some string, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489464#M1146456</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-13T11:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489465#M1146457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm. This link shows how to implement using section access. I can't afford to take the user name as input. The osuser is captured in a variable and based on that variable and the configuration i showed above it should decide to allow/disallow tabs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489465#M1146457</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489466#M1146458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is not a comparison against a string. it is a comparison against a static table that i have got.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 11:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489466#M1146458</guid>
      <dc:creator />
      <dc:date>2013-08-13T11:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Allow/Disallow tabs without Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489467#M1146459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean, you have table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 25%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Sheet&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;User&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SH01&lt;/TD&gt;&lt;TD&gt;Peter&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;SH02&lt;/TD&gt;&lt;TD&gt;Jack&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, you can give a try (not sure):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(osuser()=User, Sheet)='SH01'&amp;nbsp;&amp;nbsp; // for sheet1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 12:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Allow-Disallow-tabs-without-Section-Access/m-p/489467#M1146459</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-08-13T12:07:52Z</dc:date>
    </item>
  </channel>
</rss>

