<?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 with multiple access by user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-access-by-user/m-p/172555#M42065</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 have the same problem (&lt;A href="http://community.qlik.com/forums/p/16502/133796.aspx#133796" title="http://community.qlik.com/forums/p/16502/133796.aspx#133796"&gt;http://community.qlik.com/forums/p/16502/133796.aspx#133796&lt;/A&gt;), have you resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Sep 2010 15:52:07 GMT</pubDate>
    <dc:creator>marcobombo</dc:creator>
    <dc:date>2010-09-22T15:52:07Z</dc:date>
    <item>
      <title>Section access with multiple access by user</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-access-by-user/m-p/172554#M42064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following hierarchie :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-1723_sourceID:1723" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make 3 users :&lt;/P&gt;&lt;P&gt;- "A" who can access to all entity in the country "France".&lt;BR /&gt;- "B" who can access to entities "Head Quarters" in all countries.&lt;BR /&gt;- "C" who can access to to all entity in the country "France" and entity "Head Quarters" in the country "USA".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I manage the access for my "C" user ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the following code :&lt;/P&gt;&lt;P&gt;[CODE]&lt;/P&gt;&lt;P&gt;Section access;&lt;BR /&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;ACCESS, USERID, PASSWORD, GRP_COUNTRY, GRP_ENTITY&lt;BR /&gt;ADMIN, admin, admin, ALL, ALL&lt;BR /&gt;USER, A, pass, FRANCE, ALL&lt;BR /&gt;USER, B, pass, ALL, HEADQUARTER&lt;BR /&gt;USER, C, pass, FRANCE, ALL&lt;BR /&gt;USER, C, pass, USA, HEADQUARTER&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Section application;&lt;BR /&gt;star is *;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GRP_COUNTRY:&lt;BR /&gt;load * inline [&lt;BR /&gt;GRP_COUNTRY, Country&lt;BR /&gt;ALL, *&lt;BR /&gt;FRANCE, France&lt;BR /&gt;USA, USA&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;GRP_ENTITY:&lt;BR /&gt;load * inline [&lt;BR /&gt;GRP_ENTITY, Entity&lt;BR /&gt;ALL, *&lt;BR /&gt;HEADQUARTER, Head Quarter&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;[/CODE]&lt;/P&gt;&lt;P&gt;my user "C" can access to all entities of the country "USA", whereas I would like only "Head Quarter"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this, the acces is equivalent to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;country = France and entity = * and coutry = USA and entity = *&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;and I would like it to be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;(country = France and entity = *) or (coutry = USA and entity = Head Quarter)&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 15:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-access-by-user/m-p/172554#M42064</guid>
      <dc:creator />
      <dc:date>2010-06-01T15:50:01Z</dc:date>
    </item>
    <item>
      <title>Section access with multiple access by user</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-access-by-user/m-p/172555#M42065</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 have the same problem (&lt;A href="http://community.qlik.com/forums/p/16502/133796.aspx#133796" title="http://community.qlik.com/forums/p/16502/133796.aspx#133796"&gt;http://community.qlik.com/forums/p/16502/133796.aspx#133796&lt;/A&gt;), have you resolved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 15:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-with-multiple-access-by-user/m-p/172555#M42065</guid>
      <dc:creator>marcobombo</dc:creator>
      <dc:date>2010-09-22T15:52:07Z</dc:date>
    </item>
  </channel>
</rss>

