<?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 Action - mstsc in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529885#M689064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have it working by just launching RDP's already created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jan 2014 10:58:41 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2014-01-09T10:58:41Z</dc:date>
    <item>
      <title>Launch Action - mstsc</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529880#M689059</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 have created a new Launch action with the application mstsc which opens a new Remote Desktop session as soon as I click on the Text Object.&amp;nbsp; In the Parameters section, if I enter &lt;STRONG&gt;/v:servername &lt;/STRONG&gt;when I click the Text Object it opens up a Remote Desktop Session with the server name.&amp;nbsp; However what I want it to do is take it from the field name &lt;STRONG&gt;network_path&lt;/STRONG&gt;:&amp;nbsp; ie: If I select my criteria and in the Text Object is the server &lt;STRONG&gt;transformfs&lt;/STRONG&gt;, I want it to connect to transformfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried /:v=network_path, but I get an error.&amp;nbsp; Does anyone have any suggestions at all?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon Ditchfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:26:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529880#M689059</guid>
      <dc:creator />
      <dc:date>2013-11-15T12:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Action - mstsc</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529881#M689060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First create the Variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vNP = network_path. This field must contain only one value other wise you may get null value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the Variable in the action&lt;/P&gt;&lt;P&gt;/v:$(vNP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 13:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529881#M689060</guid>
      <dc:creator />
      <dc:date>2013-11-15T13:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Action - mstsc</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529882#M689061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it working by entering the following in the Parameters on Launch&amp;nbsp; = '/v:' &amp;amp;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vNP &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Nov 2013 15:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529882#M689061</guid>
      <dc:creator />
      <dc:date>2013-11-15T15:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Action - mstsc</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529883#M689062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johnathon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used Launch and added the mstsc.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-01-09_0835.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51289_2014-01-09_0835.png" style="width: 620px; height: 239px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering, this opens up the RDC, but I want to log onto another site by clicking a button in Qlikview, any tips on how to do it. Could I create a.bat file and just launch that from within Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 08:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529883#M689062</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-09T08:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Action - mstsc</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529884#M689063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly in my load script which takes data from SQL, there is a table called &lt;STRONG&gt;Server&lt;/STRONG&gt; with a field called N&lt;STRONG&gt;etwork_Path&lt;/STRONG&gt; (which is my UNC Path). I then created a variable in Qlikview and called it &lt;STRONG&gt;vNP&lt;/STRONG&gt; with the value of &lt;STRONG&gt;=Network_Path.&amp;nbsp; &lt;/STRONG&gt;I then created a standard text object with the text of &lt;STRONG&gt;=Network_Path&lt;/STRONG&gt; (to show the network path), and created a Launch Action with the following parameters:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Application:&amp;nbsp; =('C:\WINDOWS\system32\mstsc.exe') //This is the directory of Remote Desktop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: =vNP //This entered the parameters as the &lt;STRONG&gt;=Network_Path&lt;/STRONG&gt;, so it will contect to Remote Desktop with whatever value is in the &lt;STRONG&gt;=Networth_Path&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Jon&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 09:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529884#M689063</guid>
      <dc:creator />
      <dc:date>2014-01-09T09:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Launch Action - mstsc</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529885#M689064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have it working by just launching RDP's already created&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 10:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-Action-mstsc/m-p/529885#M689064</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-09T10:58:41Z</dc:date>
    </item>
  </channel>
</rss>

