Which IIQ version are you inquiring about?
8.4p1
I’m trying to implement filtered account certifications. The account attributes is stored in the account mapping with Boolean where eg. Privilege is true, I’m trying to exclude Privilege accounts who are true. I’ve tried to use not equal to true, but it’s not returning normal accounts and it just returns nothing to certify.
I have also tried to use filter for equals to false, it’s not returning any accounts to certify. Only when I’ve used filter for equals to true, it is returning the privilege accounts.
Am I missing something on this? There doesn’t seem to be a way to include a filter for is null from the account filters in targeted certification.