Question
Filtering tasks/requests by being an approver on the task/request
I'm looking to figure out a report where I can filter it by whether the viewing user is an approver on a task/request. I'm assuming I can use some sort of EXISTS filter on a task/request report.
EXISTS:a:$$EXISTSMOD=EXISTS
EXISTS:a:$$OBJCODE=APPROVAL
EXISTS:a:ownerID=$$USER.ID
EXISTS:a:ownerID_Mod=eq
EXISTS:a:taskID=FIELD:IDI'm not well versed in EXISTS filters yet, so any help will be greatly appreciated!