<?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 Connector - WITH CONNECTION Syntax to override parameters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/REST-Connector-WITH-CONNECTION-Syntax-to-override-parameters/m-p/2492997#M102268</link>
    <description>&lt;P&gt;Thank you for pointing out the Documentation.&lt;/P&gt;
&lt;P&gt;I guess, I'll use two separate Data connection for my two usages then.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 15:45:49 GMT</pubDate>
    <dc:creator>rdugg</dc:creator>
    <dc:date>2024-11-15T15:45:49Z</dc:date>
    <item>
      <title>REST Connector - WITH CONNECTION Syntax to override parameters</title>
      <link>https://community.qlik.com/t5/App-Development/REST-Connector-WITH-CONNECTION-Syntax-to-override-parameters/m-p/2492944#M102259</link>
      <description>&lt;P&gt;What can and can't be parametrized in using WITH CONNECTION ?&lt;/P&gt;
&lt;P&gt;I'm trying without success to change the keyGenerationStrategy.&lt;/P&gt;
&lt;P&gt;sometime my apps need to use value 3, sometimes 0.&lt;/P&gt;
&lt;P&gt;And I don't want to create and manage two connectors just for that point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a documentation about that ?&lt;/P&gt;
&lt;P&gt;Should all parameters be "overridable" using with connection&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 10:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/REST-Connector-WITH-CONNECTION-Syntax-to-override-parameters/m-p/2492944#M102259</guid>
      <dc:creator>rdugg</dc:creator>
      <dc:date>2024-11-15T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector - WITH CONNECTION Syntax to override parameters</title>
      <link>https://community.qlik.com/t5/App-Development/REST-Connector-WITH-CONNECTION-Syntax-to-override-parameters/m-p/2492967#M102266</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-REST-data/Load-data.htm" target="_blank"&gt;https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/Load-REST-data/Load-data.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;WITH CONNECTION&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;keyword&lt;/H3&gt;
&lt;P&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="mc-variable CommonComponents.REST_Cnx_Short variable"&gt;REST Connector&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;supports the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;WITH CONNECTION&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;keyword, which can be used to override&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;URLs&lt;/SPAN&gt;, query parameters and query headers in a connection. The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;POST&lt;/SPAN&gt;&amp;nbsp;body can also be overridden when the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;POST&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;method has been selected for the connection.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;WITH CONNECTION&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;allows you to alter some parts of a connection rather than create a separate connection.&lt;/P&gt;
&lt;P&gt;Four parameters can be used with the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="statement"&gt;WITH CONNECTION&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;keyword:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;URL&lt;/LI&gt;
&lt;LI&gt;QUERY&lt;/LI&gt;
&lt;LI&gt;HTTPHEADER&lt;/LI&gt;
&lt;LI&gt;BODY&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The syntax for each parameter is:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN class="syntax"&gt;URL "new url"&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="syntax"&gt;QUERY "parameter name" "parameter value"&lt;/LI&gt;
&lt;LI class="syntax"&gt;HTTPHEADER "header name" "header value"&lt;/LI&gt;
&lt;LI class="syntax"&gt;BODY "request body text"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 13:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/REST-Connector-WITH-CONNECTION-Syntax-to-override-parameters/m-p/2492967#M102266</guid>
      <dc:creator>p_verkooijen</dc:creator>
      <dc:date>2024-11-15T13:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: REST Connector - WITH CONNECTION Syntax to override parameters</title>
      <link>https://community.qlik.com/t5/App-Development/REST-Connector-WITH-CONNECTION-Syntax-to-override-parameters/m-p/2492997#M102268</link>
      <description>&lt;P&gt;Thank you for pointing out the Documentation.&lt;/P&gt;
&lt;P&gt;I guess, I'll use two separate Data connection for my two usages then.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 15:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/REST-Connector-WITH-CONNECTION-Syntax-to-override-parameters/m-p/2492997#M102268</guid>
      <dc:creator>rdugg</dc:creator>
      <dc:date>2024-11-15T15:45:49Z</dc:date>
    </item>
  </channel>
</rss>

