<?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 section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/section-access/m-p/266744#M100199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Miguel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to work with USERID &amp;amp; PASSWORD in section access. &lt;/P&gt;&lt;P&gt;I am working with NTNAME - Will your approach still work ?&lt;/P&gt;&lt;P&gt;How would i check if the user has permission 1 or 0. QVUser() returns nothing when not working with USERID / PASSWORD...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 10:28:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-09T10:28:52Z</dc:date>
    <item>
      <title>section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/266741#M100196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a question related to section access:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to hide a certain object (button) and a certain sheet from the users that i have defined in an outsourced section access table as ACCESS = USER.&lt;/P&gt;&lt;P&gt;All the ACCESS = ADMIN in this table shall see both - the sheet and the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i check on the user (whether its a USER or an ADMIN) on a sheet and button respectively ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for some clues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/266741#M100196</guid>
      <dc:creator />
      <dc:date>2012-02-09T09:09:23Z</dc:date>
    </item>
    <item>
      <title>section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/266742#M100197</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;&lt;/P&gt;&lt;P&gt;As per my knowledge Admin can access all the sheets, but the user can see only related sheets as per the password given to the sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If am wrong plz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 09:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/266742#M100197</guid>
      <dc:creator />
      <dc:date>2012-02-09T09:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/266743#M100198</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;You cannot check whether a given user has or has not ADMIN permissions under the ACCESS field in section access, but you can add a new field (called PERMISSIONS) where you can use those values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [ // Or whatever source of your security table&lt;/P&gt;&lt;P&gt;ACCESS, USERID, PASSWORD, PERMISSIONS&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN&lt;/P&gt;&lt;P&gt;ADMIN, MANAGER, MANAGER, 1&lt;/P&gt;&lt;P&gt;USER, REP, REP, 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If PERMISSIONS is equal to or greater than zero, then the user is an admin so he or she can see the objects, otherwise, the object will be hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/266743#M100198</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-02-09T10:11:51Z</dc:date>
    </item>
    <item>
      <title>section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/266744#M100199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Miguel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to work with USERID &amp;amp; PASSWORD in section access. &lt;/P&gt;&lt;P&gt;I am working with NTNAME - Will your approach still work ?&lt;/P&gt;&lt;P&gt;How would i check if the user has permission 1 or 0. QVUser() returns nothing when not working with USERID / PASSWORD...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/266744#M100199</guid>
      <dc:creator />
      <dc:date>2012-02-09T10:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/266745#M100200</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 previously created another table, outside of section access (but that still links to it) and then created my extra columns there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case I could imagine creating another table with perhaps ACCESS and QVUser columns and then checking the value of QVUser to determine if the button should be shown or not. Because the ACCESS column will link from your section access to the new table it will filter it down so you will only end up with 1 row in your new table so you shouldn't have a problem checking this field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/266745#M100200</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2012-02-09T10:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/266746#M100201</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;Consider the following piece of script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, PERMISSIONS&lt;/P&gt;&lt;P&gt;ADMIN, DOMAIN\USER1, 1&lt;/P&gt;&lt;P&gt;USER, DOMAIN\USER2, 0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;PERMISSIONS&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume there is a text object with the following condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Sum(PERMISSIONS)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user that is logging in is USER1, the text object will appear. Otherwise, the text object will still be there, but hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes more sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 11:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/266746#M100201</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-02-09T11:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/266747#M100202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to correct myself.&lt;/P&gt;&lt;P&gt;After LOAD of my application there is no selection in any field - this includes PERMISSIONS - and hence i see the text field, even if i would be USER2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, how to solve this ?&lt;/P&gt;&lt;P&gt;(Without creating an automatic selection, which the user could erase...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 12:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/266747#M100202</guid>
      <dc:creator />
      <dc:date>2012-02-09T12:00:20Z</dc:date>
    </item>
  </channel>
</rss>

