<?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 How to query Salesforce and Adobe Analytics API and parse nested JSON resultsets? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-query-Salesforce-and-Adobe-Analytics-API-and-parse-nested/m-p/2546642#M22831</link>
    <description>&lt;P&gt;In Qlik data load editor, I've succesfully obtained an OAuth Access Token to query a Salesforce and Adobe Analytics staging environment's objects (through a standard REST connection).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm then trying to do a GET query as such&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;BR /&gt;"Id",&lt;BR /&gt;"field1",&lt;BR /&gt;"field2",&lt;BR /&gt;"field3",&lt;BR /&gt;"__FK_root"&lt;BR /&gt;FROM JSON (wrap on) "root_u_records_u_items"&lt;BR /&gt;WITH CONNECTION (&lt;BR /&gt;URL "&lt;A href="https://mydomain.sandbox.my.salesforce.com/services/data/v62.0/query?q=SELECT+Id,field1,field2,field3+FROM+tablename+LIMIT+2000" target="_blank"&gt;https://mydomain.sandbox.my.salesforce.com/services/data/v62.0/query?q=SELECT+Id,field1,field2,field3+FROM+tablename+LIMIT+2000&lt;/A&gt;",&lt;BR /&gt;HTTPHEADER "Authorization" "Bearer $(vAccessToken)",&lt;BR /&gt;HTTPHEADER "Accept" "application/json"&lt;BR /&gt;); &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it only sees no rows--but in the output 1 can see 2000 items.&amp;nbsp; I believe it's in nested JSON format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you get Qlik to properly interpret the nested JSON into a table structure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2026 16:57:06 GMT</pubDate>
    <dc:creator>wcer</dc:creator>
    <dc:date>2026-04-10T16:57:06Z</dc:date>
    <item>
      <title>How to query Salesforce and Adobe Analytics API and parse nested JSON resultsets?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-query-Salesforce-and-Adobe-Analytics-API-and-parse-nested/m-p/2546642#M22831</link>
      <description>&lt;P&gt;In Qlik data load editor, I've succesfully obtained an OAuth Access Token to query a Salesforce and Adobe Analytics staging environment's objects (through a standard REST connection).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm then trying to do a GET query as such&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;BR /&gt;"Id",&lt;BR /&gt;"field1",&lt;BR /&gt;"field2",&lt;BR /&gt;"field3",&lt;BR /&gt;"__FK_root"&lt;BR /&gt;FROM JSON (wrap on) "root_u_records_u_items"&lt;BR /&gt;WITH CONNECTION (&lt;BR /&gt;URL "&lt;A href="https://mydomain.sandbox.my.salesforce.com/services/data/v62.0/query?q=SELECT+Id,field1,field2,field3+FROM+tablename+LIMIT+2000" target="_blank"&gt;https://mydomain.sandbox.my.salesforce.com/services/data/v62.0/query?q=SELECT+Id,field1,field2,field3+FROM+tablename+LIMIT+2000&lt;/A&gt;",&lt;BR /&gt;HTTPHEADER "Authorization" "Bearer $(vAccessToken)",&lt;BR /&gt;HTTPHEADER "Accept" "application/json"&lt;BR /&gt;); &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it only sees no rows--but in the output 1 can see 2000 items.&amp;nbsp; I believe it's in nested JSON format.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you get Qlik to properly interpret the nested JSON into a table structure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 16:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-query-Salesforce-and-Adobe-Analytics-API-and-parse-nested/m-p/2546642#M22831</guid>
      <dc:creator>wcer</dc:creator>
      <dc:date>2026-04-10T16:57:06Z</dc:date>
    </item>
  </channel>
</rss>

