正解:B
In ServiceNow Reporting, Function Fields are used to perform calculations, manipulate text, and transform data in a report. These fields allow users to apply arithmetic operations, coalescing, concatenation, and length calculations on existing data.
Key Functions of Function Fields:
Arithmetic Operations - Perform addition, subtraction, multiplication, and division on numeric fields.
Coalesce - Combine multiple fields into one (useful for handling NULL values).
Concatenation - Join multiple string fields together (e.g., combining first and last names).
Length Calculation - Measure the length of a text field (e.g., checking character count in a description field).
Why is "B. Function Fields" the Correct Answer?
Function fields are designed specifically for calculations and data transformations in reports.
They allow advanced data processing without requiring scripting.
Why the Other Options Are Incorrect?
A . Sourcing Fields → ❌ Incorrect
"Sourcing Fields" is not a valid term in ServiceNow reporting.
C . Computational Fields → ❌ Incorrect
While this term sounds relevant, ServiceNow does not use "Computational Fields" in reporting.
D . Calculation Fields → ❌ Incorrect
"Calculation Fields" is not an official ServiceNow reporting term.
Function fields handle calculations, not a separate category called "Calculation Fields." Reference from Certified System Administrator (CSA) Documentation:
ServiceNow Docs: Function Fields in Reporting
https://docs.servicenow.com/en-US/bundle/utah-performance-analytics-and-reporting/page/use/reporting/concept/c_FunctionField.html This confirms that "Function Fields" is the correct answer for performing arithmetic, coalescing, concatenation, and length calculations in reporting.