<?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 from CSV not working - user not found in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-from-CSV-not-working-user-not-found/m-p/407344#M1304349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, the section access of Qlikview is driving me crazy.&lt;/P&gt;&lt;P&gt;I am loading data from a CSV file but when i try to enter the user it is not recognized. &lt;/P&gt;&lt;P&gt;Meaning I am prompted for a Username and when i enter admin, it asks me for a user name again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here the CSV LAYOUT I use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ID","USERNAME"&lt;/P&gt;&lt;P&gt;"001","robert"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and here the Code i use in the script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccessTable:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt; ADMIN, admin, admin&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccessTable_tmp:&lt;/P&gt;&lt;P&gt;LOAD [ID] as [USER_KEY]&lt;/P&gt;&lt;P&gt; ,'ADMIN' as ACCESS&lt;/P&gt;&lt;P&gt; ,[USERNAME] as [USERID]&lt;/P&gt;&lt;P&gt; ,[USERNAME] as [PASSWORD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;"..\InputData\ref_ter_users-Copy.csv"&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(AccessTable)&lt;/P&gt;&lt;P&gt;load distinct ACCESS, USERID, PASSWORD resident AccessTable_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;load ACCESS, USERID, PASSWORD resident AccessTable;&lt;/P&gt;&lt;P&gt;Section Application; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody got a clue where my error is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Section access from CSV not working - user not found</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-CSV-not-working-user-not-found/m-p/407344#M1304349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, the section access of Qlikview is driving me crazy.&lt;/P&gt;&lt;P&gt;I am loading data from a CSV file but when i try to enter the user it is not recognized. &lt;/P&gt;&lt;P&gt;Meaning I am prompted for a Username and when i enter admin, it asks me for a user name again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here the CSV LAYOUT I use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ID","USERNAME"&lt;/P&gt;&lt;P&gt;"001","robert"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and here the Code i use in the script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccessTable:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt; ADMIN, admin, admin&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AccessTable_tmp:&lt;/P&gt;&lt;P&gt;LOAD [ID] as [USER_KEY]&lt;/P&gt;&lt;P&gt; ,'ADMIN' as ACCESS&lt;/P&gt;&lt;P&gt; ,[USERNAME] as [USERID]&lt;/P&gt;&lt;P&gt; ,[USERNAME] as [PASSWORD]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;"..\InputData\ref_ter_users-Copy.csv"&lt;/P&gt;&lt;P&gt;(txt, codepage is 1252, embedded labels, delimiter is ',', msq); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(AccessTable)&lt;/P&gt;&lt;P&gt;load distinct ACCESS, USERID, PASSWORD resident AccessTable_tmp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;load ACCESS, USERID, PASSWORD resident AccessTable;&lt;/P&gt;&lt;P&gt;Section Application; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody got a clue where my error is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-CSV-not-working-user-not-found/m-p/407344#M1304349</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Section access from CSV not working - user not found</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-CSV-not-working-user-not-found/m-p/407345#M1304353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using uppercase for all field names and values on the Section Access, even for user names and IDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 22:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-CSV-not-working-user-not-found/m-p/407345#M1304353</guid>
      <dc:creator />
      <dc:date>2013-02-05T22:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section access from CSV not working - user not found</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-from-CSV-not-working-user-not-found/m-p/407346#M1304356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the fast reply. I almost thought that it was such a small thing. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 22:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-from-CSV-not-working-user-not-found/m-p/407346#M1304356</guid>
      <dc:creator />
      <dc:date>2013-02-05T22:26:07Z</dc:date>
    </item>
  </channel>
</rss>

