Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Josh_Good
Employee
Employee

Passing Parameters in a URL and Document Chaining

This videos describes how to pass parameters in a URL and how to leverage this techinque to chain documents when using AJAX.

The genral syntax is as follows:

http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&select=LB01,Value

It is also possible to us a similar technique to go directly to a specific sheet within a document using the sheet parameter.

e.g. http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&sheet=SH01

http://youtu.be/ESSvm_xMTlE

100 Replies
Not applicable

Hi Praveen,

I don't have much knowledge about QLIKSENSE. So it will take little more time for me to find some way out in QLIKSENSE. SO, I request you to find some other person for this.

Time when I get some solution will certainly tell over here.

Regards,

Bhuvan

praveen1108
Creator
Creator

Thats allright Bhuvan,Thanks!

mmonfort
Creator
Creator

Hi Josh

Great post. I tried the solution to add a document &sheet= and a selection &select=

This works fine for listboxes that are visible but for neatness purposes I've got my showing on condition of turning on or off a button - this makes the &select= not work.

Funnily enough if I go ahead and make the listbox appear then try the link it does change the selection. Then if I hide the listbox again and try the link to go to a different selection it also will, from then on, work.

I am wondering if there is some solution to allowing this type of hyperlink on a document like mine where links are hidden?

cheers

lavielme
Creator
Creator

Liked this video

but if i need to select in more the one list object

what is the syntax that i should write?

Anonymous
Not applicable

Is there any limitation on the number of fields that we can use in the url for selections transfer ?

Thanks,

Jatin.

harsh44_bhatia
Creator
Creator

Hello Jagan,

Could you please help me in understanding, how you got the issue cleared when substring selections are also made, though they are not part of the URL.

"...The result it shows me at access point, Product with values A1,A2,A21. I didn't specified A21 in URL but still it shows me the selection in the file..."


I am using the following format :

&select=LBxx,("Value1"|"Happy World") 


Appreciate your help here.

harsh44_bhatia
Creator
Creator

Hello Josh,

I did used the same approach as suggested, but still it is selecting all possible values containing the sub string.

e.g. i have selected value in list box as:

Value : Morgan N.A. and United Air

URL on address bar as  : .....&select=ListID,("Morgan%20%N.A."|"United%20%Air")

but in target document it selects values as :

Morgan N.A.

Morgan N.A. London

Morgan N.A. Australia

United Air

Can you please suggest me some solution for this.

i am using QV 11.2 SR11

Thanks

kunkumnaveen
Specialist
Specialist

I need help in Document chaining

how to trans for the selections from one document to another document

harsh44_bhatia
Creator
Creator

Hello All,

I was able to resolve the issue where multiple values were getting selected because they had the matching sub string.

Replace the spaces and commas in the selection with '?'. As pointed out by csw : "...Only a few things to mention: if the value in this list contains a space or a comma, you have to replace it with '?'."

Thanks,

Harshit

Not applicable

Hi,

Will it work in the Reverse Order. If i am coming from Test2.qvw to Test1.qvw, i want to pass the some other selections.but its not working. can you please provide me if you have any solution for it.