<?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: How to reduce data for ADMIN ACCESS in Section Access script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-reduce-data-for-ADMIN-ACCESS-in-Section-Access-script/m-p/1350522#M415145</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your section access script, USER A with admin privilege has no restriction but, will USER B also have no restriction as he has ADMIN privilege or is it that &amp;lt;SECRETFIELD&amp;gt; will be absent in USER B's document view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanchayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 May 2017 08:26:26 GMT</pubDate>
    <dc:creator>sanchayan</dc:creator>
    <dc:date>2017-05-29T08:26:26Z</dc:date>
    <item>
      <title>How to reduce data for ADMIN ACCESS in Section Access script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reduce-data-for-ADMIN-ACCESS-in-Section-Access-script/m-p/1350520#M415143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In section access, how can I reduce data in such a way that account with ADMIN access will also view reduced data (some fields will be restricted to ADMIN access) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Whether data reduction is possible for ADMIN access? If possible then how shall I write that section access script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Does OMIT field omit a field only for USER view or for ADMIN view as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sanchayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2017 21:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reduce-data-for-ADMIN-ACCESS-in-Section-Access-script/m-p/1350520#M415143</guid>
      <dc:creator>sanchayan</dc:creator>
      <dc:date>2017-05-28T21:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce data for ADMIN ACCESS in Section Access script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reduce-data-for-ADMIN-ACCESS-in-Section-Access-script/m-p/1350521#M415144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that ADMIN must have unlimited access.&lt;/P&gt;&lt;P&gt;Application can only be reloaded by users with ADMIN-priviliges. This user cannot be restricted, as the file is saved with the fields, for which this particular user is allowed.&lt;/P&gt;&lt;P&gt;Other users may be restricted (probably for the purpose of editing/changing code), however application then will have to be refreshed by the a.m. Super-ADMIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script would only add this field with the contents:&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14960457038907337" jivemacro_uid="_14960457038907337" modifiedtitle="true"&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, NTNAME, OMIT&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, A&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, B, SECRETFIELD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, C, SECRETFIELD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, C&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;SECTION APPLICATION;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reduce-data-for-ADMIN-ACCESS-in-Section-Access-script/m-p/1350521#M415144</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-29T08:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce data for ADMIN ACCESS in Section Access script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-reduce-data-for-ADMIN-ACCESS-in-Section-Access-script/m-p/1350522#M415145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per your section access script, USER A with admin privilege has no restriction but, will USER B also have no restriction as he has ADMIN privilege or is it that &amp;lt;SECRETFIELD&amp;gt; will be absent in USER B's document view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sanchayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 08:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-reduce-data-for-ADMIN-ACCESS-in-Section-Access-script/m-p/1350522#M415145</guid>
      <dc:creator>sanchayan</dc:creator>
      <dc:date>2017-05-29T08:26:26Z</dc:date>
    </item>
  </channel>
</rss>

