<?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: Recipient Section Access - NP Nov 2020 in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/Recipient-Section-Access-NP-Nov-2020/m-p/1859537#M34111</link>
    <description>&lt;P&gt;Check the following load script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This contains the NPrinting Engine service user account (domain\npsensesvc) for an internal deployment of NPrinting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;section access;&lt;BR /&gt;LOAD * inline [&lt;BR /&gt;ACCESS, USERID, REDUCTION&lt;BR /&gt;ADMIN, domain\npsensesvc, *&lt;BR /&gt;USER, domain\user1, 1&lt;BR /&gt;USER, domain\user2, 2&lt;BR /&gt;ADMIN, domain\administrator, 4&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;section application;&lt;/P&gt;
&lt;P&gt;// The following format is required for the service account user only&lt;BR /&gt;// ADMIN, domain\npsensesvc, *&lt;/P&gt;
&lt;P&gt;star is *;&lt;BR /&gt;LOAD * inline [&lt;BR /&gt;REDUCTION, Year&lt;BR /&gt;1, 2019&lt;BR /&gt;2, 2020&lt;BR /&gt;3, 2021&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;4, *&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The NP engine service account impersonates each user and applies respective section access permissions accordingly. But it must be part of the load script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps...&lt;/P&gt;
&lt;P&gt;ps: associated QVF containing load script attached.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 18:59:04 GMT</pubDate>
    <dc:creator>Frank_S</dc:creator>
    <dc:date>2021-11-15T18:59:04Z</dc:date>
    <item>
      <title>Recipient Section Access - NP Nov 2020</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Recipient-Section-Access-NP-Nov-2020/m-p/1859483#M34109</link>
      <description>&lt;P&gt;Hello Folks,&lt;/P&gt;
&lt;P&gt;I'm working with NPrinting November 2020.&amp;nbsp; We have a dashboard that has Section Access in place which limits what data the users can see.&amp;nbsp; Is there a way to have NPrinting run with the Section Access of the intended recipient, so that the NPrinting reports don't show a bunch of irrelevant data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scenario:&lt;/P&gt;
&lt;P&gt;John's Section Access restricts the dashboard to UK businesses&lt;/P&gt;
&lt;P&gt;Barney's Section Access restricts the dashboard to US businesses&lt;/P&gt;
&lt;P&gt;When creating an NPrinting report/task, how do I make it so that the individual report going to John is UK restricted, and Barney's is US restricted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 16:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Recipient-Section-Access-NP-Nov-2020/m-p/1859483#M34109</guid>
      <dc:creator>JustinDallas</dc:creator>
      <dc:date>2021-11-15T16:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Recipient Section Access - NP Nov 2020</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Recipient-Section-Access-NP-Nov-2020/m-p/1859523#M34110</link>
      <description>&lt;P&gt;I believe I can use the setting found under &lt;STRONG&gt;Identity&lt;/STRONG&gt; in the &lt;STRONG&gt;Connections&lt;/STRONG&gt; section where it says:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;"Apply user section access for reports"&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 17:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Recipient-Section-Access-NP-Nov-2020/m-p/1859523#M34110</guid>
      <dc:creator>JustinDallas</dc:creator>
      <dc:date>2021-11-15T17:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Recipient Section Access - NP Nov 2020</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/Recipient-Section-Access-NP-Nov-2020/m-p/1859537#M34111</link>
      <description>&lt;P&gt;Check the following load script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This contains the NPrinting Engine service user account (domain\npsensesvc) for an internal deployment of NPrinting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;section access;&lt;BR /&gt;LOAD * inline [&lt;BR /&gt;ACCESS, USERID, REDUCTION&lt;BR /&gt;ADMIN, domain\npsensesvc, *&lt;BR /&gt;USER, domain\user1, 1&lt;BR /&gt;USER, domain\user2, 2&lt;BR /&gt;ADMIN, domain\administrator, 4&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;section application;&lt;/P&gt;
&lt;P&gt;// The following format is required for the service account user only&lt;BR /&gt;// ADMIN, domain\npsensesvc, *&lt;/P&gt;
&lt;P&gt;star is *;&lt;BR /&gt;LOAD * inline [&lt;BR /&gt;REDUCTION, Year&lt;BR /&gt;1, 2019&lt;BR /&gt;2, 2020&lt;BR /&gt;3, 2021&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;4, *&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The NP engine service account impersonates each user and applies respective section access permissions accordingly. But it must be part of the load script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps...&lt;/P&gt;
&lt;P&gt;ps: associated QVF containing load script attached.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 18:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/Recipient-Section-Access-NP-Nov-2020/m-p/1859537#M34111</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2021-11-15T18:59:04Z</dc:date>
    </item>
  </channel>
</rss>

