<?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: PostgreSQL Query in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/PostgreSQL-Query/m-p/2024046#M11865</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/138713"&gt;@jpjust&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The field UserId from Users table is&amp;nbsp;&amp;nbsp;varying(255) while&amp;nbsp;&lt;SPAN&gt;User_ID from the licenses table is&amp;nbsp;uuid, it looks you are trying to join the tables based on user id, the field from the Users table would be ID not&amp;nbsp;UserId.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can double check the values in both tables by doing a select * separately and make sure you are considering the correct fields.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind Regards.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2023 21:37:21 GMT</pubDate>
    <dc:creator>NadiaB</dc:creator>
    <dc:date>2023-01-10T21:37:21Z</dc:date>
    <item>
      <title>PostgreSQL Query</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/PostgreSQL-Query/m-p/2022697#M11840</link>
      <description>&lt;P&gt;Hi - I am trying to run a query like below on the qsr PostgreSQL database in pgadmin&amp;nbsp;&lt;/P&gt;
&lt;P&gt;select * from public."LicenseProfessionalAccessTypes" , public."Users"&lt;BR /&gt;where public."LicenseProfessionalAccessTypes"."User_ID" = public."Users"."UserId"&lt;/P&gt;
&lt;P&gt;But I get the following error:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR: operator does not exist: uuid = character varying LINE 2: ...public."LicenseProfessionalAccessTypes"."User_ID" = public."... ^ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. SQL state: 42883 Character: 129&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can some one please advice?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;THanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 15:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/PostgreSQL-Query/m-p/2022697#M11840</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2023-01-06T15:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL Query</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/PostgreSQL-Query/m-p/2022810#M11844</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/138713"&gt;@jpjust&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Rather than trying to help you with your code...I am going to recommend that you use the built in license monitor (and Operations Monitor) applications which provide this type of information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your license monitor is not working, you can solve that likely by updating the 'data connections' user account associated with each internal rest data connection found in the QMC.&lt;/P&gt;&lt;P&gt;For more information see point 13 in the following article:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-troubleshoot-and-resolve-reload-and-task-issues-with/ta-p/1716553" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-troubleshoot-and-resolve-reload-and-task-issues-with/ta-p/1716553&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here is a look at just one sheet of my own vApp license monitor tool in Qlik Sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/fe996f95-c446-409f-8a57-ebb8834b39cf.default.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 19:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/PostgreSQL-Query/m-p/2022810#M11844</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2023-01-06T19:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: PostgreSQL Query</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/PostgreSQL-Query/m-p/2024046#M11865</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/138713"&gt;@jpjust&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The field UserId from Users table is&amp;nbsp;&amp;nbsp;varying(255) while&amp;nbsp;&lt;SPAN&gt;User_ID from the licenses table is&amp;nbsp;uuid, it looks you are trying to join the tables based on user id, the field from the Users table would be ID not&amp;nbsp;UserId.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;You can double check the values in both tables by doing a select * separately and make sure you are considering the correct fields.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kind Regards.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2023 21:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/PostgreSQL-Query/m-p/2024046#M11865</guid>
      <dc:creator>NadiaB</dc:creator>
      <dc:date>2023-01-10T21:37:21Z</dc:date>
    </item>
  </channel>
</rss>

