Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
azmeerrehan
Partner - Creator
Partner - Creator

Qlikview Document Open Syntax

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

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

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).

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
yujiyamane
Creator II
Creator II

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