I have a button with two actions, the first action creates an URL and stores it into a variable, the second action tries to open this URL with the command "Open URL".
I realize that QlikView execute these actions asynchronously, so it opens the URL when it's still empty.
Is there a way to force the synchronous execution?