<?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 script meaning in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139947#M758285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;this script seems to add a single row of Section Access&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="180"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="48"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="79"&gt;EMPLOYEEID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="53"&gt;NTNAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;* &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the meaning, this part of script provide access for profile USER (profiles are ADMIN or USER) to all [EMPLOYEE ID] and all NTNAME specified in other parts of your script. This part of script provide access to all NTNAME and EMPLOYEE ID already declared in the section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you have only this two rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333px; width: 180px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="48"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="79"&gt;EMPLOYEEID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="53"&gt;NTNAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;* &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;JACK SPARROW&lt;/TD&gt;&lt;TD&gt;domain\jsparrow&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it means that user with admin profile jsparrow has a USER profile too.&lt;/P&gt;&lt;P&gt;But note that if in your AD there is a user called JAMES BOND, domain\jbond, he cannot has access to QV Document because the wild card works only for info explicited for that column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be useful to see the other part of script to better understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2018 15:15:06 GMT</pubDate>
    <dc:creator>simospa</dc:creator>
    <dc:date>2018-08-31T15:15:06Z</dc:date>
    <item>
      <title>Section script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139946#M758284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load 'USER' As ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '*' AS NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '* 'AS EMPLOYEE ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;autogenerate 1;&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;I have above load statement in my section access ..what two&amp;nbsp; *&amp;nbsp; tells. There are other statement was before this load which I understood what they are doing but this is confusing me.&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-script-meaning/m-p/139946#M758284</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139947#M758285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;this script seems to add a single row of Section Access&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="180"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="48"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="79"&gt;EMPLOYEEID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="53"&gt;NTNAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;* &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the meaning, this part of script provide access for profile USER (profiles are ADMIN or USER) to all [EMPLOYEE ID] and all NTNAME specified in other parts of your script. This part of script provide access to all NTNAME and EMPLOYEE ID already declared in the section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if you have only this two rows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="font-size: 13.3333px; width: 180px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="48"&gt;ACCESS&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="79"&gt;EMPLOYEEID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="53"&gt;NTNAME&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;USER&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;* &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;*&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;JACK SPARROW&lt;/TD&gt;&lt;TD&gt;domain\jsparrow&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it means that user with admin profile jsparrow has a USER profile too.&lt;/P&gt;&lt;P&gt;But note that if in your AD there is a user called JAMES BOND, domain\jbond, he cannot has access to QV Document because the wild card works only for info explicited for that column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be useful to see the other part of script to better understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 15:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139947#M758285</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2018-08-31T15:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Section script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139948#M758286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It probably means that all Windows accounts have access as Role=USER to everything field [Employee ID] links to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 15:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139948#M758286</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-08-31T15:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Section script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139949#M758287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that is true (about the wildcards in field NTNAME). For NTNAME and related fields, they behave differently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 15:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139949#M758287</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-08-31T15:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Section script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139950#M758288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;I cannot do anything but trust in you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;P&gt;I never tried to apply wildcards on "system" fields of section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple test that vijay could do could be try to access with a user with NTNAME not in the list of explicit values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if my answer was not correct&lt;/P&gt;&lt;P&gt;Simonoe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 15:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139950#M758288</guid>
      <dc:creator>simospa</dc:creator>
      <dc:date>2018-08-31T15:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139951#M758289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem and no need to apologize. I make mistakes too. All the time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a nice technique to completely lock down a document for public distribution. Only specific accounts should be able to *open the script editor, *change sheets/objects, etc. It works with only few SectionAccess entries, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ACCESS,&amp;nbsp;&amp;nbsp; NTNAME&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ADMIN,&amp;nbsp;&amp;nbsp;&amp;nbsp; Domain\Username&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;USER,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everyone will have access with Role=USER, except for the listed account who will be ADMIN and able to do &lt;EM&gt;*advanced*&lt;/EM&gt; things. The star will match any account that isn't found in the NTNAME field...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 15:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139951#M758289</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2018-08-31T15:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section script meaning</title>
      <link>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139952#M758290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simone/ Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the full script in section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD 'USER' As USER,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'AUD\' &amp;amp; MANAGER_ID As NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMP_ID&lt;/P&gt;&lt;P&gt;Resident usernames;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD ' ADMIN' As ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'AUD\VIJ123' As NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '*' As&amp;nbsp; EMP_ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Autogenerate 1;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD ' ADMIN' As ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'AUD\QLIK_ADMIN' As NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '*' As&amp;nbsp; EMP_ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Autogenerate 1;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD ' USER' As ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '*'&amp;nbsp; As NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '*' As&amp;nbsp; EMP_ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Autogenerate 1;&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;Drop table usernames;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2018 12:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-script-meaning/m-p/139952#M758290</guid>
      <dc:creator>vijaysahu2</dc:creator>
      <dc:date>2018-09-01T12:38:28Z</dc:date>
    </item>
  </channel>
</rss>

