<?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: Extracting custom property data from Qlik Sense (Enterprise) in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061587#M12191</link>
    <description>&lt;P&gt;I believe we used these steps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-To-Connect-To-The-PostgreSQL-Database-Used-For-Qlik-Sense/ta-p/1713893" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-To-Connect-To-The-PostgreSQL-Database-Used-For-Qlik-Sense/ta-p/1713893&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But it's been a few years so I'm not 100% sure.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Apr 2023 14:04:40 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2023-04-18T14:04:40Z</dc:date>
    <item>
      <title>Extracting custom property data from Qlik Sense (Enterprise)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061557#M12188</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;
&lt;P&gt;Has anyone within our community had experience extracting custom property data from the PostgreSQL Qlik sense repository and if so could you expand on the process of obtaining this data? Our use case for this is to have the ability to monitor the custom properties associated with various Qlik resources such as Users, Apps, streams etc to then have the ability to monitor and audit those resources.&lt;/P&gt;
&lt;P&gt;I assume this data is attainable as&amp;nbsp;(INTERNAL\sa_repository) connections are set-up to feed the standard monitoring applications that come with installation of Qlik sense enterprise.&lt;/P&gt;
&lt;P&gt;Any help is much appreciated.&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;
&lt;P&gt;Josh&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 13:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061557#M12188</guid>
      <dc:creator>Josh_Qlik</dc:creator>
      <dc:date>2023-04-18T13:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting custom property data from Qlik Sense (Enterprise)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061561#M12189</link>
      <description>&lt;P&gt;Indeed we have, though only for apps on our end. You should be able to use these tables for other types as well, though, by pulling extra fields as required, I believe. &lt;/P&gt;
&lt;P&gt;LOAD ID as "Definition_ID", &lt;BR /&gt;Name as CustomName;&lt;BR /&gt;SELECT *&lt;BR /&gt;FROM "public"."CustomPropertyDefinitions";&lt;/P&gt;
&lt;P&gt;Inner Join&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;Value as GroupName, &lt;BR /&gt;Definition_ID, &lt;BR /&gt;App_ID&lt;BR /&gt;;&lt;BR /&gt;SELECT *&lt;BR /&gt;FROM "public"."CustomPropertyValues";&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 13:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061561#M12189</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-04-18T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting custom property data from Qlik Sense (Enterprise)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061585#M12190</link>
      <description>&lt;P&gt;Thank you for your prompt and helpful reply &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6142"&gt;@Or&lt;/a&gt;&amp;nbsp;, that makes sense... to set up the connection to this data feed, were service account / super user details needed?&lt;/P&gt;
&lt;P&gt;I'm currently unable to see a database/owner of "Public" within the our current connections.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 14:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061585#M12190</guid>
      <dc:creator>Josh_Qlik</dc:creator>
      <dc:date>2023-04-18T14:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting custom property data from Qlik Sense (Enterprise)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061587#M12191</link>
      <description>&lt;P&gt;I believe we used these steps:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-To-Connect-To-The-PostgreSQL-Database-Used-For-Qlik-Sense/ta-p/1713893" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-To-Connect-To-The-PostgreSQL-Database-Used-For-Qlik-Sense/ta-p/1713893&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But it's been a few years so I'm not 100% sure.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 14:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061587#M12191</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-04-18T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting custom property data from Qlik Sense (Enterprise)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061589#M12192</link>
      <description>&lt;P&gt;Thank you, I'll give this a go and report back.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 14:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2061589#M12192</guid>
      <dc:creator>Josh_Qlik</dc:creator>
      <dc:date>2023-04-18T14:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting custom property data from Qlik Sense (Enterprise)</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2470902#M13917</link>
      <description>&lt;P&gt;Worked brilliantly, thank you&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 09:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Extracting-custom-property-data-from-Qlik-Sense-Enterprise/m-p/2470902#M13917</guid>
      <dc:creator>Josh_Qlik</dc:creator>
      <dc:date>2024-07-16T09:10:25Z</dc:date>
    </item>
  </channel>
</rss>

