<?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 Open URL from Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293649#M847886</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;I have a QVW where I need to execute a command to open a URL by script (for example, &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I couldn't do it so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how could I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>microwin88x</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Open URL from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293649#M847886</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;I have a QVW where I need to execute a command to open a URL by script (for example, &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I couldn't do it so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how could I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293649#M847886</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Open URL from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293650#M847887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to execute the command &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;execute cmd.exe your command &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if you want to load data from URL then &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/docs/DOC-1320"&gt;How to call a WebService to pull some data into the QV application&lt;/A&gt;\&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/thread/132682"&gt;Loading Data from Internet files&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 14:52:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293650#M847887</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-28T14:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Open URL from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293651#M847888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;execute cmd.exe start google.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it doesn't work and it works when I open cmd and execute &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN&gt;start google.com &lt;/SPAN&gt;&lt;/SPAN&gt;manually...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 14:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293651#M847888</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2017-03-28T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Open URL from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293652#M847889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the error your getting ? do you have the permission to execute the cmd ? because&amp;nbsp; their might be restriction&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293652#M847889</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-28T15:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Open URL from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293653#M847890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, what I get is that the CMD prompt opens when I run the script but it stays with the C:&amp;gt; and the cursor blinking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293653#M847890</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2017-03-28T15:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Open URL from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293654#M847891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;execute cmd.exe start www.google.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;this ran successfully for me &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 15:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293654#M847891</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-28T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Open URL from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293655#M847892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try&lt;/P&gt;&lt;P&gt;let vVar='cmd.exe /C start www.google.com';&lt;/P&gt;&lt;P&gt;execute&amp;nbsp; $(vVar)&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 19:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-URL-from-Script/m-p/1293655#M847892</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-28T19:44:58Z</dc:date>
    </item>
  </channel>
</rss>

