<?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: Dynamic Section Access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Section-Access/m-p/1704257#M455658</link>
    <description>&lt;P&gt;I would recommend reviewing some key sources of information:&lt;/P&gt;&lt;P&gt;Help:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Security.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Security.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Design Blog Post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note, there are two other posts attached to the Design Blog link at the bottom related to Dynamic Data reduction, so be sure to check those too.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may find some further useful Documents in the following search result link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/forums/searchpage/tab/message?advanced=false&amp;amp;allow_punctuation=false&amp;amp;filter=includeTkbs,location&amp;amp;include_tkbs=true&amp;amp;location=tkb-board:qlikview-documents&amp;amp;q=section%20access" target="_self"&gt;QlikView Documents area search results for 'Section Access'&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the best I can offer, really need a lot more info in order to help you troubleshoot, in these cases generally need the application with Section Access commented out such that the security table loads into the rest of the data model, so we can see how things are linked etc.&amp;nbsp; I would suspect that is where things are likely going wrong, but not sure.&amp;nbsp; I am also not sure what SID is in your case, generally the SID is not a friendly name, which is what we would want to be matching to, the user login ID, not their actual SID.&amp;nbsp; About that best I can explain that one.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 21:21:57 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-05-21T21:21:57Z</dc:date>
    <item>
      <title>Dynamic Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Section-Access/m-p/1697630#M455656</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;with the below script, i have build the dynamic section access. now i have added my name to the excel data list. when im trying to open the application i got the " Access Denied" error message. kindly help in future any additions to the list how can i provide the access to the members. kindly help me.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* load all the members from the network */&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Source,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Desktop\Section Access\Output.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;USERACCESS:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD 'USER' AS ACCESS,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'NAEAST\'&amp;amp; SID as NTNAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESIDENT Data;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* remove data members from memory */&lt;/P&gt;&lt;P&gt;Drop table Data;&lt;/P&gt;&lt;P&gt;/* create section access */&lt;/P&gt;&lt;P&gt;Section access;&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident USERACCESS;&lt;/P&gt;&lt;P&gt;Section application;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navin&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Section-Access/m-p/1697630#M455656</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2020-04-29T10:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Section-Access/m-p/1697833#M455657</link>
      <description>&lt;P&gt;can someone help me on below issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 17:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Section-Access/m-p/1697833#M455657</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2020-04-29T17:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Section Access</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Section-Access/m-p/1704257#M455658</link>
      <description>&lt;P&gt;I would recommend reviewing some key sources of information:&lt;/P&gt;&lt;P&gt;Help:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Security.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Security.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Design Blog Post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Section-Access/ba-p/1465766&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note, there are two other posts attached to the Design Blog link at the bottom related to Dynamic Data reduction, so be sure to check those too.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may find some further useful Documents in the following search result link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/forums/searchpage/tab/message?advanced=false&amp;amp;allow_punctuation=false&amp;amp;filter=includeTkbs,location&amp;amp;include_tkbs=true&amp;amp;location=tkb-board:qlikview-documents&amp;amp;q=section%20access" target="_self"&gt;QlikView Documents area search results for 'Section Access'&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the best I can offer, really need a lot more info in order to help you troubleshoot, in these cases generally need the application with Section Access commented out such that the security table loads into the rest of the data model, so we can see how things are linked etc.&amp;nbsp; I would suspect that is where things are likely going wrong, but not sure.&amp;nbsp; I am also not sure what SID is in your case, generally the SID is not a friendly name, which is what we would want to be matching to, the user login ID, not their actual SID.&amp;nbsp; About that best I can explain that one.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 21:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Section-Access/m-p/1704257#M455658</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-05-21T21:21:57Z</dc:date>
    </item>
  </channel>
</rss>

