Symptom
How to hide Hidden Strengths View and Blind Spots View from Detailed 360 Report
Environment
SAP SuccessFactors 360 Multi-Rater
Reproducing the Issue
Go to Performance tab > Open 360 Form > Open 360 Detailed Report by clicking on the link available on the form.
There are five different 360 reports available to view: Graphical Summary View (default opening view), Gap Analysis View, Hidden Strengths View, Blind Spots View, and Rank View. Each report has several different options.
The information displayed in both Hidden Strengths View and Blind Spots View is inaccurate, because a reverse rating scale is used.
Resolution
It is possible to disable these views disabling Blind Spot View and Hidden Strength View in the detailed 360 reports is done on the XML template. The expected behavior is that these 2 views will display when there is a threshold set in the form template XML. They will not display if the threshold is set to 0.0 in all sections (anything above 0.0 drives at what point the "gap" data will appear on the detailed 360, having it set to 0.0 will effectively hide the access to these reports, as no "gaps" will be identified). All sections of XML code should be set to 0.0, example:
<hidden-strength-threshold>0.0</hidden-strength-threshold>
<blind-spot-threshold>0.0</blind-spot-threshold>
Keywords
360 reports view, gap analysis, blind-spot, 360 detailed report , KBA , LOD-SF-MTR-REP , Reporting & Analytics, Data Imports & Exports , How To