---
sourceDocument: Zurich ServiceNow AI Platform Administration
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/platform-administration

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Displaying function results

# Displaying function results in a database view {#ariaid-title1}

* Release version: Zurich
* 
* Updated July 31, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Enhance the display of a database view by adding a function field to the output to display function results.

Function fields perform common database transformations and calculations on fields in the system. Function fields do not store any data, but rather display the results of a database query when the function is executed.

For example, you could identify incidents with ineffective descriptions of fewer than 10 characters by adding a function field that calculates the length of the Short description field.
* **[Create a function field to perform a database function](https://www.servicenow.com/docs/UFCD_79F2dccztfVyVXOJQ)**   
  Create a function field that displays the results of a database function, such as a mathematical operation, field length computation, or day of the week calculation.
* **[Display function results in a database view](https://www.servicenow.com/docs/HFGJglE8kYPpp2Yr9v2YQw)**   
  Add a function field to the output of a database view to see function results.

**Related concepts**   

* [Joining tables using database views](https://www.servicenow.com/docs/kDRdygnmOVWJ_g0R4zhNMA "Join tables into a single view and then create a report based on that view.")
* [Using disjunctions in complex queries](https://www.servicenow.com/docs/oOvxhQyTmBVtr4StJOovxQ "ServiceNow performs conjunction (AND) statements before disjunction (OR) statements in a query.")  
**Related reference**   

* [Database views in the base system](https://www.servicenow.com/docs/IbAIhoT1WYVJvMmH4haM6A "Certain views are included in the base system with the Database Views and Database Views for Service Management plugins.")

