6.2.1 QueryEditor AddToProp

The QueryEditor AddToProp command adds a filter property to the specified data source. When querying a data source with a filter property, the data returned must match the filter properties or it will not be returned. Filter properties can be case-insensitive strings, regular expression strings, or strings with wildcards, either * or ?. Certain filter properties only accept a list of values. This command displays these values if an incorrect value is specified.

Usage

QueryEditor AddToProp [Source] [Property Name] [Value]

Example
ndicmd /i /gs QueryEditor AddToProp Environments name Env1
Parameters
  • Source - Name of the data source to which the filter property is applied.
  • Property Name - Name of the property to which the value is applied.
  • Value - Value to add to the specified filter property.

 


CONFIDENTIAL