<?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 help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627705#M679641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV reads &lt;STRONG&gt;Section Access&lt;/STRONG&gt; data as &lt;STRONG&gt;UPPER CASE&lt;/STRONG&gt;, hence to match the same you have to convert the Application data as UPPER to match. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2014 08:58:17 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-05-09T08:58:17Z</dc:date>
    <item>
      <title>Section Access help</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627700#M679636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Morning All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully someone can help and highlight what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a very simple file using section access, and I am trying to set U1 (User 1) has admin rights and can see all and U2 (User 2) can only see part of the the data as a user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when I log in as U2 I get access denied (I am assuming it is because there are no matches as it allows access when strict Exclusion is unticked ?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log in as U1 to see script, and can anyone see what I have done wrong ?&lt;/P&gt;&lt;P&gt;I am sure it is something obvious but I am struggling to see it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 05:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627700#M679636</guid>
      <dc:creator />
      <dc:date>2014-05-09T05:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access help</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627701#M679637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem is in Capitalization (&lt;STRONG&gt;Upper Case&lt;/STRONG&gt;) of the section access field. Try like:&lt;/P&gt;&lt;P&gt;SECTION&amp;nbsp; Access;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, COMPANY_ID&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, U1, Comp1&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, U1, Comp2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, U1, Comp3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, U1, Comp7&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, U2, &lt;STRONG&gt;COMP1&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, U2,&lt;STRONG&gt; COMP2&lt;/STRONG&gt;&lt;BR /&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;Company_Data:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY_ID, COMPANY_ NAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;COMP2&lt;/STRONG&gt;, Company1 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;COMP2,&lt;/STRONG&gt; Company2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comp3, Company3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comp7, Company7&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit Script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;After user login QlikView will attempt to copy the selections in&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;fields in section access to any fields in section application with exactly the same field names (the field&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;names must be written in UPPER CASE)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, ideally you should load your Section Application data using Upper() like:&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&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Upper(COMPANY_ID) as COMPANY_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY_NAME;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company_Data:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; COMPANY_ID, COMPANY_ NAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comp1, Company1 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comp2&lt;STRONG&gt;,&lt;/STRONG&gt; Company2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comp3, Company3&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Comp7, Company7&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627701#M679637</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-09T06:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access help</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627702#M679638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Derek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attachment, this appliaction will help you to build Section Access concept. Below are the credentials to open the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username: admin&lt;/P&gt;&lt;P&gt;Pass: admin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627702#M679638</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-05-09T06:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access help</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627703#M679639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take user ID as urs.....U1,U2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627703#M679639</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-09T06:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access help</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627704#M679640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you tresesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worked a treat - However slightly strange why it needs to be upper case - but it is what it is ..... working now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 08:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627704#M679640</guid>
      <dc:creator />
      <dc:date>2014-05-09T08:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access help</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627705#M679641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV reads &lt;STRONG&gt;Section Access&lt;/STRONG&gt; data as &lt;STRONG&gt;UPPER CASE&lt;/STRONG&gt;, hence to match the same you have to convert the Application data as UPPER to match. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 08:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-help/m-p/627705#M679641</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-09T08:58:17Z</dc:date>
    </item>
  </channel>
</rss>

