<?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 query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341594#M1168157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I have the same problem.... could you please tell me how do you resolve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 15:55:38 GMT</pubDate>
    <dc:creator>Marcoimp</dc:creator>
    <dc:date>2017-05-12T15:55:38Z</dc:date>
    <item>
      <title>Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341576#M1168138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to qlikview and have a doubt with section access.&lt;/P&gt;&lt;P&gt;So, what i am looking for is a simple section access security with user id, password and OMIT options. I want a particular user to to view a certain fields. &lt;/P&gt;&lt;P&gt;To make it clear. Lets take an example.&lt;/P&gt;&lt;P&gt;I have a field called country which has 10 countries(US, GBR etc) as drop down. If I use OMIT in section access, i believe I can hide a particular field. In my case, if I omit country. the entire country field will be invisible. But, what I want is to omit a particular country from the field. ie: if i want to omit only GBR from the list of countries, how do I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 07:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341576#M1168138</guid>
      <dc:creator />
      <dc:date>2012-08-07T07:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341577#M1168139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;You are right, using OMIT the User will not see the field. Rather you need to use Field reduction. Something like this...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;SECTION ACCESS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;ACCESS, USERID, PASSWORD, COUNTRY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;ADMIN, ADMIN, ADMIN,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;USER, USER1, U1, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;USER, USER2, U2, FRANCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;USER, USER3, U3, GBR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;USER, USER3, U4, USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;USER, USER3, U4, FRANCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;USER, USER5, U5, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #800000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: underline; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;Explanation : &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #000080;"&gt;USER1 will only see USA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #000080;"&gt;USER2 will only see FRANCE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #000080;"&gt;USER3 will only see GBR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #000080;"&gt;USER4 will see everything except GBR (There are two rows in the above example, you need to add 9 rows in your case)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt; color: #000080;"&gt;USER5 will see everything because I'm using "*" (Wild Card)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;Please be very careful using the '*' (Wildcard) because it doesn't mean all the values in the Actual Field. It means distinct values you have specified in Section Access Table. Unless you have specified all the distinct values within Section Access.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;In your Section Access example, you have specified Country values as &lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;{GBR,USA,FRANCE} &lt;/STRONG&gt;&lt;/SPAN&gt;but if your actual Country field contains&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #003366; font-size: 10pt; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;EM&gt;&lt;STRONG&gt;{GBR,USA,FRANCE,GERMANY,INDIA,.....}&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt; then you won't see &lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;{GERMANY,INDIA,*****}&lt;/STRONG&gt;&lt;/SPAN&gt; rows even if the User has '*' in Section Access. It will &lt;SPAN style="color: #003366; text-decoration: underline;"&gt;&lt;STRONG&gt;ONLY&lt;/STRONG&gt; &lt;/SPAN&gt;take all the values from Section Access but not all the values from actual field.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt; &lt;/EM&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;I hope that makes sense.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;I'm also attaching simple documentation on Section Access.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;Good luck!&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;Cheers,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;DV&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif; font-size: 10pt;"&gt;&lt;EM&gt;www.QlikShare.com&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341577#M1168139</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-07T08:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341578#M1168140</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;post sample file:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341578#M1168140</guid>
      <dc:creator />
      <dc:date>2012-08-07T08:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341579#M1168141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;Thanks a lot for the explaination..Really helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:15:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341579#M1168141</guid>
      <dc:creator />
      <dc:date>2012-08-07T08:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341580#M1168142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;You're welcome. I'm planning to make series of video tutorials on Section Access and I'll update this thread once done. Please check &lt;A href="http://QlikShare.com"&gt;QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://QlikShare.com"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341580#M1168142</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-07T08:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341581#M1168143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi deepak, &lt;/P&gt;&lt;P&gt;its weird. I tried the your method but unfortunately, its not working. Is there any particular setting I should be sure off?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341581#M1168143</guid>
      <dc:creator />
      <dc:date>2012-08-07T08:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341582#M1168144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;I think you need to turn on (Initial Data Reduction Based on Section Access). Please see the screenshot and also please check if you might need (Strict Exclusion) which is highly recommended. Please let me know if this doesn't work and make sure your COUNTRY field is in UPPER CASE.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;IMG __jive_id="19487" class="jive-image-thumbnail jive-image jiveImage" alt="Data Reduction.png" src="/legacyfs/online/19487_Data Reduction.png" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://QlikShare.com"&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;www.QlikShare.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341582#M1168144</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-07T08:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341583#M1168145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, Its not working.. I am attaching a sample file..i need to restric the countries under cc unit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341583#M1168145</guid>
      <dc:creator />
      <dc:date>2012-08-07T08:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341584#M1168146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;That's strange but I'll look into it. I'm in transit and I'll get back to you soon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341584#M1168146</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-07T08:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341585#M1168147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is strange..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 08:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341585#M1168147</guid>
      <dc:creator />
      <dc:date>2012-08-07T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341586#M1168148</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 posted a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341586#M1168148</guid>
      <dc:creator />
      <dc:date>2012-08-07T09:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341587#M1168149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;I can’t reload the document to test because you have the data from Excel Files. Although, I’ve noticed two things…&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; color: #003366; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;SPAN class="pasted-list-info"&gt;1.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;CC UNIT in Section Access should be CC Unit﻿&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Line 17 in your script)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; color: #003366; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;SPAN class="pasted-list-info"&gt;2.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Please use UPPER([CC Unit]) AS [CC Unit]﻿&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (Line 25 in your script)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;You need to make the &lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt;Reduction field and Section Access Fields in UPPER CASE&lt;/STRONG&gt;&lt;/SPAN&gt;. Although, if you are using&lt;SPAN style="color: #800000;"&gt;&lt;STRONG&gt; INLINE Load then QlikView implicitly converts them to UPPER CASE.&lt;/STRONG&gt;&lt;/SPAN&gt; But if you are loading from Excel / Databases / Other Sources then you need to make the field values in UPPER CASE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;Try this and let me know if this works…&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;Good luck!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;&lt;A href="http://QlikShare.com"&gt;http://QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 11:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341587#M1168149</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-07T11:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341588#M1168150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, I figured that out.. Its working now..&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 12:00:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341588#M1168150</guid>
      <dc:creator />
      <dc:date>2012-08-07T12:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341589#M1168151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again Deepak,&lt;/P&gt;&lt;P&gt;I have a question, can section access be implemented on CORP (domain) login?&lt;/P&gt;&lt;P&gt;The idea is to avoid users from entering log in id and passwords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know if you can help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 11:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341589#M1168151</guid>
      <dc:creator />
      <dc:date>2012-08-10T11:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341590#M1168152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Are you referring to the NTName? If yes then yes...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;STRONG style=": ; font-family: calibri, verdana, arial, sans-serif; text-decoration: underline;"&gt;NTNAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;This field must contain a string corresponding to a Windows&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;NT Domain user name or group name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;QlikView will fetch the logon information from the OS and compare it to the value in&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;this field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Example: DOMAIN\NTNAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;A href="http://www.QlikShare.com"&gt;www.QlikShare.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 11:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341590#M1168152</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-08-10T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341591#M1168153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So , when I use NTNAME, the script will be somethin like this.&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt; Section &lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; Load&amp;nbsp; * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, CORP\USER1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, CORP\USER2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ] ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; Section Application;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;if I want the user2 to view only a particular information (NA from the field CC Unit), so do I have to use the field reduction here? Also what about the password? &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 11:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341591#M1168153</guid>
      <dc:creator />
      <dc:date>2012-08-10T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341592#M1168154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great..got it..&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>Fri, 10 Aug 2012 12:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341592#M1168154</guid>
      <dc:creator />
      <dc:date>2012-08-10T12:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341593#M1168155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ztarique,&lt;/P&gt;&lt;P&gt;How did you get this work?&lt;/P&gt;&lt;P&gt;I am also trying to use DOMAIN\USERNAME thing, and it works fine on my machine (in different domains). But when i deploy it over server and access it using ACCESSPOINT, it again starts asking for Username and password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my code:&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 _jivemacro_uid_13620367568171811" jivemacro_uid="_13620367568171811"&gt;&lt;P&gt; 

Section Access; &lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, NTDOMAINSID, REGION&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, DOM1\MANISH.KUMAR2, S-1-5-21-4256075061-2164985111-xxxxxxxxx, AFRICA&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, DOM2\KUMMANI, S-1-5-21-3239103917-2504883716-xxxxxxxx, AMERICA&lt;BR /&gt;];&lt;BR /&gt;Section Application;

SALES:
LOAD * INLINE [
REGION, PROFIT
AFRICA, 1000
AMERICA, 2000
ASIA, 3000
EUROPE, 4000
OCEANIA, 5000
];
&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Manish Narang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 07:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341593#M1168155</guid>
      <dc:creator>manishnarang</dc:creator>
      <dc:date>2013-02-28T07:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access query</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341594#M1168157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;I have the same problem.... could you please tell me how do you resolve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 15:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-query/m-p/341594#M1168157</guid>
      <dc:creator>Marcoimp</dc:creator>
      <dc:date>2017-05-12T15:55:38Z</dc:date>
    </item>
  </channel>
</rss>

