<?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 REST Connector: How can I include a parameter within the URL? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-include-a-parameter-within-the-URL/m-p/1191167#M2170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to hit a URL for CDC data, example URL as follows: &lt;A href="http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json" title="http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json"&gt;http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that the URL structure is set up to embed measure IDs within the URL, for example &lt;A href="http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json" title="http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json"&gt;http://ephtracking.cdc.gov/apigateway/GetData/v1/&lt;STRONG&gt;{MEASURE}&lt;/STRONG&gt;/All/0/All/0/json&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to set up the data loading to pass a series of values within for MEASURE within the data load editor or do I have to hand code them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Oct 2016 21:02:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-11T21:02:02Z</dc:date>
    <item>
      <title>REST Connector: How can I include a parameter within the URL?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-include-a-parameter-within-the-URL/m-p/1191167#M2170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to hit a URL for CDC data, example URL as follows: &lt;A href="http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json" title="http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json"&gt;http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that the URL structure is set up to embed measure IDs within the URL, for example &lt;A href="http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json" title="http://ephtracking.cdc.gov/apigateway/GetData/v1/587/All/0/All/0/json"&gt;http://ephtracking.cdc.gov/apigateway/GetData/v1/&lt;STRONG&gt;{MEASURE}&lt;/STRONG&gt;/All/0/All/0/json&amp;nbsp; &lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to set up the data loading to pass a series of values within for MEASURE within the data load editor or do I have to hand code them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 21:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-include-a-parameter-within-the-URL/m-p/1191167#M2170</guid>
      <dc:creator />
      <dc:date>2016-10-11T21:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector: How can I include a parameter within the URL?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-include-a-parameter-within-the-URL/m-p/1191168#M2171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;Have you looked into the WITH CONNECTION statement as described here: &lt;A href="http://help.qlik.com/en-US/connectors/Subsystems/REST_connector_QV_help/Content/1.0/Load-REST-data/Select-REST-data-with-Edit-script.htm" title="http://help.qlik.com/en-US/connectors/Subsystems/REST_connector_QV_help/Content/1.0/Load-REST-data/Select-REST-data-with-Edit-script.htm"&gt;Select REST data ‒ Qlik Connectors&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;You can dynamically craft the URL using variables in the script and use the WITH CONNECTION statement similar to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;FROM "Something"&lt;/P&gt;&lt;P&gt;WITH CONNECTION (&lt;/P&gt;&lt;P&gt;URL "$(vMyVariable)"&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Bjorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 10:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-Connector-How-can-I-include-a-parameter-within-the-URL/m-p/1191168#M2171</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2016-10-12T10:33:46Z</dc:date>
    </item>
  </channel>
</rss>

