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.