Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a requirement that I need to open a qlikview app from my webscreen and with that I need to pass some parameters. For that I thought of using document chaining. But it is only working for list box object. I want to use document chaining like below and I want to pass my parameters into set a varaible 'vParams' which was already created in my qvw.
http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&vParams="p1:v1|p2:v2"
But after trying in many ways and googling a lot and spending 8hrs research, I came to know that it may not be possible. I need help in two things
1. Setting params value to a QV variable.
2. If setting QV varaible is not possible, How can I read/fetch the URL with param values into qvw, so that I will write a script to parse and extract the params part from accesspoint URL.
Please let me know how can I achieve this ?
Thanks in advance.
This thread might help you.