Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How To Pass the current selection box value parameter to access point URL.

Hi,

I have the requirent with calling Qlikview in out side Application(.NET).

How To Pass the current selection box value parameter to access point URL.

Thanks

Naga

2 Replies
Alexander_Thor
Employee
Employee

If you only want to pass a set of selections into QV you can append something like this to your url:

http://server/qlikview/opendoc.htm?app=mydoc.qvw&select=<objectId>,<value>

Not applicable
Author

Thanks Alex,

I have tried the way its working Listbox , but my requirement is i need to pass the Multibox selection value/Current selection box,Its not working,can you help me.

thanks