Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Also you can refer command line execution in Qlikview reference manual.
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.