<?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: cURL in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183326#M383204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you achieved the same.? I also have the same requirement of executing Curl command from Qlik Sense to fetch Search ID from Splunk and put that ID in the URL. As its creating new search ID every day so want it dynamic to get daily refreshed data.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/160064"&gt;nemanja.momic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manoj Deshmane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2018 05:55:30 GMT</pubDate>
    <dc:creator>manoj2102</dc:creator>
    <dc:date>2018-07-13T05:55:30Z</dc:date>
    <item>
      <title>cURL in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183321#M383199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask you if there is a solution to my problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to run cURL inside qvw, but I get this error: curl: (6) Could not resolve host:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to run this script when I put it in .cmd file an run it from command prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code from qlikview:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EXECUTE "Y:\Include\curl.exe" -k -u user1:pass1 &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://website.com" rel="nofollow" target="_blank"&gt;https://website.com&lt;/A&gt;&lt;SPAN&gt; &amp;gt; "Y:\DowntimeInfo.html"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when I put this code in the .cmd file, and run it, everything works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what could be the issue? or how should I modify the script in order to get this working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 08:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183321#M383199</guid>
      <dc:creator />
      <dc:date>2016-09-27T08:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: cURL in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183322#M383200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you using desktop client on the same machine you execute the same with cmd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 08:48:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183322#M383200</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-09-27T08:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: cURL in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183323#M383201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the answer is yes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the same machine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 08:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183323#M383201</guid>
      <dc:creator />
      <dc:date>2016-09-27T08:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: cURL in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183324#M383202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if you put it all in double quotes instead of only the first and last part?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 08:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183324#M383202</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-09-27T08:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: cURL in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183325#M383203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No change, I just tried it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183325#M383203</guid>
      <dc:creator />
      <dc:date>2016-09-27T09:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: cURL in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183326#M383204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you achieved the same.? I also have the same requirement of executing Curl command from Qlik Sense to fetch Search ID from Splunk and put that ID in the URL. As its creating new search ID every day so want it dynamic to get daily refreshed data.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/160064"&gt;nemanja.momic&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manoj Deshmane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 05:55:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cURL-in-Qlikview/m-p/1183326#M383204</guid>
      <dc:creator>manoj2102</dc:creator>
      <dc:date>2018-07-13T05:55:30Z</dc:date>
    </item>
  </channel>
</rss>

