<?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 - change in QMC not applied in QVF datasource in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-CONNECTOR-change-in-QMC-not-applied-in-QVF-datasource/m-p/1718367#M8249</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm trying to modify the SQL embedded in a rest connector directly from the QMC/dataconnections.&lt;/P&gt;&lt;P&gt;You will find below the connector script where I have added the following at the end of the SQL :&lt;/P&gt;&lt;P&gt;where (K_COMP_COMP_RLT) &amp;lt;&amp;gt; '21' and (K_COMP_COMP_RLT) &amp;lt;&amp;gt; '22'&lt;/P&gt;&lt;P&gt;First I'm not sure I can use the &amp;lt;&amp;gt; (as for instance the = is normally replaced by %2 and " by %3&amp;nbsp; and ; by %1)&lt;/P&gt;&lt;P&gt;Second, after running this change in the QMC, I reload the data in my qvf but my change does not appear in the SQL accessible in the data connections located in my "load data editor" from my qvf.&lt;/P&gt;&lt;P&gt;Any idea of why the change is not applied ?&lt;/P&gt;&lt;P&gt;Any idea of what to use for the &amp;lt;&amp;gt; ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CUSTOM CONNECT TO "provider=QvRestConnector.exe;url=https://XXXX.com/crm/soap;timeout=10000;method=POST;requestBody=&amp;lt;SOAP-ENV:Envelope xmlns:YYYY="http://XXXX.com" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope"&amp;gt;	&amp;lt;SOAP-ENV:Body&amp;gt;		&amp;lt;YYYY:logon database="ZZZZ" user="aaa" password="bbbb"/&amp;gt;			&amp;lt;efficy:api&amp;gt; 				&amp;lt;datacontainer id="1" operation="executesqlquery" recordcount=""&amp;gt;					&amp;lt;sql&amp;gt;SELECT K_COMP_COMP_RLT,K_COMPANY, K_COMPANY2 FROM LK_COMP_COMP_RLT where (K_COMP_COMP_RLT) &amp;lt;&amp;gt; '21' and (K_COMP_COMP_RLT) &amp;lt;&amp;gt; '22'  ;					 &amp;lt;/sql&amp;gt;					&amp;lt;queryparams&amp;gt;&amp;lt;/queryparams&amp;gt;				&amp;lt;/datacontainer&amp;gt;			&amp;lt;/YYYY:api&amp;gt;		&amp;lt;YYYY:logoff/&amp;gt;	&amp;lt;/SOAP-ENV:Body&amp;gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;;httpProtocol=1.1;isKeepAlive=true;bodyEncoding=UTF-8;sendExpect100Continue=true;autoDetectResponseType=true;checkResponseTypeOnTestConnection=true;keyGenerationStrategy=0;authSchema=basic;skipServerCertificateValidation=false;useCertificate=No;certificateStoreLocation=LocalMachine;certificateStoreName=My;addMissingQueryParametersToFinalRequest=false;PaginationType=None;allowResponseHeaders=false;allowHttpsOnly=false;"&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 02 Apr 2021 08:57:59 GMT</pubDate>
    <dc:creator>patricesalem</dc:creator>
    <dc:date>2021-04-02T08:57:59Z</dc:date>
    <item>
      <title>REST CONNECTOR - change in QMC not applied in QVF datasource</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-CONNECTOR-change-in-QMC-not-applied-in-QVF-datasource/m-p/1718367#M8249</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm trying to modify the SQL embedded in a rest connector directly from the QMC/dataconnections.&lt;/P&gt;&lt;P&gt;You will find below the connector script where I have added the following at the end of the SQL :&lt;/P&gt;&lt;P&gt;where (K_COMP_COMP_RLT) &amp;lt;&amp;gt; '21' and (K_COMP_COMP_RLT) &amp;lt;&amp;gt; '22'&lt;/P&gt;&lt;P&gt;First I'm not sure I can use the &amp;lt;&amp;gt; (as for instance the = is normally replaced by %2 and " by %3&amp;nbsp; and ; by %1)&lt;/P&gt;&lt;P&gt;Second, after running this change in the QMC, I reload the data in my qvf but my change does not appear in the SQL accessible in the data connections located in my "load data editor" from my qvf.&lt;/P&gt;&lt;P&gt;Any idea of why the change is not applied ?&lt;/P&gt;&lt;P&gt;Any idea of what to use for the &amp;lt;&amp;gt; ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CUSTOM CONNECT TO "provider=QvRestConnector.exe;url=https://XXXX.com/crm/soap;timeout=10000;method=POST;requestBody=&amp;lt;SOAP-ENV:Envelope xmlns:YYYY="http://XXXX.com" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope"&amp;gt;	&amp;lt;SOAP-ENV:Body&amp;gt;		&amp;lt;YYYY:logon database="ZZZZ" user="aaa" password="bbbb"/&amp;gt;			&amp;lt;efficy:api&amp;gt; 				&amp;lt;datacontainer id="1" operation="executesqlquery" recordcount=""&amp;gt;					&amp;lt;sql&amp;gt;SELECT K_COMP_COMP_RLT,K_COMPANY, K_COMPANY2 FROM LK_COMP_COMP_RLT where (K_COMP_COMP_RLT) &amp;lt;&amp;gt; '21' and (K_COMP_COMP_RLT) &amp;lt;&amp;gt; '22'  ;					 &amp;lt;/sql&amp;gt;					&amp;lt;queryparams&amp;gt;&amp;lt;/queryparams&amp;gt;				&amp;lt;/datacontainer&amp;gt;			&amp;lt;/YYYY:api&amp;gt;		&amp;lt;YYYY:logoff/&amp;gt;	&amp;lt;/SOAP-ENV:Body&amp;gt;&amp;lt;/SOAP-ENV:Envelope&amp;gt;;httpProtocol=1.1;isKeepAlive=true;bodyEncoding=UTF-8;sendExpect100Continue=true;autoDetectResponseType=true;checkResponseTypeOnTestConnection=true;keyGenerationStrategy=0;authSchema=basic;skipServerCertificateValidation=false;useCertificate=No;certificateStoreLocation=LocalMachine;certificateStoreName=My;addMissingQueryParametersToFinalRequest=false;PaginationType=None;allowResponseHeaders=false;allowHttpsOnly=false;"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-CONNECTOR-change-in-QMC-not-applied-in-QVF-datasource/m-p/1718367#M8249</guid>
      <dc:creator>patricesalem</dc:creator>
      <dc:date>2021-04-02T08:57:59Z</dc:date>
    </item>
  </channel>
</rss>

