How do I filter on unique values in a multi-select enumerated list in DNG?
Using DNG 6.0.2, I can't seem to figure out how to, if it is even possible to filter on a unique value in a multi-select enumerated list.
Example:
Multienumerated list enumList has values val1, val2, val3. I want to find all artifacts with an enumList value of only val3. I don't want to include those requirements in which val3 is just member (e.g., val1,val3; val2,val3)
Is this doable in 6.0.2 or a future version?