How to filter out disabled users via designer

Hi, 

Currently line managers are able to see their direct reports on the home screen of identity manager, however this also shows staff who have now left the business. Is there a way to create a filter to exclude employees on the web portal that have left or their exit date is before the current date? 

Parents Reply
  • Hi Trevor,

    I can see there is standard sql condition mentioned but unable to get what it means exactly, Can you please help me out what exactly is userid in below query?

    "uid_person in ( select uid_person from QER_VEditEmployee where uid_personhead = '%useruid%')"

    so that it could be easy enough for me to modify the appropriate SQL condition

Children