<?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>article Create NPrinting Reports from an NTNAME Secured Document in Member Articles</title>
    <link>https://community.qlik.com/t5/Member-Articles/Create-NPrinting-Reports-from-an-NTNAME-Secured-Document/ta-p/1496339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18.0pt; font-family: 'Helvetica',sans-serif;"&gt;&lt;STRONG&gt;Background&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;This approach utilizes a single Source Document with two Publisher tasks.&amp;nbsp; Each task takes a parameter to define the authentication type.&amp;nbsp; The value passed will either be USERID or NTNAME.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;In conjunction with data reduction, NPrinting report writers will be able to create reports on their own data slice.&amp;nbsp; This approach can also be used when creating a table for a Section Access based distribution list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18pt; font-family: Helvetica, sans-serif; background-position: initial;"&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Add a ‘vAuthentication’ variable to your Section Access table to represent the USERID/NTNAME security field. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Populate the field with user names in DOMAIN\USERID format.&amp;nbsp; When USERID is passed, Domain is parsed out.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&lt;IMG __jive_id="109398" alt="sa.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/109398_sa.png" style="height: 174px; width: 620px; display: block; margin-left: auto; margin-right: auto;" /&gt;Note that I have not included a password.&amp;nbsp; A password will be necessary for USERID authentication if you want to secure this document after USERID distribution.&amp;nbsp; I recommend adding a PASSWORD column via another variable.&amp;nbsp; The password will need to be pullled in from a table definition dynamically perhaps using something unique to the users such as last 4 digits of SSN.&amp;nbsp; If not using USERID, then vPassword would evaluate to no password column.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. SET vPassword= ', PASSWORD';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4. Create two tasks in Publisher.&amp;nbsp; Both tasks will be able to run without error regardless of the last saved authentication type.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;One task will distribute the document with NTNAME security to all users.&amp;nbsp; &lt;/SPAN&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Because the same Source Document is used for both tasks, the Section Access check box (reserved for USERID access) must checked and set with a USERID that has full rights.&amp;nbsp; This setting is necessary because the NTNAME task must be able to open the USERID secured document as wells as an NTNAME secured document.&amp;nbsp; &lt;/SPAN&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Set Script Parameter - This setting defines how security will be set in the Section Access table.&amp;nbsp; &lt;/SPAN&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Parameter Name: vAuthentication &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Parameter Value: NTNAME.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;P style="margin-left: 1.0in; margin-bottom: .0001pt; background: white;"&gt;&lt;IMG __jive_id="109397" alt="nt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109397_nt.png" style="height: 439px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. The next task will distribute a USERID secured document.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Check the Section Access check box and set with a USERID that has full rights.&amp;nbsp; &lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Set the USERID Script Parameter:&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Parameter Name: vAuthentication &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Parameter Value: USERID.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Be sure to save this document to a different mount from the NTNAME distributed document. This location should be accessible to NPrinting report designers.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/OL&gt;&lt;P align="center" style="margin-bottom: .0001pt; text-align: center; background: white;"&gt;&lt;IMG __jive_id="109402" alt="uid.png.jpg" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/109402_uid.png.jpg" style="height: 439px; width: 620px;" /&gt;&lt;/P&gt;&lt;P align="center" style="margin-bottom: .0001pt; text-align: center; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18.0pt; font-family: 'Helvetica',sans-serif;"&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Either task can be executed in any order multiples times consecutively.&amp;nbsp; Output will be in two separate Document mounts, one with NTNAME security and the other with USERID. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18.0pt; font-family: 'Helvetica',sans-serif;"&gt;&lt;STRONG&gt;Other Relevant Resources&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10.0pt; font-family: arial, helvetica, sans-serif;"&gt;The approach above can work along-side of the helpful tutorials put together by Jonny Poole on how to use NTNAME with On Demand and user-based filters.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="1"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit',serif;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-8935"&gt;https://community.qlik.com/docs/DOC-8935&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit',serif;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-8934"&gt;https://community.qlik.com/docs/DOC-8934&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18.0pt; font-family: 'Helvetica',sans-serif;"&gt;&lt;STRONG&gt;Performance Consideration&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;Consideration must be made to determine whether report designers should be accessing documents hosted on the QlikView server and connected to applications through QVP or through UNC connections.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Dec 2015 06:59:18 GMT</pubDate>
    <dc:creator>Michael_Reese</dc:creator>
    <dc:date>2015-12-18T06:59:18Z</dc:date>
    <item>
      <title>Create NPrinting Reports from an NTNAME Secured Document</title>
      <link>https://community.qlik.com/t5/Member-Articles/Create-NPrinting-Reports-from-an-NTNAME-Secured-Document/ta-p/1496339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18.0pt; font-family: 'Helvetica',sans-serif;"&gt;&lt;STRONG&gt;Background&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;This approach utilizes a single Source Document with two Publisher tasks.&amp;nbsp; Each task takes a parameter to define the authentication type.&amp;nbsp; The value passed will either be USERID or NTNAME.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;In conjunction with data reduction, NPrinting report writers will be able to create reports on their own data slice.&amp;nbsp; This approach can also be used when creating a table for a Section Access based distribution list.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18pt; font-family: Helvetica, sans-serif; background-position: initial;"&gt;&lt;STRONG&gt;Steps&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Add a ‘vAuthentication’ variable to your Section Access table to represent the USERID/NTNAME security field. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Populate the field with user names in DOMAIN\USERID format.&amp;nbsp; When USERID is passed, Domain is parsed out.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&lt;IMG __jive_id="109398" alt="sa.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/109398_sa.png" style="height: 174px; width: 620px; display: block; margin-left: auto; margin-right: auto;" /&gt;Note that I have not included a password.&amp;nbsp; A password will be necessary for USERID authentication if you want to secure this document after USERID distribution.&amp;nbsp; I recommend adding a PASSWORD column via another variable.&amp;nbsp; The password will need to be pullled in from a table definition dynamically perhaps using something unique to the users such as last 4 digits of SSN.&amp;nbsp; If not using USERID, then vPassword would evaluate to no password column.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a. SET vPassword= ', PASSWORD';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4. Create two tasks in Publisher.&amp;nbsp; Both tasks will be able to run without error regardless of the last saved authentication type.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;One task will distribute the document with NTNAME security to all users.&amp;nbsp; &lt;/SPAN&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Because the same Source Document is used for both tasks, the Section Access check box (reserved for USERID access) must checked and set with a USERID that has full rights.&amp;nbsp; This setting is necessary because the NTNAME task must be able to open the USERID secured document as wells as an NTNAME secured document.&amp;nbsp; &lt;/SPAN&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Set Script Parameter - This setting defines how security will be set in the Section Access table.&amp;nbsp; &lt;/SPAN&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Parameter Name: vAuthentication &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Parameter Value: NTNAME.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;P style="margin-left: 1.0in; margin-bottom: .0001pt; background: white;"&gt;&lt;IMG __jive_id="109397" alt="nt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/109397_nt.png" style="height: 439px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b. The next task will distribute a USERID secured document.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Check the Section Access check box and set with a USERID that has full rights.&amp;nbsp; &lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Set the USERID Script Parameter:&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt; &lt;/SPAN&gt;&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Parameter Name: vAuthentication &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Parameter Value: USERID.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Be sure to save this document to a different mount from the NTNAME distributed document. This location should be accessible to NPrinting report designers.&amp;nbsp; &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/OL&gt;&lt;P align="center" style="margin-bottom: .0001pt; text-align: center; background: white;"&gt;&lt;IMG __jive_id="109402" alt="uid.png.jpg" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/109402_uid.png.jpg" style="height: 439px; width: 620px;" /&gt;&lt;/P&gt;&lt;P align="center" style="margin-bottom: .0001pt; text-align: center; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18.0pt; font-family: 'Helvetica',sans-serif;"&gt;&lt;STRONG&gt;Summary&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;Either task can be executed in any order multiples times consecutively.&amp;nbsp; Output will be in two separate Document mounts, one with NTNAME security and the other with USERID. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Helvetica, sans-serif; color: #3d3d3d; background-position: initial;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18.0pt; font-family: 'Helvetica',sans-serif;"&gt;&lt;STRONG&gt;Other Relevant Resources&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10.0pt; font-family: arial, helvetica, sans-serif;"&gt;The approach above can work along-side of the helpful tutorials put together by Jonny Poole on how to use NTNAME with On Demand and user-based filters.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL start="1"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit',serif;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-8935"&gt;https://community.qlik.com/docs/DOC-8935&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit',serif;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-8934"&gt;https://community.qlik.com/docs/DOC-8934&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 18.0pt; font-family: 'Helvetica',sans-serif;"&gt;&lt;STRONG&gt;Performance Consideration&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt;Consideration must be made to determine whether report designers should be accessing documents hosted on the QlikView server and connected to applications through QVP or through UNC connections.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 06:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Member-Articles/Create-NPrinting-Reports-from-an-NTNAME-Secured-Document/ta-p/1496339</guid>
      <dc:creator>Michael_Reese</dc:creator>
      <dc:date>2015-12-18T06:59:18Z</dc:date>
    </item>
  </channel>
</rss>

