---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Display function results in a database view

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

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Add a function field to the output of a database view to see function
results.

## Before you begin

Role required: admin

## Procedure

1. Navigate to AllSystem DefinitionDatabase Views.
2. Select a database view.
3. Select the Try it related link.
4. Add the function field to the database view output.  
   See [Configure items on forms or in lists using a list collector](https://www.servicenow.com/docs/access?context=t_UseSlushbuckets&version=xanadu&pubname=xanadu-platform-user-interface&ft:locale=en-US).
5. Review the function definition if the expected value is not returned or a returned value indicates the function definition is invalid.  
   * If the message Invalid function is returned, the function definition is invalid for string field types.
   * If an empty value is returned, the function definition is invalid for other field types.
   * If an unexpected value is returned, review the field definition in the function definition.
   {#display-function-results-in-a-database-view__ul_ugx_wqw_25b}

## Result

The function field operation is executed and the results appear in the database view
output.

*[\>]: and then


