<?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 QV 9 Open URL trigger not working? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229009#M80976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have been trying the same approach as your's for quite sometime but it doesn't work.i don't no why.&lt;/P&gt;&lt;P&gt;But the following macro code works fine in QV9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub OpenURL&lt;/P&gt;&lt;P&gt;if ActiveDocument.Fields("Link").getSelectedValues.Count = 1 then&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Launch ActiveDocument.Evaluate("URL"),""&lt;/P&gt;&lt;P&gt;ActiveDocument.Back 'Go back so we don't do the selection&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls check the attached application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 May 2010 06:11:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-07T06:11:49Z</dc:date>
    <item>
      <title>QV 9 Open URL trigger not working?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229006#M80973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my script I build a URL in a field called URL.&lt;/P&gt;&lt;P&gt;I used to use QV 8.5 and had a macro that ran on selection of the URL field, all this did was go back and open the URL.&lt;/P&gt;&lt;P&gt;Now we've upgraded to QV 9 and my URL macro doesn't run? I know that 9 has the ability to open URL's without a macro using the new Open URL action. I've gone into the document properties and under field event triggers I selected URL, clicked the button OnSelect Add Action(s) Added an External Open URL action and in the URL field entered =URL.&lt;/P&gt;&lt;P&gt;BUT this doesn't work, selections of the field just select normally and no URL is launched? I've even tried setting it to run the macro as it used to but this doesn't work either?&lt;/P&gt;&lt;P&gt;Can anyone please advise?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 08:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229006#M80973</guid>
      <dc:creator />
      <dc:date>2010-04-30T08:38:31Z</dc:date>
    </item>
    <item>
      <title>QV 9 Open URL trigger not working?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229007#M80974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On open URL is a frontend action and it is not available for backend triggers (like OnSelect). Your old macro should however still work if started through the Run Macro action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 09:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229007#M80974</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2010-04-30T09:38:28Z</dc:date>
    </item>
    <item>
      <title>QV 9 Open URL trigger not working?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229008#M80975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post the macro that used to work in QV8.5?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 04:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229008#M80975</guid>
      <dc:creator />
      <dc:date>2010-05-07T04:29:40Z</dc:date>
    </item>
    <item>
      <title>QV 9 Open URL trigger not working?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229009#M80976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have been trying the same approach as your's for quite sometime but it doesn't work.i don't no why.&lt;/P&gt;&lt;P&gt;But the following macro code works fine in QV9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub OpenURL&lt;/P&gt;&lt;P&gt;if ActiveDocument.Fields("Link").getSelectedValues.Count = 1 then&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Launch ActiveDocument.Evaluate("URL"),""&lt;/P&gt;&lt;P&gt;ActiveDocument.Back 'Go back so we don't do the selection&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls check the attached application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 06:11:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229009#M80976</guid>
      <dc:creator />
      <dc:date>2010-05-07T06:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: QV 9 Open URL trigger not working?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229010#M80977</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'm trying to use this macro on QV 11 and it doesn't work from Web Access Point but works perfectly in development environment (desktop software). Is there any solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;~Sergejs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 09:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229010#M80977</guid>
      <dc:creator>zekazak</dc:creator>
      <dc:date>2013-05-24T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: QV 9 Open URL trigger not working?</title>
      <link>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229011#M80978</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'm also checking for same solution. Can you please help me on this if you got solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greatly appreciated on your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 15:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QV-9-Open-URL-trigger-not-working/m-p/229011#M80978</guid>
      <dc:creator />
      <dc:date>2013-11-21T15:24:21Z</dc:date>
    </item>
  </channel>
</rss>

