<?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 How to manage  section access dynamicly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465758#M1159728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to authenticate qv users using section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is basic and as following :&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sql&amp;nbsp; exec mySp ; // returns [ACCESS],[PASSWORD],USERID&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is it is not working dynamicly.&lt;/P&gt;&lt;P&gt;When first time I open the document everything seems ok, &lt;/P&gt;&lt;P&gt;but when I changed the password of any user in db and then reopen the document system accepts the old password.&lt;/P&gt;&lt;P&gt;How is it possible to check the authentication dynamically in every document opening with actual password in the db?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :I unchecked the 'Strict Exclusion' , and then close the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Dec 2012 11:30:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-26T11:30:06Z</dc:date>
    <item>
      <title>How to manage  section access dynamicly</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465758#M1159728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to authenticate qv users using section access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is basic and as following :&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sql&amp;nbsp; exec mySp ; // returns [ACCESS],[PASSWORD],USERID&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is it is not working dynamicly.&lt;/P&gt;&lt;P&gt;When first time I open the document everything seems ok, &lt;/P&gt;&lt;P&gt;but when I changed the password of any user in db and then reopen the document system accepts the old password.&lt;/P&gt;&lt;P&gt;How is it possible to check the authentication dynamically in every document opening with actual password in the db?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note :I unchecked the 'Strict Exclusion' , and then close the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 11:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465758#M1159728</guid>
      <dc:creator />
      <dc:date>2012-12-26T11:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage  section access dynamicly</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465759#M1159729</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 IT&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;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, test1, password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, test2, password&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 11:34:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465759#M1159729</guid>
      <dc:creator />
      <dc:date>2012-12-26T11:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage  section access dynamicly</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465760#M1159730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Document Properties-&amp;gt;Go to the Opening tab-&amp;gt;Uncheck Initial data reduction based on section access .&lt;/P&gt;&lt;P&gt;Hope it help.&lt;/P&gt;&lt;P&gt;Dont forget to save and then open the application.&lt;/P&gt;&lt;P&gt;You can also see if User Properties-&amp;gt;"Remember login credential until qlikview exists " is checked in General tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 11:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465760#M1159730</guid>
      <dc:creator />
      <dc:date>2012-12-26T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage  section access dynamicly</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465761#M1159731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vishwaranjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick reply but I don't want to use my qv&amp;nbsp; document to manage after writing the script,&lt;/P&gt;&lt;P&gt;I want to manage authentication on database, so i can not use static content,&lt;/P&gt;&lt;P&gt;I need the user and passwords to be loaded everytime qlikview document opens.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 11:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465761#M1159731</guid>
      <dc:creator />
      <dc:date>2012-12-26T11:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage  section access dynamicly</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465762#M1159732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still not working,&lt;/P&gt;&lt;P&gt;my problem is not the same as the thread&amp;nbsp; 69065. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Detailed problem is as following:&lt;/P&gt;&lt;P&gt;Think that&amp;nbsp; there is&amp;nbsp; 3 or more users.&lt;/P&gt;&lt;P&gt;and one of them changed the password and they are not permitted to edit qv script.&lt;/P&gt;&lt;P&gt;To consistency I need the user's password to be changed automaticly and when next login or opening the qv document the user can be access the document with new password.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2012 11:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465762#M1159732</guid>
      <dc:creator />
      <dc:date>2012-12-26T11:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to manage  section access dynamicly</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465763#M1159733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can use NTNAME in your section access table.&lt;/P&gt;&lt;P&gt;Assume that you are keeping your USER Access info in a table then the table should look like below.&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME,OMIT&lt;/P&gt;&lt;P&gt;USER,USERID1,FIELD1&lt;/P&gt;&lt;P&gt;USER,USERID2,FIELD2&lt;/P&gt;&lt;P&gt;USER,USERID3,FIELD1&lt;/P&gt;&lt;P&gt;ADMIN,SERVICEACCOUNTID,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This approach will work in Server. The QliView server will be integrated with either Active Directory or a Custom directory service. When the USER logs into Access Point QlikView server will take the User ID from the header and allows the user to see the document if the user id is listed under NTNAME field. We need to add the QlikView Publisher service account id under NTNAME and keep it as ADMIN so that no reduction is applied when the publisher reloads the document.&lt;/P&gt;&lt;P&gt;Please keep a backup version of your original qvw before applying section access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 09:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-manage-section-access-dynamicly/m-p/465763#M1159733</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2013-10-09T09:31:14Z</dc:date>
    </item>
  </channel>
</rss>

