<?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 access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access/m-p/19323#M788461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain the section application script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2018 17:55:48 GMT</pubDate>
    <dc:creator>manu1512</dc:creator>
    <dc:date>2018-02-13T17:55:48Z</dc:date>
    <item>
      <title>Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access/m-p/19321#M788459</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;Can any one tell how to write script for section access for large number of user. &lt;/P&gt;&lt;P&gt;For me the concern is password, do we need to create for every user and pass it to them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access/m-p/19321#M788459</guid>
      <dc:creator>manu1512</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access/m-p/19322#M788460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can used Active directory (NTNAME) in section access instead of user name and password where you don't need password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ACCESS, NTNAME, &lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;REDUCTION&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ADMIN, ADMIN,4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;USER, USER,5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; margin: 0.5em 0; background: #fafafa; padding: 1em; color: #0f0f0f;"&gt;LOAD *,&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; margin: 0.5em 0; background: #fafafa; padding: 1em; color: #0f0f0f;"&gt;NUM AS REDUCTION;&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; margin: 0.5em 0; background: #fafafa; padding: 1em; color: #0f0f0f;"&gt;LOAD&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; margin: 0.5em 0; background: #fafafa; padding: 1em; color: #0f0f0f;"&gt;Chr( RecNo()+ord('A')-1) AS ALPHA,&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; margin: 0.5em 0; background: #fafafa; padding: 1em; color: #0f0f0f;"&gt;RecNo() AS NUM&lt;/P&gt;&lt;P class="code" data-mc-conditions="Targets.NotToTranslate" style="font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; margin: 0.5em 0; background: #fafafa; padding: 1em; color: #0f0f0f;"&gt;AUTOGENERATE 3;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 17:38:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access/m-p/19322#M788460</guid>
      <dc:creator>akshaye_c_navale</dc:creator>
      <dc:date>2018-02-13T17:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access/m-p/19323#M788461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please explain the section application script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 17:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access/m-p/19323#M788461</guid>
      <dc:creator>manu1512</dc:creator>
      <dc:date>2018-02-13T17:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access/m-p/19324#M788462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;REDUCTION is field from dataset on which you want to apply section access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;Dont forgot to check Data reduction and strict exclusion from Document Setting&amp;gt;&amp;gt; Opening.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;Go through below link for more details,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Security.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Security.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Security.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 18:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access/m-p/19324#M788462</guid>
      <dc:creator>akshaye_c_navale</dc:creator>
      <dc:date>2018-02-13T18:01:52Z</dc:date>
    </item>
  </channel>
</rss>

