Campaign filters in Identitynow

Hi,

In campaign filters, I want to put multiple filters. for example :
Filter 1 : Source Equals “Active Directory”
Filter 2 : Identity Attribute | Manager Name | Equals | Robert Jennings

I believe there is OR operation happening in between filters, How can we achieve AND operation.

Could anyone help with options.

Hi Chandra Mohan,

As per following campaign filter documents, campaign filter works in OR condition.

However, for your requirement, you can use query based certification and can use following query.

manager.displayName.exact:“Robert Jennings” AND @accounts(source.name.exact:“Active Directory”)

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.