How to read URL parameters or How can I set URL param values into a QVvariable?
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.
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.