<?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 Table Profoles in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619660#M445669</link>
    <description>&lt;P&gt;My section access is this : DAta REduction Works Good but I want to get the profile user with&amp;nbsp;PROFILES_USERS but nothing happens. How can I fix it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;SECTION_ACCESS_USERS_ADMIN:&lt;BR /&gt;LOAD&lt;BR /&gt;ACCESS,&lt;BR /&gt;NTNAME,&lt;BR /&gt;PROCESS_REDUCTION,&lt;BR /&gt;PROFILES_USERS&lt;BR /&gt;RESIDENT TMP_SECTION_ACCESS;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;APPLICATION_PROFILES:&lt;BR /&gt;LOAD&lt;BR /&gt;PROFILES_USERS,&lt;BR /&gt;RANGEMAX(IF(WILDMATCH(PROFILES_USERS,'Validator','Validateur Restreint',1,0) , 1)) AS VALIDATOR,&lt;BR /&gt;RANGEMAX(IF(WILDMATCH(PROFILES_USERS,'Qualificator',1,0) , 1)) AS QUALIFICATOR,&lt;BR /&gt;RANGEMAX(IF(WILDMATCH(PROFILES_USERS,'Gestionnary',1,0) , 1)) AS GESTIONNARY&lt;BR /&gt;RESIDENT TMP_SECTION_ACCESS;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DROP TABLE TMP_SECTION_ACCESS;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2019 14:51:49 GMT</pubDate>
    <dc:creator>Judicael</dc:creator>
    <dc:date>2019-09-03T14:51:49Z</dc:date>
    <item>
      <title>Section Access Table Profoles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619452#M445648</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I create a section access tab:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME, PROFILES, REDUCTION&lt;/P&gt;&lt;P&gt;ADMIN, ADMIN, *,*&lt;/P&gt;&lt;P&gt;USER, USER1,VAL&lt;/P&gt;&lt;P&gt;USER, USER1,GEST&lt;/P&gt;&lt;P&gt;USER, USER2,VAL&lt;/P&gt;&lt;P&gt;USER, USER1,QUAL&lt;/P&gt;&lt;P&gt;USER, USER1,GEST&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;APPLICATION_PROFILES:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;PROFILES, VALIDATOR, GESTIONNARY, QUALIFICATOR&lt;/P&gt;&lt;P&gt;VAL, 1,0,0&lt;/P&gt;&lt;P&gt;GEST, 0,1,0&lt;/P&gt;&lt;P&gt;QUAL,0,0,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;When User connect, he has profiles and flag validator, gestionnary, qualificator&lt;/P&gt;&lt;P&gt;Example User1 has profiles =VAL and GEST thus&amp;nbsp;VALIDATOR=1 and&amp;nbsp;GESTIONNARY=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I do that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for yuour help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619452#M445648</guid>
      <dc:creator>Judicael</dc:creator>
      <dc:date>2024-11-16T20:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Table Profoles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619562#M445661</link>
      <description>&lt;P&gt;Your code looks good to me: you need as many lines in the section access table as reduction values you want to give to any user. In this case USER1 appears 3 times, so he will have all 3 VAL, GEST and QUAL profiles (GEST is duplicated, though).&lt;/P&gt;
&lt;P&gt;Note that to read the appropriate value in the application and given how you defined the profiles, you will need to use Max() or similar in the application, since USER1 will have "0" and "1" for the field VAL, for example.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619562#M445661</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2019-09-03T12:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Table Profoles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619660#M445669</link>
      <description>&lt;P&gt;My section access is this : DAta REduction Works Good but I want to get the profile user with&amp;nbsp;PROFILES_USERS but nothing happens. How can I fix it ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SECTION ACCESS;&lt;/P&gt;&lt;P&gt;SECTION_ACCESS_USERS_ADMIN:&lt;BR /&gt;LOAD&lt;BR /&gt;ACCESS,&lt;BR /&gt;NTNAME,&lt;BR /&gt;PROCESS_REDUCTION,&lt;BR /&gt;PROFILES_USERS&lt;BR /&gt;RESIDENT TMP_SECTION_ACCESS;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SECTION APPLICATION;&lt;/P&gt;&lt;P&gt;APPLICATION_PROFILES:&lt;BR /&gt;LOAD&lt;BR /&gt;PROFILES_USERS,&lt;BR /&gt;RANGEMAX(IF(WILDMATCH(PROFILES_USERS,'Validator','Validateur Restreint',1,0) , 1)) AS VALIDATOR,&lt;BR /&gt;RANGEMAX(IF(WILDMATCH(PROFILES_USERS,'Qualificator',1,0) , 1)) AS QUALIFICATOR,&lt;BR /&gt;RANGEMAX(IF(WILDMATCH(PROFILES_USERS,'Gestionnary',1,0) , 1)) AS GESTIONNARY&lt;BR /&gt;RESIDENT TMP_SECTION_ACCESS;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DROP TABLE TMP_SECTION_ACCESS;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 14:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619660#M445669</guid>
      <dc:creator>Judicael</dc:creator>
      <dc:date>2019-09-03T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Table Profoles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619770#M445677</link>
      <description>&lt;P&gt;Question : NTNAME works only with DOMAIN ans LOCAL MACHINE only?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 21:28:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1619770#M445677</guid>
      <dc:creator>Judicael</dc:creator>
      <dc:date>2019-09-03T21:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access Table Profoles</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1620147#M445715</link>
      <description>&lt;P&gt;NTNAME will contain the result of OSUser(), that is, the authenticated user reaching QlikView in the form DIRECTORY\ACCOUNT, regardless the authentication mechanism.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 15:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Table-Profoles/m-p/1620147#M445715</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2019-09-04T15:33:53Z</dc:date>
    </item>
  </channel>
</rss>

