<?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: Launch Application with Parameters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90158#M752173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you, tried the button and it works a treat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2018 12:48:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-30T12:48:45Z</dc:date>
    <item>
      <title>Launch Application with Parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90154#M752169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a maintenance ticket system, which resides on the users local hdd's - it draws data from a SQL database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we would like to do is launch the application from a qlikview document and pass in the ticked number, in other words:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;C:\Maint\Maint.exe id:1234&lt;/STRONG&gt;", (where 1234 is the ticket number from the data row.) when the number is clicked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="217063" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217063_Capture.PNG" style="height: 185px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I've tried various things but nothing seems to work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='c'&amp;amp;'&amp;lt;url&amp;gt;'&amp;amp;'C:\Maint\Maint.exe'&lt;/STRONG&gt; launches the application as expected, I can't get it to pass a parameter though!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Launch-Application-with-Parameters/m-p/90154#M752169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Application with Parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90155#M752170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='c'&amp;amp;'&amp;lt;url&amp;gt;'&amp;amp;'C:\Maint\Maint.exe id:' &amp;amp; ticketNumber&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90155#M752170</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-10-30T11:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Application with Parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90156#M752171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;Thanks for answering this, I think this was one of the combinations I tried, it returns a "Failed To Launch" message with the exact path of what can be typed into a command prompt to get it to run.&lt;/P&gt;&lt;P&gt;I'm now wondering if there's some kind of block on running an exe with a passed param?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90156#M752171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T11:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Application with Parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90157#M752172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Test it with a button "Launch Action" using file exe name as the "Application" and the "id:xxxx" as the parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that works then build your url as quoted strings like:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;="'c'&amp;amp;'&amp;lt;url&amp;gt;'&amp;amp;'C:\Maint\Maint.exe" "id:' &amp;amp; ticketNumber &amp;amp; '"'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or use the button as a workaround &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 12:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90157#M752172</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-10-30T12:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Application with Parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90158#M752173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you, tried the button and it works a treat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 12:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Application-with-Parameters/m-p/90158#M752173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-30T12:48:45Z</dc:date>
    </item>
  </channel>
</rss>

