entrycombine
Combine selected project entries into a single entry.
Syntax: entrycombine onlyinclude= yes | no order= row replace= yes | no [<new_name> <ESL> ]
Options:
- onlyinclude
- Specifies whether only including the merged entry.
-
Valid values: boolean (true|false; yes|no; y|n; on|off) Default value: false
- order
- This determines whether the entries should be combined based on entryid order or table row order in the project table.
-
Valid values: entryid
rowDefault value: entryid
- replace
- This determines whether the combined entry is allowed to replace an existing entry having the name <new_name>. If the name of the combined entry matches the name of an entry in the workspace, the entry in the workspace is also replaced. If the replace option is off, the user will be asked to accept a unique name based upon <new_name>.
-
Valid values: boolean (true|false; yes|no; y|n; on|off) Default value: false
Operands:
<new_name> <ESL>
The name to be given to the single combined project entry, followed by a valid ESL expression. If no name is specified, no rename will be done. The ESL expression specifies which entries are to be combined.