<?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 Section Access is not working for a user in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Section-Access-is-not-working-for-a-user/m-p/2090106#M29712</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've setup a section access for all the users based on username, it's not working only for a person. I've check the username in the directory. It looks same an works for other people. Only for one employee, this method is not working and we are trying to understand the reason. Our section access script is below:&lt;/P&gt;
&lt;DIV&gt;Concatenate(SectionAccessTable)&lt;/DIV&gt;
&lt;DIV&gt;LOAD&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; 'USER' AS ACCESS,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; 'WSC\'&amp;amp;KEEPCHAR(UPPER(Left([FIRSTNAME],1)&amp;amp;[LASTNAME]),'ABCDEFGHIJKLMNOPQRSTUVWXYZ') AS USERID,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; UPPER(Left([FIRSTNAME],1)&amp;amp;[LASTNAME]) AS EMPLOYEE&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ;&lt;/DIV&gt;
&lt;DIV&gt;SELECT&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "FIRSTNAME",&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "LASTNAME"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;FROM "PK_DB"."TALEND_SCHEMA"."DIM_TECHNICIAN" WHERE ACTIVATED = 'T';&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Section Application;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 17:20:28 GMT</pubDate>
    <dc:creator>cansu</dc:creator>
    <dc:date>2023-07-03T17:20:28Z</dc:date>
    <item>
      <title>Section Access is not working for a user</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-is-not-working-for-a-user/m-p/2090106#M29712</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I've setup a section access for all the users based on username, it's not working only for a person. I've check the username in the directory. It looks same an works for other people. Only for one employee, this method is not working and we are trying to understand the reason. Our section access script is below:&lt;/P&gt;
&lt;DIV&gt;Concatenate(SectionAccessTable)&lt;/DIV&gt;
&lt;DIV&gt;LOAD&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; 'USER' AS ACCESS,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; 'WSC\'&amp;amp;KEEPCHAR(UPPER(Left([FIRSTNAME],1)&amp;amp;[LASTNAME]),'ABCDEFGHIJKLMNOPQRSTUVWXYZ') AS USERID,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; UPPER(Left([FIRSTNAME],1)&amp;amp;[LASTNAME]) AS EMPLOYEE&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ;&lt;/DIV&gt;
&lt;DIV&gt;SELECT&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "FIRSTNAME",&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; "LASTNAME"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;FROM "PK_DB"."TALEND_SCHEMA"."DIM_TECHNICIAN" WHERE ACTIVATED = 'T';&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Section Application;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 17:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-is-not-working-for-a-user/m-p/2090106#M29712</guid>
      <dc:creator>cansu</dc:creator>
      <dc:date>2023-07-03T17:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access is not working for a user</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access-is-not-working-for-a-user/m-p/2090288#M29713</link>
      <description>&lt;P&gt;Equally looking values mustn't be identically. I think I would check the length and each char from both sides. Maybe with something like:&lt;/P&gt;
&lt;P&gt;load Field, len(Field) as Len, ord(mid(Field, iterno(), 1)) as CharNumber,&amp;nbsp;mid(Field, iterno(), 1) as Char,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; iterno() as Iterno, rowno() as Rowno, recno() as RecNo&lt;BR /&gt;from Source while iterno() &amp;lt;= len(Field);&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 10:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access-is-not-working-for-a-user/m-p/2090288#M29713</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-07-04T10:29:40Z</dc:date>
    </item>
  </channel>
</rss>

