<?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: Getting info from Qlik Sense Repository Database in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Getting-info-from-Qlik-Sense-Repository-Database/m-p/1815144#M19678</link>
    <description>&lt;P&gt;Hi Levi, i've a question for you.&lt;/P&gt;&lt;P&gt;A MasterDimension has &lt;EM&gt;Name&lt;/EM&gt; ('Turnover CY'), &lt;EM&gt;Label&lt;/EM&gt; ('Turnover' &amp;amp; $(vYear)) and &lt;EM&gt;expression&lt;/EM&gt; (=Sum(turnover)).&lt;/P&gt;&lt;P&gt;How can i get the Label using Postgre?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TY&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jun 2021 10:11:16 GMT</pubDate>
    <dc:creator>BU</dc:creator>
    <dc:date>2021-06-15T10:11:16Z</dc:date>
    <item>
      <title>Getting info from Qlik Sense Repository Database</title>
      <link>https://community.qlik.com/t5/Management-Governance/Getting-info-from-Qlik-Sense-Repository-Database/m-p/1546978#M12649</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am currently connected to my QS Repository Database, using a PostgreSQL connection. The idea is to access the repository tables in order to find all objects and corresponding definitions (e.g. a Master Item measure or a variable, defined inside the app, and its corresponding expression/formula), for all the applications I have developed.&lt;/P&gt;&lt;P&gt;However, I am not finding enough information about the tables available at the QSR database, and the information that I am looking for seems to be encrypted inside these tables. Any ideas on how to achieve this? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Feb 2019 14:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Getting-info-from-Qlik-Sense-Repository-Database/m-p/1546978#M12649</guid>
      <dc:creator>Davide</dc:creator>
      <dc:date>2019-02-20T14:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting info from Qlik Sense Repository Database</title>
      <link>https://community.qlik.com/t5/Management-Governance/Getting-info-from-Qlik-Sense-Repository-Database/m-p/1547160#M12660</link>
      <description>&lt;P&gt;* Standard warning: Be careful in direct connections to the underlying PostgreSQL database. The QRS API is strongly preferred.&lt;/P&gt;
&lt;P&gt;The actual content of an app (load scripts, visualizations, expressions, etc) are not exposed via the QRS API. You will get high level meta-data. For this specific scenario, the AppObject table you will see &lt;EM&gt;that&lt;/EM&gt; an app has:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Master Dimensions (SELECT "App_ID" FROM "AppObjects" WHERE "ObjectType" = 'dimension';)&lt;/LI&gt;
&lt;LI&gt;Master Visualizations&amp;nbsp;(SELECT "App_ID" FROM "AppObjects" WHERE "ObjectType" = 'masterobject';)&lt;/LI&gt;
&lt;LI&gt;Master Measures&amp;nbsp;(SELECT "App_ID" FROM "AppObjects" WHERE "ObjectType" = 'measure';)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;But it simply will not give you the expression(s) used in those items.&lt;/P&gt;
&lt;P&gt;For the expressions, the Engine API is the route. Here's exactly that pull in a fuller project for reference:&amp;nbsp;&lt;A href="https://github.com/eapowertools/qmcu-app-meta-fetcher/blob/master/appMetaFetcher/lib/getMasterMetricsData.js" target="_blank" rel="noopener"&gt;https://github.com/eapowertools/qmcu-app-meta-fetcher/blob/master/appMetaFetcher/lib/getMasterMetricsData.js&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 02:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Getting-info-from-Qlik-Sense-Repository-Database/m-p/1547160#M12660</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2019-02-21T02:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Getting info from Qlik Sense Repository Database</title>
      <link>https://community.qlik.com/t5/Management-Governance/Getting-info-from-Qlik-Sense-Repository-Database/m-p/1815144#M19678</link>
      <description>&lt;P&gt;Hi Levi, i've a question for you.&lt;/P&gt;&lt;P&gt;A MasterDimension has &lt;EM&gt;Name&lt;/EM&gt; ('Turnover CY'), &lt;EM&gt;Label&lt;/EM&gt; ('Turnover' &amp;amp; $(vYear)) and &lt;EM&gt;expression&lt;/EM&gt; (=Sum(turnover)).&lt;/P&gt;&lt;P&gt;How can i get the Label using Postgre?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TY&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jun 2021 10:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Getting-info-from-Qlik-Sense-Repository-Database/m-p/1815144#M19678</guid>
      <dc:creator>BU</dc:creator>
      <dc:date>2021-06-15T10:11:16Z</dc:date>
    </item>
  </channel>
</rss>

