<?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 - data reduction in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343064#M838785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting very stuck on section access, so hoping someone can tell me where I'm going wrong! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our clients log into their applications via QV Accesspoint, and can only see the documents that they have access to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to limit the data they see once they've logged in - I managed to get this working properly on an old document so I know it's possible, but can't recreate it (and no longer have access to old doc). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, there is a field in the data called 'NAME' and our users login using their 'NAME'. I want the field 'NAME' to be filtered according to what they login as. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, in the script I have:&lt;/P&gt;&lt;P&gt;&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;ACCESS, USERID, NAME&lt;/P&gt;&lt;P&gt;USER, jessica.webb,*&lt;/P&gt;&lt;P&gt;USER, Super,*&lt;/P&gt;&lt;P&gt;USER, George,George&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;USER, Sam,Sam&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;USER, Dennis,Dennis&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;USER, Mark,Mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;USER, INTERNAL\SA_SCHEDULER,*&lt;/P&gt;&lt;P&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;If I logon (jessica.webb) or 'Super', I would like us to be able to see everything with no data reduction. But if George logs on, he should only see data associated with 'George' in the name field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, this isn't even slightly working. If I logon as 'George' via access point, it asks me to reenter username and password again when I click to open the document (I don't want our users to have to login twice), and then I can see everything anyway - i.e. the data reduction hasn't worked! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help with this would be greatly appreciated, &lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>jessica_webb</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Section access - data reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343064#M838785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Getting very stuck on section access, so hoping someone can tell me where I'm going wrong! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our clients log into their applications via QV Accesspoint, and can only see the documents that they have access to. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to limit the data they see once they've logged in - I managed to get this working properly on an old document so I know it's possible, but can't recreate it (and no longer have access to old doc). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, there is a field in the data called 'NAME' and our users login using their 'NAME'. I want the field 'NAME' to be filtered according to what they login as. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, in the script I have:&lt;/P&gt;&lt;P&gt;&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;ACCESS, USERID, NAME&lt;/P&gt;&lt;P&gt;USER, jessica.webb,*&lt;/P&gt;&lt;P&gt;USER, Super,*&lt;/P&gt;&lt;P&gt;USER, George,George&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;USER, Sam,Sam&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;USER, Dennis,Dennis&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;USER, Mark,Mark&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;USER, INTERNAL\SA_SCHEDULER,*&lt;/P&gt;&lt;P&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;If I logon (jessica.webb) or 'Super', I would like us to be able to see everything with no data reduction. But if George logs on, he should only see data associated with 'George' in the name field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment, this isn't even slightly working. If I logon as 'George' via access point, it asks me to reenter username and password again when I click to open the document (I don't want our users to have to login twice), and then I can see everything anyway - i.e. the data reduction hasn't worked! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help with this would be greatly appreciated, &lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343064#M838785</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section access - data reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343065#M838786</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; hope this is help full to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1267802"&gt;application login issue?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 08:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343065#M838786</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-05-15T08:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section access - data reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343066#M838787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the link. Unfortunately it seems to be solving a different problem to mine. I would like data reduction, not sheet access...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also doesn't solve the problem of avoiding users having to login twice. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 08:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343066#M838787</guid>
      <dc:creator>jessica_webb</dc:creator>
      <dc:date>2017-05-15T08:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: Section access - data reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343067#M838788</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;Have a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/840129"&gt;Re: Access point is asking some users to sign in twice. After they enter login credentials then click on the Report Modu…&lt;/A&gt;&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, 15 May 2017 09:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343067#M838788</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T09:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Section access - data reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343068#M838789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that NAME-field has to carry capitals only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 09:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343068#M838789</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-15T09:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Section access - data reduction</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343069#M838790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;All fields in Section Access must be upper case. Hence, the reducing field must be in upper case also in the data. Use the Upper() function and name the fields in upper case.&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 09:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-data-reduction/m-p/1343069#M838790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T09:42:36Z</dc:date>
    </item>
  </channel>
</rss>

