RSA IGL Version: V 7.2.x
Modules: Governance
Product Area: Charts, Single Series - Dynamic (Applied to Review Results Object Dashboard)
Time to apply: ~20 minutes
This chart provides key information about the coverage for the review. Coverage means how many items have been assigned to a reviewer or those who are "unassigned" and dont have anyone set to review the items.
The goal of this chart is to understand how many items have no reviewer specified.
The chart can be used by Review owners or the admin team to better understand how many items they have in their review, which need to be updated and have a reviewer specified.
This chart will only work when it is applied dynamically to the Review Results object dashboard.
Example Image (Click to enlarge)
This chart includes information showing the breakdown of all review items which have a reviewer assigned and those which do not.
The value are shown as a percentage, however if you move over the Pie chart, it will also show the exact value.
The following value needs to be used when creating the chart, however the value will update dyncamilly when used within the dashboard.
How to find an Example Target Object ID:
First test this in your query tool (SQLDeveloper, Toad etc..)
(select
decode(Is_unassigned,'Y','Unassigned','N','Assigned') Result,
count(1) as total
from avuser.pv_review_component
where review_id =:TargetObjectID
group by Is_unassigned
)
Example of the results:
If you get an error at this stage, please test your SQL in a Query tool, like "SQL Developer" or "SQL Squirrel" to ensure it works first.
If it still doesn't work, please share your SQL and a screen shot of the issue below. DO NOT contact RSA Support
There are MANY other "display attributes" you can play with on this screen, so please update and make changes as you see fit.
Please "hit reply" and share your feedback - we would love to see an image of this working in your environment!
Dont forget:
Please login, then "Like" and "Actions/Follow" this page (Top Right), so as to receive updates and be notified if we modify/change items found here, in future.