Expand my Community achievements bar.

SOLVED

Creating an Issue Approval Report

Avatar

Level 3

Hi all, I'm attempting to create an Issue Approval Report that displays a list of all the issues a user ($$USER.ID) is assigned to, that they haven't rendered a decision on.  I didn't see anything in reporting that would allow me to generate a report like this. Does anyone know how to create a filter that only shows pending approvals for $$USER.ID, and how to display the users approval status as a column on the report.

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hello - I have a report that works with these filters: 

 

Approval Process >> Is Active = True AND Current User Approvals >> ID Equal $$USERID

 

You can add a Status column to the report to display the Issue Status

 

Thanks! 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

Hello - I have a report that works with these filters: 

 

Approval Process >> Is Active = True AND Current User Approvals >> ID Equal $$USERID

 

You can add a Status column to the report to display the Issue Status

 

Thanks!