<?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: No access type used in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136883#M759448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are most welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is correct. Section Access however can be used at any point in the script, all what matters is that the fields are following the conventions (e.g.: field names and field values all UPPERCASE) and when the user logs in, the record with his username is checked for a reduction and applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It behaves the same as if you click on a username and go to File &amp;gt; Reduce Data &amp;gt; Keep Possible Values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2018 14:55:43 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2018-08-30T14:55:43Z</dc:date>
    <item>
      <title>Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136875#M759439</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;P&gt;Do we really need to add 'ACCESS' column with defined role (ADMIN or USER) in Section Access Script. If I do not mention this the what default role does it take?&lt;/P&gt;&lt;P&gt;Because In one of our dashboard script is written as below:&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;Sec1:&lt;/P&gt;&lt;P&gt;REPLACE LOAD * ;&lt;/P&gt;&lt;P&gt;SQL SELECT DISTINCT UPPER(Col1) AS 'NTNAME', UPPER(Col2) as 'Col2'&lt;/P&gt;&lt;P&gt;FROM MyTable;&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;Can you please explain me what this doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay Sahu&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-No-access-type-used/m-p/136875#M759439</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136876#M759440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;ADMIN&lt;/STRONG&gt; identifies users who can open the app using QlikView Desktop and therefore have full access to edit the file, delete objects, reload, etc.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;USER&lt;/STRONG&gt; identifies everyone else, regardless whether or not they can see all data or only a reduced set&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136876#M759440</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-08-30T14:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136877#M759442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for the script, it creates a section access table with the account name of the user in the form DIRECTORY\USERNAME and COL2 which I guess is a field to reduce which data set can each user see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136877#M759442</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-08-30T14:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136878#M759443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Miguel..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my existing dashboard has a code written mentioned above and this dashboard is running on PROD. I am not clear what this code is populating then. Is this code incorrect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay Sahu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136878#M759443</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2018-08-30T14:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136879#M759444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is has a data in form of DIRECTORY\USERNAME for 'NTNAME'. Does it mean that do not need to mention ACCESS type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can also see&amp;nbsp; under Document properties --&amp;gt; Opening --&amp;gt; Intial Data reduction based on section access and strict exclusion are checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay Sahu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136879#M759444</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2018-08-30T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136880#M759445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can lock yourself out of the application if there are no ADMIN defined. Add that column for all ADMINs and USER for the rest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136880#M759445</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-08-30T14:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136881#M759446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it means the users are identified by their credentials in the system (either Windows AD or whatever security directory you are using), instead of being prompted for a username and a password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ACCESS field is complementary to those.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136881#M759446</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-08-30T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136882#M759447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. Its clear now.. This Section Access has script after SECTION APPLICATION which is again populating data form some tables which are link to COL2 mention in Section Access Script part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am getting it. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136882#M759447</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2018-08-30T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access: No access type used</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136883#M759448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are most welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is correct. Section Access however can be used at any point in the script, all what matters is that the fields are following the conventions (e.g.: field names and field values all UPPERCASE) and when the user logs in, the record with his username is checked for a reduction and applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It behaves the same as if you click on a username and go to File &amp;gt; Reduce Data &amp;gt; Keep Possible Values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-No-access-type-used/m-p/136883#M759448</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-08-30T14:55:43Z</dc:date>
    </item>
  </channel>
</rss>

