Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I know how to open a QVW document via Command Line
but Can I force it to open in a new QV.exe
If you have an opened QlikView istance and use the command line to open a new file... it already opens in a new QV istance... or maybe I didn't understand your issue?
S.
no I want to open it in a new instance
I mean want to have 2 qv.exe processes
I don't know how to help you because if I have a .qvw already opened and via command line I write qv file_to_open.qvw it aleady opens in a new istance, with two processes...
S.
Actually I'm opening the second QVW from a previously opened QVW
so I have an opened document QV1 that has a button this button calls a batch file to open another document QV2
currently QV2 opens in the same QV client window
what I want to accomplish is as if I open another QV.exe then in this newly created QV.exe open the second document
Hello ali_hijazi
open a QVW document via Command Line:
Example:
"C:\Program Files\QlikView\qv.exe" /r "D:\MyTest.qvw"
I know this
but the new document opens in the same QlikView "environment"
what is want is the following:
launch Qv.exe open first document and the second document will be opened as If I manually launched QlikView again and opened the second document there
Do you really need to use an external .bat?
Can't you use the button action --> External --> Launch and specify in Application the qv.exe with the path and under Filename the .qvw?
This will open the .qvw in a new istance...
S.