<?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: Section Access with OSUSER without Specifying each user in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376942#M799043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I'm confused, how do I specify that a particular user can only see their own data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Dec 2017 14:59:59 GMT</pubDate>
    <dc:creator>proctors</dc:creator>
    <dc:date>2017-12-10T14:59:59Z</dc:date>
    <item>
      <title>Section Access with OSUSER without Specifying each user in script</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376938#M799039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to use section access such that Qlikview looks at the OSUSER and limits their data to a fields Billing_USERID and Service_USERID. Both USERID fields are matched with a person's data and they should only be allowed to see their data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to have to create an in-line or external list of all of our users because it would be a lot to maintain (new hires). All USERID's match our OSUSER() data except that the OSUSER() has the domain\ attached to it. For example, my Billing_USERID is proctors and my OSUSER() is CHOP.EDU\PROCTORS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice if Qlikview could see who is logged in, compare that to the loaded USERID fields and only show them their USERID data. Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376938#M799039</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with OSUSER without Specifying each user in script</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376939#M799040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can define conditionally like &lt;STRONG&gt;If(OSUSER() = Billing_USERID, 1, 0) . &lt;/STRONG&gt;So, Finally you can define &lt;STRONG&gt;QVUSER()&lt;/STRONG&gt; to show the user name of customer logged.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 08:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376939#M799040</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-10T08:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with OSUSER without Specifying each user in script</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376940#M799041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a classical section access by using NTNAME as section access authentification you could use normal windows user-groups which meant you need only to develop and maintain the authorization on a user-group level. If these user-groups are sensible maintained from your HR + IT department there is not much need to maintain them within Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 09:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376940#M799041</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-10T09:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with OSUSER without Specifying each user in script</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376941#M799042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would I make this apply in my QV? For example, I have field with Billing User Name that is linked to their USERID. Where would I put this to make sure they can only select their own name or could only load data about themselves? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 14:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376941#M799042</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2017-12-10T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with OSUSER without Specifying each user in script</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376942#M799043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I'm confused, how do I specify that a particular user can only see their own data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 14:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376942#M799043</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2017-12-10T14:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with OSUSER without Specifying each user in script</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376943#M799044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is meant that there is usually some kind of hierarchy in the rights within a company. For example that a user belonged to a team and various teams belong to a certain department and so on. Now you could authorize a user to certain access-rights over their membership to a team, department and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This approach is quite commonly used in many companies to control the access of users to the network-shares, to the rights within their ERP systems and so on. If somebody is hired or left the company or changed the position the status and the membership to the various groups will be set/adjusted from the HR and/or IT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally these rights to work on certain stuff are usually the same like the requirements within a visualization tool like QlikView to see and operate with their results. Therefore why developing and maintain a further authorization logic? Even if there is some exception from this it's easier to use this as a default-approach and to add special instructions on top of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 15:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376943#M799044</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-10T15:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access with OSUSER without Specifying each user in script</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376944#M799045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stephon, I didn't tested, better do a backup copy before apply changes to section acces to prevent bloking to document to everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there is a better option and i'm not sure of the data and how security should apply but to give and idea maybe loading the users from the same fact data?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;Users:&lt;/P&gt;&lt;P&gt;LOAD 'USER' as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'CHOP.EDU\' &amp;amp; Billing_USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Billing_USERID as BILLING_USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Billing_USERID as SERVICE_USERID // Same user have access to both fields?&lt;/P&gt;&lt;P&gt;From billingTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// not sure if this is needed&lt;/P&gt;&lt;P&gt;concatenate&lt;/P&gt;&lt;P&gt;LOAD 'USER' as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'CHOP.EDU\' &amp;amp; Service_USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Service_USERID as BILLING_USERID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Service_USERID as SERVICE_USERID&lt;/P&gt;&lt;P&gt;From serviceTable;&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;And loading additional fields in caps (BILLING_USERID and SERVICE_USERID) in fact tables to apply setion access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Dec 2017 16:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-with-OSUSER-without-Specifying-each-user-in/m-p/1376944#M799045</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2017-12-10T16:52:07Z</dc:date>
    </item>
  </channel>
</rss>

