<?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: Permission to view sheet / Button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738458#M1263095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The post above by &lt;A href="https://community.qlik.com/qlik-users/41178"&gt;Piet Hein van der Stigchel&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; will work, this is how i have implemented this kind of thing for clients.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jul 2014 12:00:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-24T12:00:05Z</dc:date>
    <item>
      <title>Permission to view sheet / Button</title>
      <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738453#M1263086</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've got a document where the users navigate between sheets through text boxes with actions,&lt;/P&gt;&lt;P&gt;I want that only certain users can view the textbox that move to sheet and sheet herself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attaching example.&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, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738453#M1263086</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Permission to view sheet / Button</title>
      <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738454#M1263088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jacob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could do this with section access. Not sure of other ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 11:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738454#M1263088</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-07-24T11:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Permission to view sheet / Button</title>
      <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738455#M1263090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;a simple solution is with OsUser(), this function (try it in a text box) return the logged user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can enable the sheet navigation comparing OsUser() with a list of users enabled to perform the action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 11:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738455#M1263090</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-24T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Permission to view sheet / Button</title>
      <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738456#M1263092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do this with section Access, something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Table with users, NTNAME are their OS login ID's&lt;/P&gt;&lt;P&gt;//In ACCESGROUP you assign some value e.g. YES/NO to each user who can see sheet2&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;Load NTNAME, ACCESS, ACCESSGROUP&lt;/P&gt;&lt;P&gt;from users;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//link to your data&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;Load * inline [ACCESGROUP&lt;/P&gt;&lt;P&gt;YES&lt;/P&gt;&lt;P&gt;NO&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the layout properties of your textbox/button put ACCESSGROUP='YES' in the conditional show&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 11:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738456#M1263092</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-07-24T11:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Permission to view sheet / Button</title>
      <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738457#M1263094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this will work, but a smart user will find a way to bypass it. Section Access would be the best way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 11:57:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738457#M1263094</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-07-24T11:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Permission to view sheet / Button</title>
      <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738458#M1263095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The post above by &lt;A href="https://community.qlik.com/qlik-users/41178"&gt;Piet Hein van der Stigchel&lt;/A&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; will work, this is how i have implemented this kind of thing for clients.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 12:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738458#M1263095</guid>
      <dc:creator />
      <dc:date>2014-07-24T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Permission to view sheet / Button</title>
      <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738459#M1263096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User Access Info&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="271"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;USERID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="79"&gt;PASSWORD&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;GROUP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;ADMIN&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;admin&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;admin&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;User1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;GROUP1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;User2&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;GROUP2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet access Info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="192"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;GROUP&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Report1&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Report2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;GROUP1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;GROUP2&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hidden Script pwd : 123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short,&lt;/P&gt;&lt;P&gt;User1 has accessto Only Report1&lt;/P&gt;&lt;P&gt;User2 has accessto Only Report2&lt;/P&gt;&lt;P&gt;Admin has access to all reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 12:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738459#M1263096</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-24T12:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Permission to view sheet / Button</title>
      <link>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738460#M1263097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the way I would do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jul 2014 13:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Permission-to-view-sheet-Button/m-p/738460#M1263097</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2014-07-24T13:27:06Z</dc:date>
    </item>
  </channel>
</rss>

