<?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 Acces in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148940#M27155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am implementing an access restricted by users. At first the code is good, and when I accede to the document with some user with few privileges works perfectly. The problem comes when I accede with a user with total permissions, since it remains without memory and cannot open the picture. I do not deal which is the problem, since the user with total permissions does not do more than what it was making before implementing the safety, see everything, but making it like that there is no way of acceding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code:&lt;/P&gt;&lt;P&gt;USERS:&lt;BR /&gt;Section Access; LOAD [ACCESS],&lt;BR /&gt; [USERID],&lt;BR /&gt; [PASSWORD],&lt;BR /&gt; DELEGA&lt;BR /&gt;FROM \\Sercuman\Sindel\ejemplos.txt (ansi, txt, delimiter is ',', embedded labels, msq);&lt;BR /&gt;&lt;BR /&gt;section application;&lt;BR /&gt;star is *;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DELEGA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;DELEGA, Delegacion&lt;BR /&gt;"ASTUR", "ASTURIAS"&lt;BR /&gt;"ASTUR", "CANTABRIA"&lt;BR /&gt;"TODAS", *&lt;BR /&gt;"GALICIA", "GALICIA"&lt;BR /&gt;"EUSKA", "EUSKADI"&lt;BR /&gt;"EUSKA", "ARAGON" ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 22:58:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-09T22:58:18Z</dc:date>
    <item>
      <title>Section Acces</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148940#M27155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am implementing an access restricted by users. At first the code is good, and when I accede to the document with some user with few privileges works perfectly. The problem comes when I accede with a user with total permissions, since it remains without memory and cannot open the picture. I do not deal which is the problem, since the user with total permissions does not do more than what it was making before implementing the safety, see everything, but making it like that there is no way of acceding...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code:&lt;/P&gt;&lt;P&gt;USERS:&lt;BR /&gt;Section Access; LOAD [ACCESS],&lt;BR /&gt; [USERID],&lt;BR /&gt; [PASSWORD],&lt;BR /&gt; DELEGA&lt;BR /&gt;FROM \\Sercuman\Sindel\ejemplos.txt (ansi, txt, delimiter is ',', embedded labels, msq);&lt;BR /&gt;&lt;BR /&gt;section application;&lt;BR /&gt;star is *;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DELEGA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;DELEGA, Delegacion&lt;BR /&gt;"ASTUR", "ASTURIAS"&lt;BR /&gt;"ASTUR", "CANTABRIA"&lt;BR /&gt;"TODAS", *&lt;BR /&gt;"GALICIA", "GALICIA"&lt;BR /&gt;"EUSKA", "EUSKADI"&lt;BR /&gt;"EUSKA", "ARAGON" ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 22:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148940#M27155</guid>
      <dc:creator />
      <dc:date>2009-07-09T22:58:18Z</dc:date>
    </item>
    <item>
      <title>Section Acces</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148941#M27156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure exactly the problem but I suspect it might be a Strict Exclusion issue. In the Document Properties, Opening Tab, just under where you set to Reduce Data based on Section Access, untick the "Strict Exclusion" check box.&lt;/P&gt;&lt;P&gt;That works?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 00:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148941#M27156</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-10T00:19:11Z</dc:date>
    </item>
    <item>
      <title>Section Acces</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148942#M27157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No... It is desactivated... I will try to explain better:&lt;/P&gt;&lt;P&gt;If:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;USERS:&lt;BR /&gt;Section Access; LOAD [ACCESS],&lt;BR /&gt; [USERID],&lt;BR /&gt; [PASSWORD],&lt;BR /&gt; DELEGA&lt;BR /&gt;FROM \\Sercuman\Sindel\ejemplos.txt (ansi, txt, delimiter is ',', embedded labels, msq);&lt;BR /&gt;&lt;BR /&gt;section application;&lt;BR /&gt;star is *;&lt;BR /&gt;&lt;BR /&gt;DELEGA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;DELEGA, Delegacion&lt;BR /&gt;"ASTUR", "ASTURIAS"&lt;BR /&gt;"ASTUR", "CANTABRIA"&amp;lt;h3&amp;gt;&lt;I&gt;&lt;B&gt;"TODAS", *&lt;/B&gt;&lt;/I&gt; (This user does not accede because "out of memory")&amp;lt;/h3&amp;gt;&lt;BR /&gt;"GALICIA", "GALICIA"&lt;BR /&gt;"EUSKA", "EUSKADI"&lt;BR /&gt;"EUSKA", "ARAGON" ];&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;else&lt;/P&gt;&lt;P&gt;if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt; USERS:&lt;BR /&gt;Section Access; LOAD [ACCESS],&lt;BR /&gt; [USERID],&lt;BR /&gt; [PASSWORD],&lt;BR /&gt; DELEGA&lt;BR /&gt;FROM \\Sercuman\Sindel\ejemplos.txt (ansi, txt, delimiter is ',', embedded labels, msq);&lt;BR /&gt;&lt;BR /&gt;section application;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;No problems with memory... i don't understand it. theoretically it should be the same select all, or select nothing... not?&lt;/P&gt;&lt;P&gt;PD: Sorry for my english...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 20:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148942#M27157</guid>
      <dc:creator />
      <dc:date>2009-07-10T20:27:24Z</dc:date>
    </item>
    <item>
      <title>Section Acces</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148943#M27158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to see the entries in ejemplos.txt ?&lt;/P&gt;&lt;P&gt;Possible to upload a QVW?&lt;/P&gt;&lt;P&gt;Usually any out of memory errors, excluding that the data of the QVW does exceed your memory, are down to cartesian joins, especially where you include 2 unrelated values in a chart. This can sometimes be hidden by having a smaller data set (which would happen if one of your other users was logged in) and only show up when all the data is loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 20:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148943#M27158</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-10T20:31:25Z</dc:date>
    </item>
    <item>
      <title>Section Acces</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148944#M27159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot..&lt;/P&gt;&lt;P&gt;The file ejemplos.txt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;ACCESS, USERID, PASSWORD, DELEGA, DEPAR&lt;BR /&gt;ADMIN, ADMIN, PASS1, TODAS, ADMON&lt;BR /&gt;USER, USER2, PASS2, TODAS, ADMON&lt;BR /&gt;USER, USER3, PASS3, TODAS, DIRCOMPRAS&lt;BR /&gt;USER, USER4, PASS4, ASTUR, DELEGA&lt;BR /&gt;USER, USER5, PASS5, GALICIA, DELEGA&lt;BR /&gt;USER, USER6, PASS6, TODAS, COMPRAS&lt;BR /&gt;USER, USER7, PASS7, EUSKA, DIRVENTAS&lt;BR /&gt;USER, USER8, PASS8, EUSKA, DIRVENTAS&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 20:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148944#M27159</guid>
      <dc:creator />
      <dc:date>2009-07-10T20:58:23Z</dc:date>
    </item>
    <item>
      <title>Section Acces</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148945#M27160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have put these users and connections into a QVW with a simple amount of data connected to the Delegacion field and it all works perfectly as I would expect for the different users. I get reductions where they should be and all data for "TODOS" users.&lt;/P&gt;&lt;P&gt;I would look at the data and joins now - look for possible cartesians. One way to do it is to do a copy of the document with no charts at all and reload - see if you still get errors. If not, copy charts from the original copy one at a time until you find an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 21:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces/m-p/148945#M27160</guid>
      <dc:creator>stephencredmond</dc:creator>
      <dc:date>2009-07-10T21:19:46Z</dc:date>
    </item>
  </channel>
</rss>

