Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple selects in URL AJAX

Hi everyone,

I know that this topic has been discussed here around a million times, but I still could not find the answer to my problem.

I'm trying to pre-select values in two listboxes by passing them into the URL. I'm not sure why, but only the first selection works.

Here is URL:

http://cava/QvAJAXZfc/AccessPoint.aspx?open=&id=QVS@cava%7CFIOS/Generic%20Salesforce.qvw&client=Ajax...

I did try to switch them around to check the syntax, and always had only the first selection working.

Could anyone help me to sort this out? It's been driving me crazy for a couple of hours now.

If it makes any difference, I'm trying to embed QlikView into SalesForce web page and therefore the above URL is a part of <iframe> tag(I reckon it might make a difference as I need to be very accurate with quotes).

Any help will be much appreciated.

Regards,

Igor

Labels (1)
4 Replies
Not applicable
Author

Any ideas, folks?

Bill_Britt
Former Employee
Former Employee

I just tested this with the Presdents.qvw and the below URL works. However, I would think for this to work correctly the second selection would have to be a possible value after the first selection.

http://localhost/QvAJAXZfc/opendoc.htm?document=Presidents.qvw&host=QVS@qv11&select=LB1474,Whig&sele...

And this appears to work for mutiple selections.

http://localhost/QvAJAXZfc/opendoc.htm?document=Presidents.qvw&host=QVS@qv11&select=LB1474,Democrat,...

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Not applicable
Author

Hi Bill,

Thanks for your reply.

I was not really clear I guess: I trying to pre-select values in two different listboxes and I'm using Ajax to embed Qlivkiew into another web page(this I guess might apply some limitations).

Bill_Britt
Former Employee
Former Employee

Yes, the second web page might be the issue. The links I posted works with opening the document with two selections from different List Boxes.

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.