<?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 Button with multiple actions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532462#M693473</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;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".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize that QlikView execute these actions asynchronously, so it opens the URL when it's still empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to force the synchronous execution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2013 07:46:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-29T07:46:12Z</dc:date>
    <item>
      <title>Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532462#M693473</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;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".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realize that QlikView execute these actions asynchronously, so it opens the URL when it's still empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to force the synchronous execution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 07:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532462#M693473</guid>
      <dc:creator />
      <dc:date>2013-07-29T07:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532463#M693474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;under actions, their order should play the trick. place (use the promote/demote button) the action at the top which creates the URL and then the one which opens it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 08:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532463#M693474</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-07-29T08:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532464#M693476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've already tried this solution but it doesn't work, because seems that QlikView doesn't wait the end of the first action to start the second one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This behavior is typical in asynchronous system, is there a way to force QlikView to work in synch mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 09:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532464#M693476</guid>
      <dc:creator />
      <dc:date>2013-07-29T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532465#M693477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me it is working,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create action to set the variable:&lt;/P&gt;&lt;P&gt; Variable Name: var_URL(Created through variable overview)&lt;/P&gt;&lt;P&gt;Value: ='www.google.com'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second Create the open url action&lt;/P&gt;&lt;P&gt;URL: =var_URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kabilan K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 09:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532465#M693477</guid>
      <dc:creator />
      <dc:date>2013-07-29T09:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532466#M693479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kabilan,&lt;/P&gt;&lt;P&gt;thank you for you response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you try to set the variable to "www.qlik.com" and after click the button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which web site do you see? Google or Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried and I see qlikview website instead of google. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it executes the actions simultaneously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 10:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532466#M693479</guid>
      <dc:creator />
      <dc:date>2013-07-29T10:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532467#M693480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes action executes simultaneously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 10:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532467#M693480</guid>
      <dc:creator />
      <dc:date>2013-07-29T10:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532468#M693482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope, we can solve this problem through Macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 10:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532468#M693482</guid>
      <dc:creator />
      <dc:date>2013-07-29T10:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532469#M693483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 11:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532469#M693483</guid>
      <dc:creator />
      <dc:date>2013-07-29T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532470#M693485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created one more button as hidden. When we press the first button, it will set the value to a variable and after it will call the macro to press the second button dynamically. Form the hidden button, I have used the acton to open the URL. Please see the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532470#M693485</guid>
      <dc:creator />
      <dc:date>2013-07-29T12:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532471#M693486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I extended the procedure called from the first button, now the producedure create dinamically the token and at the end triggers the PRESS of the second button that open the URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you venugopal4s for the advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:39:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532471#M693486</guid>
      <dc:creator />
      <dc:date>2013-07-29T12:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Button with multiple actions</title>
      <link>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532472#M693487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. That is some tricky I struggled for some days&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 12:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-with-multiple-actions/m-p/532472#M693487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-23T12:46:40Z</dc:date>
    </item>
  </channel>
</rss>

