import_query

Imports a saved query file into a folder.

Synopsis

import_query [common options] query_name [–rep/lace] file name

Description

Imports a saved query file into a folder. If no folder name is given, the current working folder is used. This folder is initially "Personal Queries."

Options and arguments

query_name
The name of the created query. If no value is given, the file's base name minus the ".qry" extension is used as the query name.
-rep/lace
If the query to be created already exists, the -replace option causes it to be overwritten without a confirmation prompt.

Examples

cqtool> import_query "Public Queries/All Defects" c:\\AllDefects.qry

cqtool> import_query "Public Queries/All Defects" c:\\AllDefects.qry -replace 

Feedback