***Enhancement Request***
I'm in version 10.2 currently.
When creating a report, I want to be able to use the username of the currently logged in User as the value that is being checked.
I have a process that is automatically kicked off by the system, and is routed through a couple user tasks before the "owner" of the task ever sees it. The username of this "owner" is stored in the form variables throughout the entire process.
I want to make a report that is available to all the possible owners that shows them a quick summary of the status of all of their tasks, even the ones they haven't yet seen.
I know I can do this by creating an individual report for each user, and setting the data filter up as process_owner_variable is equal to UserName - but it's not ideal to set up several dozen, nearly identical reports, one for each user. It'd be better to have a report that could check against the username of the currently logged-in user, with a data filter like: process_owner_variable is equal to @CurrentUserVariable. Then that one report could be assigned to as many users as we needed.
Could something like this be added in a future update?