Symptom
How does field format works in application template?
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP SuccessFactors Recruiting Management
Resolution
The field format is only implemented for the number type to support the format string used in Java API Decimal Format.
Here are some of the format that can be used:
#.00 - number with 2 decimals
# - integer
'#'# - prefix, formats 123 to "#123"
#% - convert to integer and append % to the end.
Keywords
remove decimals, format decimals, add percentage sign , KBA , LOD-SF-RCM-APP , Applicants and Job Applications , How To