<?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 in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103963#M29755</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I want to express my gratitude for your valuable time and assistance. It appears that the issue was related to case sensitivity. Upon implementing the UPPER() function, everything is now functioning perfectly. I have attached the final version of the code with sample column names below:&lt;/P&gt;
&lt;P&gt;SECTION ACCESS;&lt;BR /&gt;Authorization:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE&lt;/P&gt;
&lt;P&gt;[&lt;BR /&gt;ACCESS,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; USER.EMAIL,&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EMPLOYEE&lt;BR /&gt;ADMIN,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; INDUJANT@qlik.co.uk,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:JONG@contamac.co.uk," target="_blank"&gt;JONG@qlik.co.uk,&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;REECE HUGHES&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:JONG@contamac.co.uk," target="_blank"&gt;JONG@qlik.co.uk,&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CARLOS MAYORAL&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:JOND@contamac.co.uk," target="_blank"&gt;JOND@qlik.co.uk,&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SEBASTIAN KIC&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:JONH@contamac.co.uk," target="_blank"&gt;JONH@qlik.co.uk,&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;REECE HUG&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;UPPER("Sales Employee") AS EMPLOYEE,&lt;BR /&gt;.....&lt;BR /&gt;FROM [lib://Sales Analysis:DataFiles/QLIK_DataSource.qvd]&lt;BR /&gt;(qvd)&lt;/P&gt;
&lt;P&gt;Thank you once again.&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 10:57:25 GMT</pubDate>
    <dc:creator>indujanT</dc:creator>
    <dc:date>2023-08-09T10:57:25Z</dc:date>
    <item>
      <title>Section Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103586#M29750</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In our sales department, we have 6 Sales employees who are all using the same app.&lt;/P&gt;
&lt;P&gt;My goal is to implement a section access security policy that allows each employee to view only their own data, based on their individual names. Despite my efforts, I haven't been successful in making it work.&lt;/P&gt;
&lt;P&gt;Could someone please let me know if there's something I am missing?&lt;/P&gt;
&lt;P&gt;//SECTION ACCESS;&lt;BR /&gt;Autorization:&lt;BR /&gt;LOAD * INLINE&lt;BR /&gt;[&lt;BR /&gt;      ACCESS,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;USER.EMAIL,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; REDUCTION&lt;BR /&gt;      ADMIN,      &amp;nbsp; admin@qlik.co.uk,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;USER,        user@qlik.co.uk,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mark Street&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SECTION APPLICATION;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;"List",&lt;BR /&gt;"Type",&lt;BR /&gt;"QlikType",&lt;BR /&gt;"Year",&lt;BR /&gt;"MonthPeriod",&lt;BR /&gt;"Month",&lt;BR /&gt;"Quarter",&lt;BR /&gt;"DocDate",&lt;BR /&gt;"CardName",&lt;BR /&gt;"Country",&lt;BR /&gt;"Territory",&lt;BR /&gt;"Region",&lt;BR /&gt;"Sales Employee" AS REDUCTION,&lt;BR /&gt;"Active Acct Mgr" ,&lt;BR /&gt;"Level 1 Reporting",&lt;BR /&gt;"Level 2 Reporting",&lt;BR /&gt;"Level 3 Reporting",&lt;BR /&gt;"ItemName",&lt;BR /&gt;"Quantity",&lt;BR /&gt;"OpenQty",&lt;BR /&gt;"Line Total GBP",&lt;BR /&gt;"Open Total GBP",&lt;BR /&gt;"Profit GBP",&lt;BR /&gt;"Discount Reason"&lt;BR /&gt;FROM [lib://Sales Analysis:DataFiles/QLIK_DataSource.qvd]&lt;BR /&gt;(qvd)&lt;/P&gt;
&lt;P&gt;Where&lt;BR /&gt;"Level 1 Reporting" = 'CL' OR&lt;BR /&gt;"Level 1 Reporting" = 'IOL' OR&lt;BR /&gt;"Level 1 Reporting" = 'ACCESSORY'&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 14:52:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103586#M29750</guid>
      <dc:creator>indujanT</dc:creator>
      <dc:date>2023-08-08T14:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103607#M29751</link>
      <description>&lt;P&gt;Hi, uncomment the "Section Access" statement.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2023 15:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103607#M29751</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-08-08T15:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103885#M29752</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your comment.&lt;/P&gt;
&lt;P&gt;I have tried now but it's not working. the data loader considers '*' as actual data, and this causes it to not work properly.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2023-08-09 090543.png" style="width: 677px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/113917i75827A07433012CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-08-09 090543.png" alt="Screenshot 2023-08-09 090543.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2023-08-09 090646.png" style="width: 244px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/113916iBFB548C4ECBD4F8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-08-09 090646.png" alt="Screenshot 2023-08-09 090646.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 08:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103885#M29752</guid>
      <dc:creator>indujanT</dc:creator>
      <dc:date>2023-08-09T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103892#M29753</link>
      <description>&lt;P&gt;Hi, To work around the problem of the * being misinterpreted as a wildcard, maybe is to do this&lt;/P&gt;
&lt;P&gt;Replace("Sales Employee", '*', 'ALL') as REDUCTION&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 08:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103892#M29753</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-08-09T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103894#M29754</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/227681"&gt;@indujanT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;SECTION ACCESS;&lt;BR /&gt;Autorization:&lt;BR /&gt;LOAD * INLINE&lt;BR /&gt;[&lt;BR /&gt;      ACCESS,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;USER.EMAIL,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Employee&lt;BR /&gt;      ADMIN,      &amp;nbsp; admin@qlik.co.uk,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ALLVALUES&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;USER,        user@qlik.co.uk,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Mark Street&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;
&lt;P&gt;Star is&amp;nbsp; '|*|';&lt;/P&gt;
&lt;P&gt;Reduction_Table:&lt;BR /&gt;load&lt;BR /&gt;&lt;SPAN&gt;Employee,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Employee as&amp;nbsp;[Sales Employee]&lt;/SPAN&gt;&lt;BR /&gt;resident&amp;nbsp;Autorization where Employee &amp;lt;&amp;gt; 'ALLVALUES';&lt;BR /&gt;concatenate&lt;BR /&gt;load&lt;BR /&gt;&lt;SPAN&gt;Employee,&lt;BR /&gt;'|*|' as [Sales Employee]&lt;BR /&gt;&lt;/SPAN&gt;resident&amp;nbsp;Autorization where Employee = 'ALLVALUES';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Data_Table:&lt;BR /&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Sales Employee]&lt;BR /&gt;FROM [lib://Sales Analysis:DataFiles/QLIK_DataSource.qvd]&lt;BR /&gt;(qvd);&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I hope this can helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 09:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103894#M29754</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2023-08-09T09:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access</title>
      <link>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103963#M29755</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I want to express my gratitude for your valuable time and assistance. It appears that the issue was related to case sensitivity. Upon implementing the UPPER() function, everything is now functioning perfectly. I have attached the final version of the code with sample column names below:&lt;/P&gt;
&lt;P&gt;SECTION ACCESS;&lt;BR /&gt;Authorization:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE&lt;/P&gt;
&lt;P&gt;[&lt;BR /&gt;ACCESS,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; USER.EMAIL,&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; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EMPLOYEE&lt;BR /&gt;ADMIN,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; INDUJANT@qlik.co.uk,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:JONG@contamac.co.uk," target="_blank"&gt;JONG@qlik.co.uk,&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;REECE HUGHES&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:JONG@contamac.co.uk," target="_blank"&gt;JONG@qlik.co.uk,&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CARLOS MAYORAL&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:JOND@contamac.co.uk," target="_blank"&gt;JOND@qlik.co.uk,&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SEBASTIAN KIC&lt;BR /&gt;USER,&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:JONH@contamac.co.uk," target="_blank"&gt;JONH@qlik.co.uk,&amp;nbsp;&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;REECE HUG&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;UPPER("Sales Employee") AS EMPLOYEE,&lt;BR /&gt;.....&lt;BR /&gt;FROM [lib://Sales Analysis:DataFiles/QLIK_DataSource.qvd]&lt;BR /&gt;(qvd)&lt;/P&gt;
&lt;P&gt;Thank you once again.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 10:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Section-Access/m-p/2103963#M29755</guid>
      <dc:creator>indujanT</dc:creator>
      <dc:date>2023-08-09T10:57:25Z</dc:date>
    </item>
  </channel>
</rss>

