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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
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