Hello Everyone, I am trying to use the advanced search on Advanced Analytics to retrieve identities that have active accounts on a particular application.
I can filter identities that have accounts on a particular application using (links.application.name i== “Application Name”) but this also returns Disabled accounts.
I tried using the below filter script but it doesn’t work:
(links.inactive == “false” && links.application.name i== “Application Name”)