<?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 Is it possible to link datas from a REST connector using anything other than __KEY_root? in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Is-it-possible-to-link-datas-from-a-REST-connector-using/m-p/2489857#M5025</link>
    <description>&lt;P&gt;I am trying to link datas in a single JSON REST connector one part is from a simple call to the "root" part of the JSON :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NoConcatenate
    RestConnectorMasterTable:
    SQL SELECT
        "id" AS "newid",
        "created_at",
        "updated_at",
        "status",
        "source",
        "product_id",
        "__KEY_root"
    FROM JSON (wrap on) "root" PK "__KEY_root"
    WITH CONNECTION (
        URL "https://api.com/api/v2/tickets?per_page=100&amp;amp;page=1&amp;amp;updated_since=2024-10-29T15:50:00Z&amp;amp;order_by=updated_at&amp;amp;order_type=asc"
    );&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;The other part is from some "subdatas" in the JSON that I need to get separately :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NoConcatenate
    CustomFields:
    SQL SELECT
    (SELECT 
      "domain",
      "site",
      "category"
      FROM "custom_fields" FK "__FK_custom_fields")
    FROM JSON (wrap on) "root" PK "__KEY_root"
    WITH CONNECTION (
        URL "https://api.com/api/v2/tickets?per_page=100&amp;amp;page=1&amp;amp;updated_since=2024-10-29T15:50:00Z&amp;amp;order_by=updated_at&amp;amp;order_type=asc"
    );&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;It works like that when I link __FK_custom_fields to __KEY_root since values are added by the REST connector in Qlik but I want to link it through the ticket ID so that I can make sure my datas are linked correctly in any case scenario.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2024 08:09:12 GMT</pubDate>
    <dc:creator>Saijoken</dc:creator>
    <dc:date>2024-10-30T08:09:12Z</dc:date>
    <item>
      <title>Is it possible to link datas from a REST connector using anything other than __KEY_root?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Is-it-possible-to-link-datas-from-a-REST-connector-using/m-p/2489857#M5025</link>
      <description>&lt;P&gt;I am trying to link datas in a single JSON REST connector one part is from a simple call to the "root" part of the JSON :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NoConcatenate
    RestConnectorMasterTable:
    SQL SELECT
        "id" AS "newid",
        "created_at",
        "updated_at",
        "status",
        "source",
        "product_id",
        "__KEY_root"
    FROM JSON (wrap on) "root" PK "__KEY_root"
    WITH CONNECTION (
        URL "https://api.com/api/v2/tickets?per_page=100&amp;amp;page=1&amp;amp;updated_since=2024-10-29T15:50:00Z&amp;amp;order_by=updated_at&amp;amp;order_type=asc"
    );&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;The other part is from some "subdatas" in the JSON that I need to get separately :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NoConcatenate
    CustomFields:
    SQL SELECT
    (SELECT 
      "domain",
      "site",
      "category"
      FROM "custom_fields" FK "__FK_custom_fields")
    FROM JSON (wrap on) "root" PK "__KEY_root"
    WITH CONNECTION (
        URL "https://api.com/api/v2/tickets?per_page=100&amp;amp;page=1&amp;amp;updated_since=2024-10-29T15:50:00Z&amp;amp;order_by=updated_at&amp;amp;order_type=asc"
    );&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;It works like that when I link __FK_custom_fields to __KEY_root since values are added by the REST connector in Qlik but I want to link it through the ticket ID so that I can make sure my datas are linked correctly in any case scenario.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2024 08:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Is-it-possible-to-link-datas-from-a-REST-connector-using/m-p/2489857#M5025</guid>
      <dc:creator>Saijoken</dc:creator>
      <dc:date>2024-10-30T08:09:12Z</dc:date>
    </item>
  </channel>
</rss>

