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

To get the variables from web page and use those variable as selection in QV dashboard

Hi geniuses,

I have a dashboard running on d3 you can say its a web page, now what we need is that we will give a link on that web page which will open our qv dashboard what we need is that as soon as we click on the link whatever is selected in d3 dashboard d3 will pass those selection as variables to the qv dashboard

my question is that how we can use those variables so that as soon as the user click on the link the qv dashboard opens with the same selection as d3 dashboard

let say in d3 dashboard country selected is America so as soon as we click on link on d3 dashboard the qv dashboard will open with the country selected as America.

Your help would be highly appreciated.

Thanks,

Shashank

3 Replies
sushil353
Master II
Master II

hi,

you can use command line execution for variables to affect your qvw. something similar to below:

"C:\Program Files\QlikView\QV.exe" /r /vCountry = 'America' c:\report\Test.qvw

HTH

Sushil

sushil353
Master II
Master II

Also you can refer command line execution in Qlikview reference manual.

jagan
Luminary Alumni
Luminary Alumni

Hi,

You can pass selected values and corrresponding fields in the URL, check the link below

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

Regards,

jagan.