Multidomain MDM
- Multidomain MDM 10.3
- All Products
Parameter | Description |
---|---|
Logical Conjunction | Used when multiple query parameters are defined. One of the following values:
For queries involving multiple query parameters, the conjunctions must be either all AND or all OR, but never a mixture of both. Mixing both will yield unpredictable results. |
Column Name | Name of a column in the selected table. |
Search Operator | Expression used to determine whether a row is included in the search results. One of the following values:
|
Search Value | Value used in conjunction with the column name and search operator to determine whether a given row is included in the search results. You can use the % wildcard, just as you would in SQL statements. To treat the % character as a literal character instead of a wildcard, precede it with the escape character (\), as in the following example: 50\% Sale. |
Ignore case | If checked (selected), then the Search Wizard treats uppercase and lowercase letters as equivalent (for example, “CA = Ca”). If unchecked (cleared), then the Search Wizard treats uppercase and lowercase letters differently (for example, “CA does not equal Ca”). |