Is there any way to define a valueMap value that acts as a catch all for ID's that don't match other values? I've got a valueMap defined as:
But I'd like to define any other value (i.e. 3, NULL, etc) to be: Unknown
If that's not possible - is there a way to at least specify what a NULL value should map to?
Code:
<valueMap> <value ID="1">value1</value> <value ID="2">value2</value> </valueMap>
If that's not possible - is there a way to at least specify what a NULL value should map to?
Comment