<?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 Need help regarding browser Launch in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153846#M1310306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;want to pas the selected values(Filter Condition)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 13:44:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-23T13:44:58Z</dc:date>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153841#M1310296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to launch a url with selected values as it parameter .how can I do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153841#M1310296</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153842#M1310297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandy,&lt;/P&gt;&lt;P&gt;I don't know any way where u can set the values based on the URL. But u can select values in the OnOpen event of the Qlikview file. Or can write a macro which will do the same On Opening the qlikview file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:30:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153842#M1310297</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2010-09-23T13:30:09Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153843#M1310300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Use the below Code in expression and select link in representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&amp;lt;url&amp;gt;http:&lt;/P&gt;&lt;P&gt;&lt;B&gt;//10.157.132.13:8090/omnidocs/carrefour/searchdocs.jsp?Module=Customer&amp;amp;Index=CustomerID&amp;amp;Value='&amp;amp; CUSTOMER_ID&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153843#M1310300</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-09-23T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153844#M1310302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I want to integrate it with external application my target is to launch the new url say http://www.abc.com with the filter selected via a macro.&lt;/P&gt;&lt;P&gt;If any one done such a flow please help me out.&lt;/P&gt;&lt;P&gt;I tried this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objIExplorer = CreateObject("internetexplorer.application")&lt;BR /&gt;objIExplorer.visible = True&lt;BR /&gt;objIExplorer.navigate url&lt;BR /&gt;Set objIExplorer = Nothing&lt;/P&gt;&lt;P&gt;**Also changed the proprty &lt;B&gt;"System Access"&lt;/B&gt; &amp;amp;&amp;amp; &lt;B&gt;"Allow Syatem Access"&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it worked in the design environment but not working in the server&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153844#M1310302</guid>
      <dc:creator />
      <dc:date>2010-09-23T13:41:48Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153845#M1310304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;URL with Selected Values ?.&lt;/P&gt;&lt;P&gt;can you describe in details ?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:41:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153845#M1310304</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-09-23T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153846#M1310306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;want to pas the selected values(Filter Condition)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153846#M1310306</guid>
      <dc:creator />
      <dc:date>2010-09-23T13:44:58Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153847#M1310309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the same link in button object . CUSTOMER_ID in the url is the field name and will throw the selected value in the URL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'&amp;lt;url&amp;gt;http:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;//10.157.132.13:8090/omnidocs/carrefour/searchdocs.jsp?Module=Customer&amp;amp;Index=CustomerID&amp;amp;Value='&amp;amp; CUSTOMER_ID&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 13:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153847#M1310309</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-09-23T13:58:59Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153848#M1310312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will not help as i may have multiple filters that i want to pass from different objects. I want a button to launch aurl with the selected key value pair&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153848#M1310312</guid>
      <dc:creator />
      <dc:date>2010-09-23T14:13:15Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153849#M1310315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can send a sample application we can help you out....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 07:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153849#M1310315</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2010-10-22T07:13:33Z</dc:date>
    </item>
    <item>
      <title>Need help regarding browser Launch</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153850#M1310317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this facilities available in QV 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 11:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-regarding-browser-Launch/m-p/153850#M1310317</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-10-22T11:51:57Z</dc:date>
    </item>
  </channel>
</rss>

