Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone
I was wondering if there is a possibility to select certain fields through the URL
From a search I did here in the community I found out that you can select LB/ SHEETS/BOOKMARKS
http://localhost/QvAJAXZfc/opendoc.htm?document=demo.qvw@select =LB01,Gloves
But either than that I couldn’t figure out how to select fields or MB (multiboxs)
Does the QVP protocol have something to do with this?
Would appreciate your help
Thanks
J
Hi this just work fine
&select=LB01,Ben&select=LB03,K
I tried personally.
Regards
ASHFAQ
Hi,
Yes possible have a look at below link.
http://community.qlik.com/blogs/qlikviewdesignblog/2014/07/11/ajax-and-url-parameters
Regards
ASHFAQ
Create a list box that holds your desired field and hide it( if you don't want it to be displayed). Then use this list box for selection. If a value is selected in that list box(using URL parameter passing), it is selected across the application; even in the multibox. Hope this makes sense.
but how can you control a multi box ?
thanks
Yes but i can seem to select two List boxes
this is what i added
&select=LB86,AA&select=LB85,DD
one list box works perfect
&select=LB86,AA
but 2 list boxes only selects the last LB (LB85)
could you help me with the syntax
Hi this just work fine
&select=LB01,Ben&select=LB03,K
I tried personally.
Regards
ASHFAQ
cool it works now
Hi,
Can you close this thread by marking it as answer.
Regards
ASHFAQ
do you also know how to pass the NT user name and the password so the user will immediately be
directed to the qvw with the selections ?