Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

call a qlikview.qvw passing a search parameter

you can call from a qlikview.qvw another qlikview.qvw passing a search parameter used in qlikview.qvw called

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Marco

I don't think you can pass a parameters, but when you call one qvw from another, it is possible to transfer the state (current selections) from the first qvw to the second. The two qvws must have a common data structure (at least for the fields in the selection) for this to work properly.

If the parameter is fixed, you could pass this into the qvw by creating a bat file that invokes qv.exe with the /v parameter. Then call this bat file from the first qvw.

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

You can always create a txt file and reading it in called qvd on Edit Script or with JS / VB Script.