Is it possible to have a trigger in QlikView that will 'Open QlikView Document' and pass that document a value for a variable?
For instance, say I have a document called doc1.qvw
I also have a variable called var1 in doc1.qvw
When they click a button on another document, I would like to 'Open QlikView Document' doc1.qvw and set the value of var1 = 1. I tried:
doc1.qvw&var1=1
and this doesn't seem to work, I'm thinking since it is the 'Open QlikView Document' action, it isn't recognizing the passing of parameters for the variable value