<?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 from QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239188#M714679</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the error.&lt;BR /&gt;In the session access QlikView, when we want to make a data reduction. We can not try to restrict some data that does not exist in the cloud data.&lt;BR /&gt;In my opinion I do not agree with this because QlikView should have a more specific error, not only request authentication again. Maybe that way it would be easier to identify the error.&lt;BR /&gt;&lt;BR /&gt;That would be a hint for the implementation of QlikView, improve error messages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Oct 2010 17:55:03 GMT</pubDate>
    <dc:creator>nicolett_yuri</dc:creator>
    <dc:date>2010-10-18T17:55:03Z</dc:date>
    <item>
      <title>Section Access from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239184#M714675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN closure_uid_1okhny="45" se="Ola," te="Hello,"&gt;Hello,&lt;BR /&gt;&lt;/SPAN&gt;I'm trying to make an access control through AD. &lt;SPAN closure_uid_1okhny="47" se="Estou pegando os dados que necessito através do LDAP." te="I'm getting the data I need via LDAP."&gt;I'm getting the data I need via LDAP.&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="48" se="Tudo isso esta funcionando, porém ao tentar adicionar um usuário através de um INLINE, este e somente este usuário não consegue se conectar na aplicação." te="All this is working, but when trying to add a user through an INLINE, this and only this user can not connect to the application."&gt;All this is working, but when trying to add a user through an INLINE, this and only this user can not connect to the application.&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="49" se="Vocês podem me ajudar?" te="Can you help me?"&gt;Can you help me?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="50" se="Utilizo duas aplicações, uma para gerar o arquivo QVD e outra que faz a leitura desse arquivo QVD." te="I use two applications, one to generate the QVD and another that reads this file QVD."&gt;I use two applications, one to generate the QVD and another that reads this file QVD.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="51" se="Segue o código que gero o QVD:" te="Here is the code I generate the QVD:"&gt;Here is the code I generate the QVD:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="52" se="Acesso:" te="Access:"&gt;Access:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="53" se="LOAD" te="LOAD   "&gt;LOAD&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="54" se="'ADMIN'        as ACCESS," te="'Admin' as ACCESS,   "&gt;'Admin' as ACCESS,&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="55" se="'swbi'&amp;amp; trim(sAMAccountName)  as NTNAME," te="'Swbi ' &amp;amp; trim (sAMAccountName) the NTNAME,   "&gt;'Swbi ' &amp;amp; trim (sAMAccountName) the NTNAME,&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="56" se="telephoneNumber      as RESTRICTION;" te="telephoneNumber the restriction;"&gt;telephoneNumber the restriction;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="57" se="SELECT" te="SELECT"&gt;SELECT&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="58" se=" sAMAccountName," te="sAMAccountName,"&gt;sAMAccountName,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="59" se=" telephoneNumber" te="telephoneNumber"&gt;telephoneNumber&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="60" se="FROM 'LDAP://swbi'" te="FROM 'LDAP: / / swbi'"&gt;FROM 'LDAP: / / swbi'&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="61" se="WHERE objectClass='user'" te="WHERE objectClass = 'user'"&gt;WHERE objectClass = 'user'&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="62" se="and memberOf='CN=App01.ADMIN,OU=Grupos,OU=SWB,DC=swb,DC=inf,DC=br';" te="and memberOf = 'cn = App01.ADMIN, OU = Groups, OU = SWB, SWB DC =, DC = inf, dc = br &amp;quot;;"&gt;and memberOf = 'cn = App01.ADMIN, OU = Groups, OU = SWB, SWB DC =, DC = inf, dc = br ";&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="63" se="LOAD" te="LOAD   "&gt;LOAD&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="64" se="'USER'        as ACCESS," te="'USER' the ACCESS   "&gt;'USER' the ACCESS&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="65" se="'swbi'&amp;amp; trim(sAMAccountName)  as NTNAME," te="'Swbi ' &amp;amp; trim (sAMAccountName) the NTNAME,   "&gt;'Swbi ' &amp;amp; trim (sAMAccountName) the NTNAME,&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="66" se="telephoneNumber     as RESTRICTION;" te="telephoneNumber the restriction;"&gt;telephoneNumber the restriction;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="67" se="SELECT" te="SELECT"&gt;SELECT&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="68" se=" sAMAccountName," te="sAMAccountName,"&gt;sAMAccountName,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="69" se=" telephoneNumber" te="telephoneNumber"&gt;telephoneNumber&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="70" se="FROM 'LDAP://swbi'" te="FROM 'LDAP: / / swbi'"&gt;FROM 'LDAP: / / swbi'&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="71" se="WHERE objectClass='user'" te="WHERE objectClass = 'user'    "&gt;WHERE objectClass = 'user'&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="72" se="and memberOf='CN=App01.USER,OU=Grupos,OU=SWB,DC=swb,DC=inf,DC=br';" te="and memberOf = 'cn = App01.USER, OU = Groups, OU = SWB, SWB DC =, DC = inf, dc = br &amp;quot;;"&gt;and memberOf = 'cn = App01.USER, OU = Groups, OU = SWB, SWB DC =, DC = inf, dc = br ";&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="73" se="CONCATENATE" te="CONCATENATE"&gt;CONCATENATE&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="74" se="Acesso:" te="Access:"&gt;Access:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="75" se="LOAD * INLINE [" te="LOAD * INLINE [    "&gt;LOAD * INLINE [&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="76" se="ACCESS,NTNAME" te="ACCESS, NTNAME    "&gt;ACCESS, NTNAME&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="77" se="ADMIN,srvswbbi\qlikview" te="ADMIN srvswbbi \ QlikView"&gt;ADMIN srvswbbi \ QlikView&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="78" se="];" te="];"&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="79" se="Agora segue o código da aplicação que carrega o QVD:" te="Now follows the application code that loads the QVD:"&gt;Now follows the application code that loads the QVD:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="80" se="Section Access;" te="Access Section;"&gt;Access Section;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="81" se="LOAD UPPER(ACCESS)    as ACCESS," te="LOAD UPPER (ACCESS) the ACCESS     "&gt;LOAD UPPER (ACCESS) the ACCESS&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="82" se="NTNAME," te="NTNAME,     "&gt;NTNAME,&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="83" se="RESTRICTION" te="Restriction"&gt;Restriction&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="84" se="FROM QVD\SECTIONACCESS\Acesso.qvd (qvd);" te="FROM QVD \ SECTIONACCESS \ Acesso.qvd (QVD);"&gt;FROM QVD \ SECTIONACCESS \ Acesso.qvd (QVD);&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="85" se="Section Application;" te="Application Section;"&gt;Application Section;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="86" se="Dados:" te="Data:"&gt;Data:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="87" se="LOAD * INLINE [" te="LOAD * INLINE [    "&gt;LOAD * INLINE [&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="88" se="ID, RESTRICTION, QTD_NUM" te="ID, Restriction, QTD_NUM    "&gt;ID, Restriction, QTD_NUM&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="89" se="01, 99999999, 10" te="01, 99999999, 10    "&gt;01, 99999999, 10&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="90" se="02, 23455, 2" te="02, 23455, 2    "&gt;02, 23455, 2&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="91" se="03, 22222, 3" te="03, 22222, 3    "&gt;03, 22222, 3&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="92" se="04, 886767, 11" te="04, 886767, 11    "&gt;04, 886767, 11&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="93" se="05, 99999999, 90" te="05, 99999999, 90    "&gt;05, 99999999, 90&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="94" se="06, 99999999, 88" te="06, 99999999, 88    "&gt;06, 99999999, 88&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="95" se="07, 99999999, 6" te="07, 99999999, 6    "&gt;07, 99999999, 6&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="96" se="08, 9983613, 200" te="08, 9983613, 200    "&gt;08, 9983613, 200&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="97" se="09, 3837661, 30" te="09, 3837661, 30    "&gt;09, 3837661, 30&lt;BR /&gt;&lt;/SPAN&gt; &lt;SPAN closure_uid_1okhny="98" se="10, 8872836, 95" te="10, 8872836, 95"&gt;10, 8872836, 95&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN closure_uid_1okhny="99" se="];" te="];"&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;My problem is that the user SRVSWBBI \ QlikView can not access the application.&lt;/P&gt;&lt;DIV class="g-section" id="gt-res-tools"&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 21:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239184#M714675</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2010-10-15T21:51:00Z</dc:date>
    </item>
    <item>
      <title>Section Access from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239185#M714676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try put the clausule WHERE 1 = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access Section;&lt;BR /&gt;LOAD UPPER (ACCESS) the ACCESS&lt;BR /&gt; NTNAME,&lt;BR /&gt; Restriction&lt;/P&gt;&lt;P&gt;FROM QVD \ SECTIONACCESS \ Acesso.qvd (QVD)&lt;/P&gt;&lt;P&gt;WHERE 1 = 1;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 22:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239185#M714676</guid>
      <dc:creator />
      <dc:date>2010-10-15T22:04:02Z</dc:date>
    </item>
    <item>
      <title>Section Access from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239186#M714677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried but it does not work.&lt;/P&gt;&lt;P&gt;All users coming from the AD work, just not the user's INLINE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 22:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239186#M714677</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2010-10-15T22:17:44Z</dc:date>
    </item>
    <item>
      <title>Section Access from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239187#M714678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yuri,&lt;BR /&gt;I see a couple problems here:&lt;BR /&gt;1. Comma is missing after ADMIN in INLINE, so it is one field. Must be:&lt;BR /&gt; ADMIN&lt;STRONG&gt;,&lt;/STRONG&gt; srvswbbi\QlikView&lt;BR /&gt;2. The field name used for data restriction must be uppercase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Oct 2010 14:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239187#M714678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-17T14:11:59Z</dc:date>
    </item>
    <item>
      <title>Section Access from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239188#M714679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the error.&lt;BR /&gt;In the session access QlikView, when we want to make a data reduction. We can not try to restrict some data that does not exist in the cloud data.&lt;BR /&gt;In my opinion I do not agree with this because QlikView should have a more specific error, not only request authentication again. Maybe that way it would be easier to identify the error.&lt;BR /&gt;&lt;BR /&gt;That would be a hint for the implementation of QlikView, improve error messages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 17:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239188#M714679</guid>
      <dc:creator>nicolett_yuri</dc:creator>
      <dc:date>2010-10-18T17:55:03Z</dc:date>
    </item>
    <item>
      <title>Section Access from QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239189#M714680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I find it convenient to trobleshoot Section Access by using "Initial Selection" instead of data reduction. It shows what exactly is going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 19:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-from-QVD/m-p/239189#M714680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-18T19:36:32Z</dc:date>
    </item>
  </channel>
</rss>

