Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a text object with an action to open another qlikview app on access point. I choose "Open Qlikview Document". Now I am trying to figure out the exact syntax to open another qlikview documeent on access point
If you want to open a document on access point from another also in access point, then all that is needed in the Document windows is the qvw name. Select the options in the check boxes. Transferring state means transferring the current selections to the new model (which assumes that the same field names exist in both models).
Use "Open URL" Action instead.
Go to Actions > Eternal > Open URL
Then add the document url in access point.
i.e.
='https://'xxxxx add Access point URL xxx'/QvAJAXZfc/opendoc.htm?document=xxxx doc name xxxx.qvw'&'&select=LB485,'&Replace(DocumentName(),' ','?')
Hopefully this helps.
Yuji