<?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 connection POST method - QlikSense in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216421#M2303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gabriela,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You'll have to paste the baseline (non-variable) Request body in your Connection definition so it can find the XML to pull.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;?xml version=""1.0"" encoding=""utf-8"" ?&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;xDBCompanyNamex&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;Authentication user=""xUserx"" password=""xPasswordx"" /&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;ResponseFormat&amp;gt;xml&amp;lt;/ResponseFormat&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;Command&amp;gt;&amp;lt;Name&amp;gt;xWebServiceMethodNamex&amp;lt;/Name&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameters&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameter id=""xParameter1x""&amp;gt;xKEYx&amp;lt;/Parameter&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameter id=""xParameter2x""&amp;gt;xNamex&amp;lt;/Parameter&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Parameters&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;/Command&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;/xDBCompanyNamex&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If it works correctly, you should see the button identified below.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-03-16_10-54-39.png" class="jive-image image-1" height="147" src="https://community.qlik.com/legacyfs/online/156545_2017-03-16_10-54-39.png" style="height: 147px; width: 162.23px;" width="162" /&gt;&lt;/P&gt;&lt;P&gt;If so, click it, it will insert the library connect to statement and pop up a dialog which allows you to select the data elements to include.&amp;nbsp; I've found that this screen is buggy with 3.2, so you may have some UI issues where it doesn't look right.&amp;nbsp; If that is the case, select the table in the left column, check the box in one of the columns on the right, and then check the box next to the table to select all columns.&amp;nbsp; I've found this necessary to get around the bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will insert t he select which you can then modify with the WITH CONNECT keyword and your dynamically defined variable as previously discussed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Mar 2017 16:01:09 GMT</pubDate>
    <dc:creator>chancekbarkley</dc:creator>
    <dc:date>2017-03-16T16:01:09Z</dc:date>
    <item>
      <title>REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216415#M2297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do a REST connection through POST method to read a XML document, but I'm failling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the connection with the webservice using the QlikRESTConnector, passing the URL, method as post, user, password and the name of the connection. All the other settings was black or already filled as defaults values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I created the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Let vRequestBody ='';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;?xml version="1.0" encoding="utf-8" ?&amp;gt;'; &lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;xDBCompanyNamex&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;Authentication user="xUserx" password="xPasswordx" /&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;ResponseFormat&amp;gt;xml&amp;lt;/ResponseFormat&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;Command&amp;gt;&amp;lt;Name&amp;gt;xWebServiceMethodNamex&amp;lt;/Name&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;Parameters&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;Parameter id="xParameter1x"&amp;gt;xKEYx&amp;lt;/Parameter&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;Parameter id="xParameter2x"&amp;gt;xNamex&amp;lt;/Parameter&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;/Parameters&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;/Command&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = vRequestBody &amp;amp;'&amp;lt;/xDBCompanyNamex&amp;gt;';&lt;/P&gt;&lt;P&gt;&amp;nbsp; let vRequestBody = replace(vRequestBody,'"', chr(34)&amp;amp;chr(34));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the string connection is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version=""1.0"" encoding=""utf-8"" ?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;xDBCompanyNamex&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Authentication user=""xUserx"" password=""xPasswordx"" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ResponseFormat&amp;gt;xml&amp;lt;/ResponseFormat&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Command&amp;gt;&amp;lt;Name&amp;gt;xWebServiceMethodNamex&amp;lt;/Name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameter id=""xParameter1x""&amp;gt;xKEYx&amp;lt;/Parameter&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameter id=""xParameter2x""&amp;gt;xNamex&amp;lt;/Parameter&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Parameters&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Command&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/xDBCompanyNamex&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This two quotation marks is weirdo to me, but the code that was working before have it and I just copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I run the code above with one quotation mark in the GetPostman and I achieve the expected outcome, so I tried the code with just one quotation mark on Qlik too, but the result is the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Root element is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas about how to resolve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and sorry for the English.&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/REST-connection-POST-method-QlikSense/m-p/1216415#M2297</guid>
      <dc:creator />
      <dc:date>2021-12-22T14:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216416#M2298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gabriela,&lt;/P&gt;&lt;P&gt;Can you post the resulting rest connection string so I can understand how you are using it with the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vRequestBody &lt;/SPAN&gt;variable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 20:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216416#M2298</guid>
      <dc:creator>chancekbarkley</dc:creator>
      <dc:date>2017-03-15T20:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216417#M2299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have this string. At least I don't know to get it in Qlik Sense.&lt;/P&gt;&lt;P&gt;I just clik in this button to do the connection.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156433_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 20:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216417#M2299</guid>
      <dc:creator />
      <dc:date>2017-03-15T20:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216418#M2300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the request body need to be dynamic or can you include it in the 'Request Body' section when you create the REST connection with the POST method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to make the request body dynamic, consider setting it up with static text and then using the WITH CONNECTION keyword as documented on &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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will enable you to build out your dynamic request body and override the original as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 21:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216418#M2300</guid>
      <dc:creator>chancekbarkley</dc:creator>
      <dc:date>2017-03-15T21:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216419#M2301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw this document before, but the problem is that I don't know how to generate the SELECT to put the variable.&lt;/P&gt;&lt;P&gt;Some people told me that just creating this variable, when I click in that button that I show you in the last post, it's already create the connection. Looks like doesn't work this way, so now I have to create the SELECT, but I don't know how.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 12:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216419#M2301</guid>
      <dc:creator />
      <dc:date>2017-03-16T12:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216420#M2302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I achieve the results in QlikView and in QlikSense &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;But I'm still trying to do it dynamic in QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tryed to do this way, but it's not working.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156533_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 14:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216420#M2302</guid>
      <dc:creator />
      <dc:date>2017-03-16T14:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216421#M2303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gabriela,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;You'll have to paste the baseline (non-variable) Request body in your Connection definition so it can find the XML to pull.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;?xml version=""1.0"" encoding=""utf-8"" ?&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;xDBCompanyNamex&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;Authentication user=""xUserx"" password=""xPasswordx"" /&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;ResponseFormat&amp;gt;xml&amp;lt;/ResponseFormat&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;Command&amp;gt;&amp;lt;Name&amp;gt;xWebServiceMethodNamex&amp;lt;/Name&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameters&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameter id=""xParameter1x""&amp;gt;xKEYx&amp;lt;/Parameter&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Parameter id=""xParameter2x""&amp;gt;xNamex&amp;lt;/Parameter&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Parameters&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;/Command&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;lt;/xDBCompanyNamex&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If it works correctly, you should see the button identified below.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2017-03-16_10-54-39.png" class="jive-image image-1" height="147" src="https://community.qlik.com/legacyfs/online/156545_2017-03-16_10-54-39.png" style="height: 147px; width: 162.23px;" width="162" /&gt;&lt;/P&gt;&lt;P&gt;If so, click it, it will insert the library connect to statement and pop up a dialog which allows you to select the data elements to include.&amp;nbsp; I've found that this screen is buggy with 3.2, so you may have some UI issues where it doesn't look right.&amp;nbsp; If that is the case, select the table in the left column, check the box in one of the columns on the right, and then check the box next to the table to select all columns.&amp;nbsp; I've found this necessary to get around the bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will insert t he select which you can then modify with the WITH CONNECT keyword and your dynamically defined variable as previously discussed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 16:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216421#M2303</guid>
      <dc:creator>chancekbarkley</dc:creator>
      <dc:date>2017-03-16T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216422#M2304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/133424"&gt;chance.k.barkley&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could achieve the expected outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 19:56:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216422#M2304</guid>
      <dc:creator />
      <dc:date>2017-03-16T19:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216423#M2305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gabriela,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do what you have suggested above. I just need to replace a Enddate which is in my POST content&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"dateEnd": "2016-04-01T08:50:53.082Z"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I found on other ticket this is how to do it :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;let vRequestBody = '{"dateEnd": "&lt;STRONG&gt;2016-04-01&lt;/STRONG&gt;T08:50:53.082Z"}';&lt;/P&gt;&lt;P&gt;let vRequestBody = replace(vRequestBody,'"', chr(34)&amp;amp;chr(34));&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM JSON (wrap on) "root" PK "__KEY_root"&lt;/P&gt;&lt;P&gt;WITH CONNECTION(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BODY "$(vRequestBody)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can replace &lt;STRONG style="font-size: 13.3333px;"&gt;2016-04-01 &lt;/STRONG&gt;by any variable but problem is where I am executing it it is returning error:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;Connector reply error: Unknown substring, string, or value at (50,23): '-04-01T08:50:53.082Z"}"'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;Can you please help me to fix it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;Best.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; font-family: 'Courier New'; font-size: 13px; background-color: rgba(255, 38, 38, 0.2);"&gt;Rohit&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2018 08:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1216423#M2305</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-05-09T08:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: REST connection POST method - QlikSense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1509731#M3421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to create Rest connection without credential in Qliksense? I can only create after providing my windows credential.But if some other want to access it I think he cant.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Nov 2018 13:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/REST-connection-POST-method-QlikSense/m-p/1509731#M3421</guid>
      <dc:creator>anindya_manna</dc:creator>
      <dc:date>2018-11-20T13:26:15Z</dc:date>
    </item>
  </channel>
</rss>

