<?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: Passing a parameter to REST connector URL in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60935#M360</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maxwell,&lt;/P&gt;&lt;P&gt;I was mistaken - my example involved the web html pull vs. the RESTFUL part.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;That being said, I think this particular is covered very well by the brilliant Michael Tarallo &lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the following page (using the STAR WAR API):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5130"&gt;Working with the Qlik REST Connector, Pagination and Multiple JSON Schemas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps guide you to the right answer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2018 04:21:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-22T04:21:47Z</dc:date>
    <item>
      <title>Passing a parameter to REST connector URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60932#M357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I'd like a way to dynamically change the URL connector string. This is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;LIB CONNECT TO 'StarWarsREST';&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;LET extension = "/people";&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;RestConnectorMasterTable:&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;SQL SELECT &lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;"__KEY_root",&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;(SELECT &lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;"name",&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;"created",&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;"__FK_results",&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;"__KEY_results"&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;FROM "results" PK "__KEY_results" FK "__FK_results")&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;FROM JSON (wrap on) "root"&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;WITH CONNECTION (&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;URL "$(extension)");&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;[root]:&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;LOAD [name] AS [name],&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;[created] AS [created]&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;RESIDENT RestConnectorMasterTable&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;WHERE NOT IsNull([__FK_results]);&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;DROP TABLE RestConnectorMasterTable;&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'StarWarsREST' has the URL &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://swapi.co/api" rel="nofollow" target="_blank"&gt;http://swapi.co/api&lt;/A&gt;&lt;SPAN&gt; and I want to make a connection to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://swapi.co/api/people" rel="nofollow" target="_blank"&gt;http://swapi.co/api/people&lt;/A&gt;&lt;SPAN&gt;. When I run this script to load data, if finishes without failure, but does not load any data. This is just an example. The ultimate goal is to change the extension variable in a nodejs script based on user input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2021 14:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60932#M357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-22T14:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a parameter to REST connector URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60933#M358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did something similar where I had to go through a few pages (with a parm tweaked), but did this on the QLIK Sense Desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Article that was useful:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/287822"&gt;https://community.qlik.com/thread/287822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You switch to legacy loading - but in doing so it can open up some security issues (other article did better explaining it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While this code was from a prior way of doing it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(looping through i a few times)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Set vUrl = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://whateverurl.html/results.aspx?p=$(i)&amp;amp;ps=20" rel="nofollow" target="_blank"&gt;http://whateverurl.html/results.aspx?p=$(i)&amp;amp;ps=20&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; TriathlonResults:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vUrl)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (html, utf8, embedded labels, table is @1); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps in solving your issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;RSC&lt;/P&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 15:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60933#M358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T15:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a parameter to REST connector URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60934#M359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you better describe what a script needs to look like on Qlik Sense Desktop to accomplish this? I am new to Qlik Sense and Scripting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 15:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60934#M359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-21T15:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a parameter to REST connector URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60935#M360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maxwell,&lt;/P&gt;&lt;P&gt;I was mistaken - my example involved the web html pull vs. the RESTFUL part.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;That being said, I think this particular is covered very well by the brilliant Michael Tarallo &lt;A href="https://community.qlik.com/qlik-users/77808"&gt;mto&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the following page (using the STAR WAR API):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5130"&gt;Working with the Qlik REST Connector, Pagination and Multiple JSON Schemas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps guide you to the right answer.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 04:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60935#M360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-22T04:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a parameter to REST connector URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60936#M361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The youtube video on the page:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=QlCT55_712I&amp;amp;feature=youtu.be" title="https://www.youtube.com/watch?v=QlCT55_712I&amp;amp;feature=youtu.be"&gt;Using the Qlik REST Connector - Pagination and Multiple JSON Schemas - YouTube&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 04:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60936#M361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-22T04:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a parameter to REST connector URL</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60937#M362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just use the&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;SPAN&gt;WITH CONNECTION(Url "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://content.googleapis.com/calendar/v3/calendars/primary/events?key=AIzaS" rel="nofollow" target="_blank"&gt;https://content.googleapis.com/calendar/v3/calendars/primary/events?key=AIzaS&lt;/A&gt;&lt;SPAN&gt;...");&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;as mentioned in the help &lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Create-REST-connection/Pagination-scenarios.htm" title="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Create-REST-connection/Pagination-scenarios.htm"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Create-REST-connection/Pagination-scenario…&lt;/A&gt; like &lt;A href="https://community.qlik.com/qlik-users/232464"&gt;rscampbell&lt;/A&gt;‌ mentions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;Just use a variable for the URL.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #fafafa;"&gt;Select .... WITH CONNECTION(Url "$(web_page_variable)");&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2018 20:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Passing-a-parameter-to-REST-connector-URL/m-p/60937#M362</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2018-08-23T20:27:29Z</dc:date>
    </item>
  </channel>
</rss>

