Symptom
In the Business Configuration UI, if a field is set to Masked = Yes, the field will disappear in Ad Hoc Reporting. Is this expected behavior for 'Masked' fields?
Environment
SAP SuccessFactors HCM Core
Resolution
Fields that are changed to be 'Masked' in the UI via Admin Tools > Business Configuration UI, will not be viewable in Ad Hoc Reporting and cannot be used within a report.
This can also be checked from Provisioning. Download the Succession Data Model and find the hris-field paycompvalue:
<hris-field id="paycompvalue" visibility="both" pii="true">
pii="true" is making the field, this needs to be changed to pii="false" so that this field will show up in the report.
This is expected behavior.
Please note, if you use Advanced Reporting then you will be able to report on this data there.
See Also
2162838 - National ID Column is not visible in reporting
Keywords
Employee Central, EC, PII enabled fields, Mask, National ID, Social Security Number, Ad, Hoc, Report, Table, Canvas, Detailed, , KBA , LOD-SF-EC-REP , Reporting Data (EC core only) , How To