<?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 Help with implementing &amp;quot;Section Access&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401926#M149563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I'm new to QlikView and am trying to restrict access to certain data based on the user's credentials. I have section access and section application defined inline. The script seems to be working fine because i am prompted for a user name and password everytime I try to open the QV document. However, the problem seems to be that the reduction isn't really happening as expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, my script is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, admin, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, user1, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, user2, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, user3, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, user4, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;];&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;LOAD * Inline [&lt;/P&gt;&lt;P&gt;USERID, p_num&lt;/P&gt;&lt;P&gt;admin, 0&lt;/P&gt;&lt;P&gt;admin, 10&lt;/P&gt;&lt;P&gt;admin, 20&lt;/P&gt;&lt;P&gt;admin, 80&lt;/P&gt;&lt;P&gt;user1, 0&lt;/P&gt;&lt;P&gt;user1, 10&lt;/P&gt;&lt;P&gt;user1, 20&lt;/P&gt;&lt;P&gt;user2, 10&lt;/P&gt;&lt;P&gt;user3, 20&lt;/P&gt;&lt;P&gt;user4, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I expect is that when I login as user1, I should only be able to see data for p_num values 0, 10, and 20. But I also see data for p_num = 30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More importantly and much more baffling is the fact that I am only able to login as admin and user1, who are both defined as "ADMIN". I am not able to login using any of the other logins for users 2, 3 and 4 (who are coincidentally defined to have "USER" access only!). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please help me out? Any information you can provide is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 20:34:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-03T20:34:07Z</dc:date>
    <item>
      <title>Help with implementing "Section Access"</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401926#M149563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I'm new to QlikView and am trying to restrict access to certain data based on the user's credentials. I have section access and section application defined inline. The script seems to be working fine because i am prompted for a user name and password everytime I try to open the QV document. However, the problem seems to be that the reduction isn't really happening as expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, my script is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, admin, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, user1, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, user2, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, user3, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, user4, &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;];&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;LOAD * Inline [&lt;/P&gt;&lt;P&gt;USERID, p_num&lt;/P&gt;&lt;P&gt;admin, 0&lt;/P&gt;&lt;P&gt;admin, 10&lt;/P&gt;&lt;P&gt;admin, 20&lt;/P&gt;&lt;P&gt;admin, 80&lt;/P&gt;&lt;P&gt;user1, 0&lt;/P&gt;&lt;P&gt;user1, 10&lt;/P&gt;&lt;P&gt;user1, 20&lt;/P&gt;&lt;P&gt;user2, 10&lt;/P&gt;&lt;P&gt;user3, 20&lt;/P&gt;&lt;P&gt;user4, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I expect is that when I login as user1, I should only be able to see data for p_num values 0, 10, and 20. But I also see data for p_num = 30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More importantly and much more baffling is the fact that I am only able to login as admin and user1, who are both defined as "ADMIN". I am not able to login using any of the other logins for users 2, 3 and 4 (who are coincidentally defined to have "USER" access only!). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please help me out? Any information you can provide is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 20:34:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401926#M149563</guid>
      <dc:creator />
      <dc:date>2012-12-03T20:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with implementing "Section Access"</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401927#M149564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Its gives idea about section access&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 20:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401927#M149564</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-03T20:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with implementing "Section Access"</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401928#M149565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! thanks for your response, but I have a personal edition of QV so I cannot open documents created by other users. Can you please post the script here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Haritha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 20:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401928#M149565</guid>
      <dc:creator />
      <dc:date>2012-12-03T20:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with implementing "Section Access"</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401929#M149566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, REDUCTION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, Admin, password, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, Sales, password1, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, Market, password1, 2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;star is *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Departments:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; REDUCTION, Dept&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, Marketing];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Dept, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sales, 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sales, 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sales, 4646&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sales, 755&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sales, 422&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sales, 42&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Marketing, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Marketing, 453&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Marketing, 54&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Marketing, 45&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, admin can see both dept.. UserID sales can able to see only sales dept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 20:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401929#M149566</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-12-03T20:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with implementing "Section Access"</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401930#M149567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so very much! I thought I was doing the same thing, but your script format worked. &lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 21:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-implementing-quot-Section-Access-quot/m-p/401930#M149567</guid>
      <dc:creator />
      <dc:date>2012-12-03T21:00:50Z</dc:date>
    </item>
  </channel>
</rss>

