<?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: Show/hide sheet for few users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187632#M384095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i have only 3 fixed users who need to see this sheets. I have tried the below formula for sheet condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first user is mine, i can able to see the sheet even if i keep this or remove this. In the both cases, i can able to see sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match(Upper(OSUser()),'CTC\SRIDHAR_S',&amp;nbsp; 'CTC\RAJESH_Y',&amp;nbsp; 'CTC\BHOPESH_Y')&amp;gt;0, True())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match(Upper(OSUser()), 'CTC\RAJESH_Y',&amp;nbsp; 'CTC\BHOPESH_Y')&amp;gt;0, True())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2016 11:42:44 GMT</pubDate>
    <dc:creator>sridhar_sigired</dc:creator>
    <dc:date>2016-09-19T11:42:44Z</dc:date>
    <item>
      <title>Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187621#M384084</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;I have one sheet where i need to show only few users. Can we do this without using section access? If yes, how we can achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If No, can have process how can we do this? Please help me. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 10:10:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187621#M384084</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-09-19T10:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187622#M384085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a button which controls a variable (and have it say something like "Show X sheet"), then you could change the show condition of that sheet to correspond with the variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 10:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187622#M384085</guid>
      <dc:creator>c_gilbert</dc:creator>
      <dc:date>2016-09-19T10:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187623#M384086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use osuser() to get the Name of user&lt;/P&gt;&lt;P&gt;then pass to a variable like&lt;/P&gt;&lt;P&gt;vSheetAllowed= (if (osuser()&amp;lt;&amp;gt;'NAME1' and osuser() &amp;lt;&amp;gt; 'NAME2',1,0)&lt;/P&gt;&lt;P&gt;look for exact Format of osuser()&lt;/P&gt;&lt;P&gt;then you may define in sheet properties, Show conditional&lt;/P&gt;&lt;P&gt;vSheetAllowed=1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 10:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187623#M384086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-19T10:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187624#M384087</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;Can we create variable like below?&amp;nbsp; I have to give access of sheet to 3 users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vSheetAllowed= (if (osuser()='NAME1' or osuser() = 'NAME2' or osuser() = 'NAME3',1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 10:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187624#M384087</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-09-19T10:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187625#M384088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_1.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/137868_Screenshot_1.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/137869_Screenshot_2.jpg" style="height: 292px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 10:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187625#M384088</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2016-09-19T10:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187626#M384089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi,&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;BR /&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;You can use OSUSER() OR QVUSER() Function and then match this to a table which control 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;&lt;BR /&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;Please see the attached example app, just change your username in the load script.&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;BR /&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;There are two additional tabs which will show / hide depending on the setting you make&lt;BR /&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;&lt;BR /&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;&lt;BR /&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 10:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187626#M384089</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-19T10:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187627#M384090</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;If we implement this, Jonny and Joe are going to see sheet? or... I have tried this, but could not able to get...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 10:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187627#M384090</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-09-19T10:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187628#M384091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case, do we need to add all user information to whom we are giving file access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or only those users are enough to whom we need to show this sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 10:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187628#M384091</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-09-19T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187629#M384092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;...that's up to you depending on how your write your conditional statement. If only a couple of people need to see the sheet, its quicker and easier to just include their user IDs in the statement, as &lt;A href="https://community.qlik.com/qlik-users/145582"&gt;mindaugasbacius&lt;/A&gt; has shown above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 11:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187629#M384092</guid>
      <dc:creator>richard_chilvers</dc:creator>
      <dc:date>2016-09-19T11:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187630#M384093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my example, only those who need to see the sheet as if the user doesn't exist it shouldn't be true and so the sheets won't show at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*edit* sorry no that isn't true which is interesting. Let me amend the formula slightly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 11:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187630#M384093</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-19T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187631#M384094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this formula on the sheets to account for NULLS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=if(len(only({&amp;lt;userid={$(=OSUser())}&amp;gt;}show1))&amp;lt;1,0,only({&amp;lt;userid={$(=OSUser())}&amp;gt;}show1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;As Richard has said, if it is only a few users then hard-coding them and using a match will be quickest, my solution will allow you to update easilly and also pull from a SQL table / spreadsheet if you wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its more complex but IMHO more future-proof&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 11:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187631#M384094</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-19T11:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187632#M384095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i have only 3 fixed users who need to see this sheets. I have tried the below formula for sheet condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first user is mine, i can able to see the sheet even if i keep this or remove this. In the both cases, i can able to see sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match(Upper(OSUser()),'CTC\SRIDHAR_S',&amp;nbsp; 'CTC\RAJESH_Y',&amp;nbsp; 'CTC\BHOPESH_Y')&amp;gt;0, True())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match(Upper(OSUser()), 'CTC\RAJESH_Y',&amp;nbsp; 'CTC\BHOPESH_Y')&amp;gt;0, True())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 11:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187632#M384095</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-09-19T11:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Show/hide sheet for few users</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187633#M384096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding the negative result to the IF as well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(match(Upper(OSUser()),'CTC\SRIDHAR_S',&amp;nbsp; 'CTC\RAJESH_Y',&amp;nbsp; 'CTC\BHOPESH_Y')&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(match(Upper(OSUser()), 'CTC\RAJESH_Y',&amp;nbsp; 'CTC\BHOPESH_Y')&amp;gt;0,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2016 11:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-sheet-for-few-users/m-p/1187633#M384096</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2016-09-19T11:47:31Z</dc:date>
    </item>
  </channel>
</rss>

