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

Need help regarding browser Launch

I want to launch a url with selected values as it parameter .how can I do that.

Thanks in advance

Sandy

9 Replies
amars
Specialist
Specialist

Hi Sandy,

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.

deepakk
Partner - Specialist III
Partner - Specialist III

hi,

Use the below Code in expression and select link in representation.

'<url>http:

//10.157.132.13:8090/omnidocs/carrefour/searchdocs.jsp?Module=Customer&Index=CustomerID&Value='& CUSTOMER_ID









Not applicable
Author

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.

If any one done such a flow please help me out.

I tried this

Set objIExplorer = CreateObject("internetexplorer.application")
objIExplorer.visible = True
objIExplorer.navigate url
Set objIExplorer = Nothing

**Also changed the proprty "System Access" && "Allow Syatem Access"

it worked in the design environment but not working in the server

Please help

suniljain
Master
Master

URL with Selected Values ?.

can you describe in details ?.

Not applicable
Author

want to pas the selected values(Filter Condition)

deepakk
Partner - Specialist III
Partner - Specialist III

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

'<url>http:

//10.157.132.13:8090/omnidocs/carrefour/searchdocs.jsp?Module=Customer&Index=CustomerID&Value='& CUSTOMER_ID





Not applicable
Author

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

deepakk
Partner - Specialist III
Partner - Specialist III

If you can send a sample application we can help you out....

suniljain
Master
Master

this facilities available in QV 10.