<?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: NPrinting Repository Database Report Table in Qlik NPrinting</title>
    <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2145903#M40627</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the field you are pointing to ("entities_xml") is definitelly the correct one for objects used in template based reports. In single report you may have 1 or many connections so connection is not really part of the report structure, but object used within the template.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you also can have entity reports which dont have templates and they need to be looked at separately:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EntityReports:
LOAD upper(id) as ReportID, 
	upper(qlik_view_entity_id) as qlik_view_entity_id;
SELECT "id",
	"report_type_id",
	"qlik_view_entity_id"
FROM "public"."report"
where "report_type_id"='QlikEntity';

left join (EntityReports)
LOAD upper(id) as qlik_view_entity_id, 
	upper(data_connection_id) as [EntityReportConnectionID];
SELECT "id",
	"data_connection_id"
FROM "public"."qlik_view_entity";&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the whole thing is already worked out in NPrinting GovernanceDashboard app so just have a look there:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-Governance-Dashboard-Version-3-Now-Available/ta-p/1744538" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-Governance-Dashboard-Version-3-Now-Available/ta-p/1744538&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
    <pubDate>Sat, 09 Dec 2023 01:45:16 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2023-12-09T01:45:16Z</dc:date>
    <item>
      <title>NPrinting Repository Database Report Table</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2145835#M40626</link>
      <description>&lt;P&gt;In the NPrinting Repository Database, I am trying to find where I associate which data connections a NPrinting report is utilizing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;entities_xml field looks to have the data connection inside but it is not for all my reports.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wondering if it is in another table besides report,task,data conneciton.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 16:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2145835#M40626</guid>
      <dc:creator>TheLazyDevelopr</dc:creator>
      <dc:date>2023-12-08T16:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Repository Database Report Table</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2145903#M40627</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the field you are pointing to ("entities_xml") is definitelly the correct one for objects used in template based reports. In single report you may have 1 or many connections so connection is not really part of the report structure, but object used within the template.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you also can have entity reports which dont have templates and they need to be looked at separately:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EntityReports:
LOAD upper(id) as ReportID, 
	upper(qlik_view_entity_id) as qlik_view_entity_id;
SELECT "id",
	"report_type_id",
	"qlik_view_entity_id"
FROM "public"."report"
where "report_type_id"='QlikEntity';

left join (EntityReports)
LOAD upper(id) as qlik_view_entity_id, 
	upper(data_connection_id) as [EntityReportConnectionID];
SELECT "id",
	"data_connection_id"
FROM "public"."qlik_view_entity";&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the whole thing is already worked out in NPrinting GovernanceDashboard app so just have a look there:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-Governance-Dashboard-Version-3-Now-Available/ta-p/1744538" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-Governance-Dashboard-Version-3-Now-Available/ta-p/1744538&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 01:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2145903#M40627</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2023-12-09T01:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Repository Database Report Table</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2146347#M40628</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/164579"&gt;@TheLazyDevelopr&lt;/a&gt;&amp;nbsp;yeah just use the Np Governance Dashboard (like Lech mentioned)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2146347#M40628</guid>
      <dc:creator>David_Friend</dc:creator>
      <dc:date>2023-12-11T15:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: NPrinting Repository Database Report Table</title>
      <link>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2152151#M40633</link>
      <description>&lt;P&gt;Thank you! I was originally pulling the scripts from our NP Gov app but realized it was modified by a prior dev on our team which resulted in the connections being incorrect. Uploaded the latest version of the NP Governance dashboard and its providing me with the information I need.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 16:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-NPrinting/NPrinting-Repository-Database-Report-Table/m-p/2152151#M40633</guid>
      <dc:creator>TheLazyDevelopr</dc:creator>
      <dc:date>2023-12-12T16:13:00Z</dc:date>
    </item>
  </channel>
</rss>

