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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Selecting fields through the URL

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

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi this just work fine

&select=LB01,Ben&select=LB03,K

I tried personally.

Regards

ASHFAQ

View solution in original post

10 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Yes possible have a look at below link.

http://community.qlik.com/blogs/qlikviewdesignblog/2014/07/11/ajax-and-url-parameters

Regards

ASHFAQ

tresesco
MVP
MVP

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.

Anonymous
Not applicable
Author

but how can you control a multi box ?

thanks

ashfaq_haseeb
Champion III
Champion III

Hi,

Did you try tresesco suggestion?

Regards

ASHFAQ

Anonymous
Not applicable
Author

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

ashfaq_haseeb
Champion III
Champion III

Hi this just work fine

&select=LB01,Ben&select=LB03,K

I tried personally.

Regards

ASHFAQ

Anonymous
Not applicable
Author

cool it works now

ashfaq_haseeb
Champion III
Champion III

Hi,

Can you close this thread by marking it as answer.

Regards

ASHFAQ

Anonymous
Not applicable
Author

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 ?