Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro open URL

Hi,

I wished to setup a trigger "Open URL"  on variable selection event, but it doesn't work. So now i want to write a macro to Open URL The macro must open the URL in the used browser and not necessarily IE.


Any idea??

7 Replies
vikasmahajan

PFA

vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

This is not exactly what i want. I don't want to create a button, but fire the event on variable value modification.

when i setup the trigger in Document Proprties-->Triggers, this dosn't work. So i need to write a macro

Not applicable
Author

So any ideas??

Not applicable
Author

what action you want to perform to open the URL?

vikasmahajan

Refer link

http://community.qlik.com/thread/53743

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

I want to write a macro script that opens an URl and then configure a trigger "Run Macro" which will be fired on variable value modification. My problem is the script and not how to configure the triger.

zippo_btl
Contributor II
Contributor II

Hello

Try this:

CreateObject("WScript.Shell").Run "http:ya.ru"