<?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 Acces Not working In Ajax View in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612502#M226017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I maybe a little too cautious, but it doesn't look like a good idea to use system field (in this case NTNAME) for data reduction.&amp;nbsp; I always create a separate field for this purpose.&amp;nbsp; For example, use the same NTNAME data, but in a separate field:&lt;/P&gt;&lt;P&gt;Section Access; &lt;BR /&gt;LOAD &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper( ACCESS) as ACCESS, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper( NTNAME) as NTNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper( NTNAME) as REDUCTIONFIELD&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;Section Application;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;UserNames:&lt;BR /&gt;Load&lt;BR /&gt; Upper(NTNAME) as REDUCTIONFIELD,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(No I don't think it will fix the problem)&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>Wed, 05 Feb 2014 21:44:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-05T21:44:26Z</dc:date>
    <item>
      <title>Section Acces Not working In Ajax View</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612499#M226014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to publish a dashboard with section access , the publish is successful ,&lt;/P&gt;&lt;P&gt;but section access is working in Ajax view some computers and not In some.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need Some help on this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 20:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612499#M226014</guid>
      <dc:creator />
      <dc:date>2014-02-05T20:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Section Acces Not working In Ajax View</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612500#M226015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not a problem with Ajax but more sthg to do with the authentication.&lt;/P&gt;&lt;P&gt;Do you check the strict exclusion in the document properties to ensure user that are not in SA are not authorized? What is the setup of the section access? Do you user User/Groups for authorizations? &lt;/P&gt;&lt;P&gt;Can you provide a short sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 20:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612500#M226015</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-05T20:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Section Acces Not working In Ajax View</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612501#M226016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-----------------------------------------------------------------code starts-----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Section Access; &lt;BR /&gt;LOAD &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper( ACCESS) as ACCESS, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper( NTNAME) as NTNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;FROM&lt;BR /&gt;[..\..\QVD\Credentials.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;Section Application;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;UserNames:&lt;BR /&gt;Load&lt;BR /&gt; Upper(NTNAME)as NTNAME,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; USER_NAME,&lt;BR /&gt; A, //A , B , C are sheet name these fields will contain value either 0,1 and&amp;nbsp; &lt;BR /&gt; B, //and i am using these fields to either hide or show those sheets&amp;nbsp;&amp;nbsp; &lt;BR /&gt; C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[..\..\QVD\Credentials.qvd]&lt;BR /&gt;(qvd);&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------code ends-----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;There are several problems I am facing:&lt;/P&gt;&lt;P&gt;1&amp;gt; If I put initial reduction based on selection access : the publisher distribute task works fine but , when I try to access from some other credential , shows me servers NTNAME in the table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt; RIght now I am doing initial selection based on section access , where I am having problem of it working with some computers and not working with others.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2014 21:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612501#M226016</guid>
      <dc:creator />
      <dc:date>2014-02-05T21:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section Acces Not working In Ajax View</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612502#M226017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I maybe a little too cautious, but it doesn't look like a good idea to use system field (in this case NTNAME) for data reduction.&amp;nbsp; I always create a separate field for this purpose.&amp;nbsp; For example, use the same NTNAME data, but in a separate field:&lt;/P&gt;&lt;P&gt;Section Access; &lt;BR /&gt;LOAD &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; upper( ACCESS) as ACCESS, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper( NTNAME) as NTNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper( NTNAME) as REDUCTIONFIELD&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;Section Application;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;UserNames:&lt;BR /&gt;Load&lt;BR /&gt; Upper(NTNAME) as REDUCTIONFIELD,&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(No I don't think it will fix the problem)&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>Wed, 05 Feb 2014 21:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612502#M226017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-05T21:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Section Acces Not working In Ajax View</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612503#M226018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I experienced that when I saved the document with section access, section access didn't work.&lt;/P&gt;&lt;P&gt;But when I saved the document and after that I updated the document via the reload schedule (QMC), section access did work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps you&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;Werner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 09:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Acces-Not-working-In-Ajax-View/m-p/612503#M226018</guid>
      <dc:creator>wernerprovelu</dc:creator>
      <dc:date>2014-02-17T09:10:58Z</dc:date>
    </item>
  </channel>
</rss>

