<?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 not filtering correctly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501710#M1147387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do the CLIENT_ID values look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think they need to be all upper case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 19:59:55 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2013-08-16T19:59:55Z</dc:date>
    <item>
      <title>Section access not filtering correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501707#M1147384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I seem to be having a problem filtering my data based on access.&lt;/P&gt;&lt;P&gt;The example I have is where lets say I login with an SID of AB1029. &lt;BR /&gt;This should filter and return roughly 6000 CLIENT_ID.. however I seem to be getting around 40,000.&lt;BR /&gt;I'm not sure where my problem is and I was wondering if my section access code's logic is correct. &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;star is *;&lt;/P&gt;&lt;P&gt;LOAD 'ADMIN' as [ACCESS], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '*' AS NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SID as [USERID], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '*' as [PASSWORD],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '*' as SERIAL, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLIENT_ID&lt;/P&gt;&lt;P&gt;FROM $(QVD_FOLDER)userINFO.qvd (qvd) where 1=1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;userINFO has two columns.&lt;BR /&gt;SID and CLIENT_ID&lt;/P&gt;&lt;P&gt;An associated SID has a set amount of client_IDS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: &lt;/P&gt;&lt;P&gt;This is the other data I'm as well loading. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section application;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLIENT_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLIENT_NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(MEETING_DATE,'MM/DD/YYYY') as CALENDAR_DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MEETING_IDENTIFCATION&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;QVD\Info.qvd&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 15:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501707#M1147384</guid>
      <dc:creator />
      <dc:date>2013-08-16T15:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not filtering correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501708#M1147385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIR, no data reduction for ADMIN access... &lt;/P&gt;&lt;P&gt;Try a USER access (after making a backup of your file...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 16:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501708#M1147385</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-16T16:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not filtering correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501709#M1147386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm, gives me same results. I think I had roughly 20k when it's not filtered (without section access). When I log on to any particular user, it seems to only be giving me 14k (With user or admin). This number is way too big however. Is my logic above correct (for filtering client_ids) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 16:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501709#M1147386</guid>
      <dc:creator />
      <dc:date>2013-08-16T16:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not filtering correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501710#M1147387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do the CLIENT_ID values look like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think they need to be all upper case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 19:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501710#M1147387</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-16T19:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section access not filtering correctly</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501711#M1147388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to Steven...&lt;/P&gt;&lt;P&gt;No matter how the values look like, use upper() in both section access and section application.&amp;nbsp; I recommend to use upper for all section access fields.&lt;/P&gt;&lt;P&gt;Next - did you check "data reduction based on section access" in the document properties?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 01:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-not-filtering-correctly/m-p/501711#M1147388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-20T01:32:55Z</dc:date>
    </item>
  </channel>
</rss>

