<?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: REST API Connector - Multi-table in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1731110#M5293</link>
    <description>&lt;P&gt;@Anonymous&amp;nbsp;could you explain a little bit how did you do it?&lt;/P&gt;&lt;P&gt;I'm confused how to do what you posted.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2020 15:24:37 GMT</pubDate>
    <dc:creator>Ilhui</dc:creator>
    <dc:date>2020-07-27T15:24:37Z</dc:date>
    <item>
      <title>REST API Connector - Multi-table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1261353#M2545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just started using the REST API connector - which is a great tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am connecting directly to an instance of ServiceNow, and the specified URL is table dependant and wondered if there is a way of 'parameterising' the URL in the connection so that I don't have to create a new connection in Sense for each new table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://(instance).service-now.com/api/now/table/tablename" rel="nofollow" target="_blank"&gt;https://(instance).service-now.com/api/now/table/tablename&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 15:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1261353#M2545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-09T15:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Connector - Multi-table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1261354#M2546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;Look into the "With Connection" keyword as documented in &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_QV_help/Content/1.1/Load-REST-data/Select-statement-syntax-REST.htm"&gt;Qlik Help&lt;/A&gt;‌&lt;SPAN style="font-size: 10pt;"&gt;. This allows you to override the base URL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may be able to define a control table with the list of table URLs or table names and pass that value as a parameter within a loop. I've sometimes found that if dollar sign expansion with $() does not work, ${} with brackets will.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this unsuccessfully with another REST API, but that was only because there was a randomly generated parameter per table that I could not statically define in my control table/loop, otherwise the method seemed to work as expected. Perhaps ServiceNow works differently and you won't have this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Chance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 16:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1261354#M2546</guid>
      <dc:creator>chancekbarkley</dc:creator>
      <dc:date>2017-03-09T16:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Connector - Multi-table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1261355#M2547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response Chance - I'd not heard of that capacity before and certainly looks to be what I need &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** Update ** works perfectly, nice one &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it passing in some limit parameters but I'm sure you could add that to variable if required or a peek if you had a list of tables to spit through a loop. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 18:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1261355#M2547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-09T18:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Connector - Multi-table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1261356#M2548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;I am also trying to connect service now with rest api connector&amp;nbsp; but I am not able to fetch all the tables &amp;amp; I do not want to create separate connections for each tables , can you please let me know how you are doing this ?&lt;/P&gt;&lt;P&gt;It would be really helpful , if you share the sample code .&lt;/P&gt;&lt;P&gt;I appreciate your help. Thanks in advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Feb 2018 18:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1261356#M2548</guid>
      <dc:creator>devvratparashar</dc:creator>
      <dc:date>2018-02-04T18:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Connector - Multi-table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1708609#M5223</link>
      <description>&lt;P&gt;Did you solve it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in the same situation and looking for a solution.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 16:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1708609#M5223</guid>
      <dc:creator>Ilhui</dc:creator>
      <dc:date>2020-06-05T16:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Connector - Multi-table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1731093#M5292</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36120"&gt;@chancekbarkley&lt;/a&gt;&amp;nbsp;, how do I define a control table?&lt;/P&gt;&lt;P&gt;I'm in the same exact situation but I don't&amp;nbsp; know what are you referring to a control table.&lt;/P&gt;&lt;P&gt;Could you or someone else elaborate a little more on the solution?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 14:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1731093#M5292</guid>
      <dc:creator>ilhuicahua</dc:creator>
      <dc:date>2020-07-27T14:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Connector - Multi-table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1731110#M5293</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;could you explain a little bit how did you do it?&lt;/P&gt;&lt;P&gt;I'm confused how to do what you posted.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 15:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/1731110#M5293</guid>
      <dc:creator>Ilhui</dc:creator>
      <dc:date>2020-07-27T15:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Connector - Multi-table</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/2462785#M13828</link>
      <description>&lt;P&gt;As an addition to this topic, I'm excited to share my latest tutorial on integrating Asana with Qlik Cloud using REST APIs!&lt;/P&gt;
&lt;P&gt;In this step-by-step guide, you'll learn:&lt;BR /&gt;- How to use Asana REST APIs with Postman&lt;BR /&gt;- Creating REST Data Connections in Qlik Cloud&lt;BR /&gt;- Extracting data from Asana and saving as Parquet files&lt;BR /&gt;- Enhancing connections with custom parameters and pagination&lt;/P&gt;
&lt;P&gt;Check out the full video on YouTube:&lt;BR /&gt;&lt;STRONG&gt;Integrate Asana with Qlik Cloud Using REST APIs: A Step-by-Step Guide&lt;/STRONG&gt;&lt;BR /&gt;&lt;A href="https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf" target="_blank"&gt;https://youtu.be/lFwar30BNkQ?si=UZoM_x9L5amdJSnf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Mark Costa&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jun 2024 22:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-API-Connector-Multi-table/m-p/2462785#M13828</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-06-15T22:12:13Z</dc:date>
    </item>
  </channel>
</rss>

