<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/section-access/m-p/264194#M99353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Usha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need is to add all possible values for Kerala. The "*" in section access doesn't mean "all values" but "all values listed in section access" so ADMIN in your example would not be able to see Region = Delhi (for example), but only Regions "Kerala" and "Tamil Nadu", and only Branch = "Chennai".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following 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;STAR IS *;&lt;/P&gt;&lt;P&gt;&lt;/P&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;GROUP, USERID, PASSWORD, REGION, BRANCH&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN, *,&lt;/P&gt;&lt;P&gt;USER, PRIYA, PRIYA1, KERALA, BRANCH1&lt;/P&gt;&lt;P&gt;USER, PRIYA, PRIYA1, KERALA, BRANCH2&lt;/P&gt;&lt;P&gt;USER, PRIYA, PRIYA1, TAMIL NADU, CHENNAI&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;DATA:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;REGION, BRANCH&lt;/P&gt;&lt;P&gt;KERALA, BRANCH1&lt;/P&gt;&lt;P&gt;KERALA, BRANCH2&lt;/P&gt;&lt;P&gt;TAMIL NADU, CHENNAI&lt;/P&gt;&lt;P&gt;TAMIL NADU, BRANCH3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create as many lines as possible different values under Region and Branch are. In this example, user "Priya" will see all Kerala region (branches 1 and 2) and Tamil Nadu branch Chennai, but not "Branch3".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find some posts that will help on this same exact subject &lt;A _jive_internal="true" href="https://community.qlik.com/message/70509?tstart=0"&gt;here&lt;/A&gt;, &lt;A _jive_internal="true" href="https://community.qlik.com/thread/30816"&gt;here&lt;/A&gt; or &lt;A _jive_internal="true" href="https://community.qlik.com/message/143104"&gt;here&lt;/A&gt;, among many many others. Apart from that, there is a very good document that details how section access works in the Documents section &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1853"&gt;here&lt;/A&gt;.&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;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2011 09:09:57 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-09-15T09:09:57Z</dc:date>
    <item>
      <title>section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/264191#M99350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;group&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;user id&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;password&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;region&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;branch&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;admin&lt;/TD&gt;&lt;TD&gt;admin&lt;/TD&gt;&lt;TD&gt;admin1&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;user&lt;/TD&gt;&lt;TD&gt;priya&lt;/TD&gt;&lt;TD&gt;priya1&lt;/TD&gt;&lt;TD&gt;Kerala&lt;/TD&gt;&lt;TD&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;user&lt;/TD&gt;&lt;TD&gt;priya&lt;/TD&gt;&lt;TD&gt;priya1&lt;/TD&gt;&lt;TD&gt;Tamil Nadu&lt;/TD&gt;&lt;TD&gt;Only "Chennai"&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;For a same user id and passwrd i want the above condition. i tried it but its not working. anybody facing the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 06:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/264191#M99350</guid>
      <dc:creator />
      <dc:date>2011-09-15T06:39:19Z</dc:date>
    </item>
    <item>
      <title>section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/264192#M99351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;at the moment i can tell you to see th help in qlikview searching sectiona access, then if there is not already answer i post an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Help there is an usefull example, maybe your problem is caused from the wrong use of '*'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C u,&lt;/P&gt;&lt;P&gt;Stefano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 06:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/264192#M99351</guid>
      <dc:creator />
      <dc:date>2011-09-15T06:57:18Z</dc:date>
    </item>
    <item>
      <title>section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/264193#M99352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Stefano&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for it. but i cant get the example what i need. will u plz post example application. if u hav please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 07:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/264193#M99352</guid>
      <dc:creator />
      <dc:date>2011-09-15T07:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: section access</title>
      <link>https://community.qlik.com/t5/QlikView/section-access/m-p/264194#M99353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Usha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you need is to add all possible values for Kerala. The "*" in section access doesn't mean "all values" but "all values listed in section access" so ADMIN in your example would not be able to see Region = Delhi (for example), but only Regions "Kerala" and "Tamil Nadu", and only Branch = "Chennai".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following 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;STAR IS *;&lt;/P&gt;&lt;P&gt;&lt;/P&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;GROUP, USERID, PASSWORD, REGION, BRANCH&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, ADMIN, *,&lt;/P&gt;&lt;P&gt;USER, PRIYA, PRIYA1, KERALA, BRANCH1&lt;/P&gt;&lt;P&gt;USER, PRIYA, PRIYA1, KERALA, BRANCH2&lt;/P&gt;&lt;P&gt;USER, PRIYA, PRIYA1, TAMIL NADU, CHENNAI&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;DATA:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;REGION, BRANCH&lt;/P&gt;&lt;P&gt;KERALA, BRANCH1&lt;/P&gt;&lt;P&gt;KERALA, BRANCH2&lt;/P&gt;&lt;P&gt;TAMIL NADU, CHENNAI&lt;/P&gt;&lt;P&gt;TAMIL NADU, BRANCH3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to create as many lines as possible different values under Region and Branch are. In this example, user "Priya" will see all Kerala region (branches 1 and 2) and Tamil Nadu branch Chennai, but not "Branch3".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will find some posts that will help on this same exact subject &lt;A _jive_internal="true" href="https://community.qlik.com/message/70509?tstart=0"&gt;here&lt;/A&gt;, &lt;A _jive_internal="true" href="https://community.qlik.com/thread/30816"&gt;here&lt;/A&gt; or &lt;A _jive_internal="true" href="https://community.qlik.com/message/143104"&gt;here&lt;/A&gt;, among many many others. Apart from that, there is a very good document that details how section access works in the Documents section &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1853"&gt;here&lt;/A&gt;.&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;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2011 09:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/section-access/m-p/264194#M99353</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-09-15T09:09:57Z</dc:date>
    </item>
  </channel>
</rss>

