<?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: Open folder with a action button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501071#M548731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer!&lt;/P&gt;&lt;P&gt;Where do I create a makro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 12:56:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-13T12:56:50Z</dc:date>
    <item>
      <title>Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501068#M548726</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;I would like to hava a button in QlikView that opens a windows folder to show the results after the script has run.&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you fpr helping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501068#M548726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-13T12:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501069#M548727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am sure that there is no qlikview action that can do this. You should try using a macro to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Aadil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501069#M548727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-13T12:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501070#M548730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if is that what are you looking for, but try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a button&lt;/P&gt;&lt;P&gt;2. Add an action to run a macro&lt;/P&gt;&lt;P&gt;3. Create a macro like the one below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub openFolder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim shell&lt;/P&gt;&lt;P&gt;Set shell = CreateObject("Shell.Application")&lt;/P&gt;&lt;P&gt;shell.Open "C:\myFolder"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is gonna help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501070#M548730</guid>
      <dc:creator />
      <dc:date>2014-01-13T12:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501071#M548731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer!&lt;/P&gt;&lt;P&gt;Where do I create a makro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501071#M548731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-13T12:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501072#M548732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the Edit Module Button. And on the button action, just put the name of the sub that you want to execute. If you keep the code above, the name is openFolder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Edit Module.png" class="jive-image" src="/legacyfs/online/51407_Edit Module.png" style="width: 620px; height: 86px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 13:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501072#M548732</guid>
      <dc:creator />
      <dc:date>2014-01-13T13:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501073#M548733</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;Is this action going to take place only from the local client or also from the server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the local client you can also use the launch action to achieve the same effect:&lt;/P&gt;&lt;P&gt;- under application fill in explorer.exe.&lt;/P&gt;&lt;P&gt;- under parameters fill in the folder you want to open, for example ='C:\QlikView'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the server I don't know what the best solution would be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 13:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501073#M548733</guid>
      <dc:creator />
      <dc:date>2014-01-13T13:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501074#M548734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set an action (open URL) and specify the folder URL (no macro needed) see image.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Skärmklipp.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51376_Skärmklipp.PNG.png" style="width: 620px; height: 530px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 13:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501074#M548734</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-13T13:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501075#M548735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nils. perfect answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we use Relative paths here ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 13:30:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501075#M548735</guid>
      <dc:creator />
      <dc:date>2014-01-20T13:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501076#M548736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! have you managed to do it running on server side? I mean, open a folder either on server or on client side but via access point...&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501076#M548736</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-01T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Open folder with a action button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501077#M548737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might have to use the Plugin Client to get this to work. Will check on Server later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 14:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-folder-with-a-action-button/m-p/501077#M548737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-01T14:14:13Z</dc:date>
    </item>
  </channel>
</rss>

