Specifying Feature Names in Configuration Files
You can use a configuration file to specify report-configuration information. (See the previous section, Using a Configuration File, for more information.) Within a configuration file, the way in which you specify a feature name differs from how you specify a feature name at the command line.
• | If the feature name does not contain spaces, do not enclose the value or the operator (==) in quotes. For example: |
—filter feature == feature_name
• | If the feature name contains spaces, you must enclose the value in quotes. For example: |
—filter feature == “feature name”
See Also