1.3.3.8.10 Comparison: Is Value (Solutions)
The Is Value (Solutions) comparison determines if a specified value in contained in one of the attributes.
Use the Is Value (Solutions) comparison as a way to apply a Match rule only to a subset of the data by checking for records that only contain a particular value.
This comparison does not support the use of result bands.
The following table describes the configuration options:
| Option | Type | Description | Default Value | 
|---|---|---|---|
| 
                               Delimiter  | 
                           
                               Free text  | 
                           
                               This field is used to specify the delimiter characters to use.  | 
                           
                               Clear  | 
                        
| 
                               Value  | 
                           
                               Free text  | 
                           
                               A single value to match against.  | 
                           
                               Clear  | 
                        
Example
This example uses the Is Value (Solutions) comparison to apply a Match rule only when at least one of the records has the value X.
Table 1-46 Example Options: Is Value (Solutions)
| Option | Setting | 
|---|---|
| 
                                  Delimiter  | 
                              |
| 
                                  Value  | 
                              
                                  X  | 
                           
Example results:
Table 1-47 Example Results: Is Value (Solutions)
| Value A | Value B | Comparison Result | 
|---|---|---|
| 
                                  X  | 
                              
                                  no data  | 
                              
                                  True  | 
                           
| 
                                  no data  | 
                              
                                  X  | 
                              
                                  True  | 
                           
| 
                                  X  | 
                              
                                  X  | 
                              
                                  True  | 
                           
| 
                                  Y  | 
                              
                                  Y  | 
                              
                                  False  |