Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
nehasaxena
Creator II
Creator II

Thank You Josh for your help.

One more query here - will this link works with Plugin Client too. I tried but its not working in IE Plugin OR are there any changes required to make it work with Plugin?

Many thanks for your help.

Best Regards,

Neha

ChristofSchwarz
Partner Ambassador
Partner Ambassador

No, IE plugin cannot parse the querystring parameters. That is not possible, however IE plugin can use macros to open another app and set filters there ... Different approach

Anonymous
Not applicable

Hello everybody!

what if i have to set a value of a variable through URL?

I mean:

App1 should open URL of App2 and set the value of Var = 2 for example.

Thanks in advance!!

Dai

Not applicable

HI All,

Could you please tell me the syntax of passing variable from one QVW to Other QVW file, Just like did for Selections?

means what I need to write at the end of URL. eg. & SET Variable=vVariable,0.....

Thanks Allot!,

Bhuvan

Not applicable

Hi All,

I got reply in this thread: https://community.qlik.com/message/410752#410752

Over there I get reply from Cristof that variable passing is not possible.  So what I did is I made inline and made it as hidden filter and based on that I changed the variable and then passed the selection using URL.

Thanks Allot!,

Bhuvan

praveen1108
Creator
Creator

Hello bhuvan,

can you please help me with some sample apps. that would really help me and i would appreciate for the same.

Regards,

PK

Not applicable

Hello Parveen,

U need sample apps for passing variable or something else?

Regards,

Bhuvan

praveen1108
Creator
Creator

Yes Bhuvan,I was struggling to pass variables.So if you can upload a samplwe working copy that would be a great help.

Not applicable

Hi Parveen,

I cannot uploaded sample document but yes I can tell how u can do.

see:

eg. we want to pass variable which could get values as 0 & 1. So make one inline of this 0&1 and take this in filter and so on open you can put some trigger on this filter or u can change this filter by some other mean. Make it hidden, then u can pass selection to the other qvw as a paremeter, in second qvw too make filter with same inline table only and hide it.

Please reply u able to understand, if not I will try to explain further.

Regards,

Bhuvan

praveen1108
Creator
Creator

Bhuvan,

thank you very much for your steps but unfortunately i am trying this in QLIKSENSE.I will really apprecaite if you can co relate with the same.

Regards,

PK