We have a filter in a bulk task which should catch all users who do not have a specific value in an attribute.
The attribute is an imcustom attribute.
The filter is set to catch when value is NOT "3", and the users that should be catched do not have a value or another value than "3" set in the attribute.
The filter works if i set it to be NOT "'" (wildcard) but that is not what we need because identities with another value than "3" will not be catched.
Release : 14.5
Component : CA Identity Suite Virtual Appliance
The following filter worked in my machine, I have a total of 64 users.
Out of which 1 user has value 3, 6 users without value 3 (but has some value) and 57 users without any value.
With the below filter I can see 63 users in the preview which means the filter condition is working fine.