Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Where I can find documentation about different batch reload options? Ej: qv.exe /r, /rp, etc.
Regards.
Christian.
in the reference manual of course:)
here is what it sais
6.1 Command Line Syntax
The QlikView command line invocation can be described by the following syntax
(for a description of the syntax notation used, see page 523 in Book III):
[ path ] Qv.exe [ { switch } documentfile ]
The path is the path to the file, either absolute, or relative to the current directory.
documentfile::= [ path ] documentfilename
documentfilename is the name of your document file.
switch is used to mark different options:
/r
Reload switch. The document will be opened and the script
reloaded. Thereafter the document will be saved, and QlikView will
close itself.
/rp
The same as above, but with a partial reload.
/l
Load new data. The document will be opened and the script
reloaded. The document will not be saved and QlikView will remain
open.
/lp
The same as above, but with a partial reload.
/v
If this switch is immediately followed by a variable name and an
assignment, the variable will obtain the assigned value before the
script execution starts.
/nodata
Opens the document without variables, table and field data. This
feature is also available for previously opened documents on the
Start Page, see page 47.
46
/NoSecurity
Overrides QlikView security measures against hostile macros and
scripts embedded in QlikView documents. No warning dialogs
prompting the user to accept potentially harmful code will be
shown. Use this switch with caution and only with well-known documents.
Example:
qv.exe /r /vMyvar=123 abc.qvw
Note In order to avoid error messages to appear when executing scripts in
batch mode, always set the script variable errormode to 0 in the
script
Mansyno
Hi Christian
Look at page 45 in the QV reference manual (QV9) - Look for 6.1 Command Line syntax.
/Martin
I have two questions :
It's possible to use the line command to Open the QVW with any data, save and close ?
It's possible to open the file with no data, reload the data, save and close?
Can you help me please ?
Why would you open the document and then save and close, if you have not made any changes or performed a reload.
I do not understand the purpose of opening the document with no data and then perform a reload, save and close.
When performing a reload, all data will be dropped at the beginning. It might be possible, I just need to understand what you want to achieve.
/Martin
When .qvw not load in memory or display error message is alternate to use /data
/Luis
I want save the QVW with any data because is very easy to transfert for the Production Server.
When we have load the datas in QVW all reports have a size of 2 Giga or more.
You understand why I want a QVW empty to tranfert.
I have 9 QVW to put in prod and a script to open without data and save will be very pratice.
Thanks
Bruno
Tanks.
I don't know wy I didn't find it in the manual.
Anyone have an idea for this command lines?