<?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 wildcard * not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543942#M688304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks as if * reading in a temp-table for some reason doesn't work, but when saving the * reading to the final SectionAccess-table-reading it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 11:26:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-09T11:26:39Z</dc:date>
    <item>
      <title>Section Access wildcard * not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543938#M688300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Setting up Section Access in QV11SR2 I find, that the wildcard is not working as described in the documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A specific user (User1) has a wildcard star * in the field, that points to the Section Application datamodel - and after the section-access-data-reduction I guess, that User1 would be able to se all on the section access listed values in the data-reduction-field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But User1 get's a access denied, when trying to open the qvw-file - I guess because of Strict Exclusion is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Section Access table is a dobble load:&lt;/P&gt;&lt;P&gt;1. qvd load&lt;/P&gt;&lt;P&gt;2. concatenate Inline load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User1 is in the latter Inline part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any explanation for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 10:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543938#M688300</guid>
      <dc:creator />
      <dc:date>2013-12-08T10:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access wildcard * not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543939#M688301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give sample qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe to remind you about * :&lt;/P&gt;&lt;P&gt;A common misconception in section access is the use of “*” (star) in section access.&lt;/P&gt;&lt;P&gt;“Star” means “all listed values” not all values for the field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 10:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543939#M688301</guid>
      <dc:creator>marcohadiyanto</dc:creator>
      <dc:date>2013-12-08T10:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access wildcard * not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543940#M688302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"that User1 would be able to se all on the section access LISTED values in the data-reduction-field".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that's not the problem here. User1 with *-rights can't get access to the qvw-file, although other users listed have access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 11:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543940#M688302</guid>
      <dc:creator />
      <dc:date>2013-12-08T11:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access wildcard * not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543941#M688303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION ACCESS ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SectionAcces:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( Upper(BRUGER) = 'XXX'&lt;/P&gt;&lt;P&gt;&amp;nbsp; OR Upper(BRUGER) = 'YYY', 'ADMIN', 'USER') as ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Lower(BRUGER) as NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if( Upper(BRUGER) = 'XXX'&lt;/P&gt;&lt;P&gt;&amp;nbsp; OR Upper(BRUGER) = 'YYY', Null(), Upper(NAVN)) as USERS&lt;/P&gt;&lt;P&gt;FROM [..\QVD_INIT\USER.QVD] (qvd) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[ACCESS, NTNAME, USERS&lt;/P&gt;&lt;P&gt;ADMIN, qlikviewservice,&lt;/P&gt;&lt;P&gt;USER, User1, *&lt;/P&gt;&lt;P&gt;USER, User1, Bill Gates&lt;/P&gt;&lt;P&gt;] ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE (SectionAcces)&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp; NTNAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Len(Trim(USERS))=0, Null(),&lt;/P&gt;&lt;P&gt;&amp;nbsp; Upper(USERS)) as USERS&lt;/P&gt;&lt;P&gt;RESIDENT Temp ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Temp ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Line: USER, User1, Bill Gates makes it possible to access the qvw and to see Bill Gates customer (rows), but why the *-line doesn't give access, seems strange?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Dec 2013 12:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543941#M688303</guid>
      <dc:creator />
      <dc:date>2013-12-08T12:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access wildcard * not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543942#M688304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks as if * reading in a temp-table for some reason doesn't work, but when saving the * reading to the final SectionAccess-table-reading it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 11:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543942#M688304</guid>
      <dc:creator />
      <dc:date>2013-12-09T11:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access wildcard * not working</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543943#M688305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another bug (QV11SR2):&lt;/P&gt;&lt;P&gt;Reading from a qvd in a SECTION ACCESS sub, courses the qvw-reload to crash.&lt;/P&gt;&lt;P&gt;putting WHERE 1=1 ; solves this problem as mentioned by others in the forum.&lt;/P&gt;&lt;P&gt;But the Section Access functionalitet with data-reduction and strict exclusion doesn't work at all, when loading from a qvd.&lt;/P&gt;&lt;P&gt;When loading from Inline or from a txt-file (qvd-data convertet into a txt-file) did the job.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 17:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-wildcard-not-working/m-p/543943#M688305</guid>
      <dc:creator />
      <dc:date>2013-12-10T17:16:28Z</dc:date>
    </item>
  </channel>
</rss>

