Difference between revisions of "Calculated Fields"
Gadiyedwab (talk | contribs) (Created page with "== Introduction == A calculated field is calculated from other fields in the list. The calculated field itself does not exist in the data source. Its value for each row is ca...") |
Gadiyedwab (talk | contribs) |
||
Line 7: | Line 7: | ||
== Adding a Calculated Field == | == Adding a Calculated Field == | ||
+ | To see how to add a calculated field, let's see an example. We'll start with this view showing the 10 hottest days in NYC. The temperatures are shown in Celsius. | ||
+ | [[File:10_hottest_days.png]] | ||
+ | |||
+ | To also show the temperatures in Fahrenheit, we'll add a calculated field by clicking the calculator button (see arrow in the above picture). | ||
+ | |||
+ | Using the Calculated Field dialog, we can build a calculation that can include arithmetic as well as a selection of functions. For this example, we only need arithmetic. | ||
+ | |||
+ | [[File:calculated_field.png]] | ||
+ | |||
+ | The following picture shows the list view with the calculated field: | ||
+ | |||
+ | [[File:10_hottest_days_fahrenheit.png]] | ||
+ | |||
+ | == Adding a Function to the Calculation == | ||
{{Template:TOC|Reporting on ServiceNow Variables|Pivot}} | {{Template:TOC|Reporting on ServiceNow Variables|Pivot}} |
Revision as of 12:48, 31 August 2015
Introduction
A calculated field is calculated from other fields in the list. The calculated field itself does not exist in the data source. Its value for each row is calculated from the values of the other fields.
The calculated value does not have to be numeric. In fact you can calculate a date, a time duration, or perform some text manipulation to create the value.
Adding a Calculated Field
To see how to add a calculated field, let's see an example. We'll start with this view showing the 10 hottest days in NYC. The temperatures are shown in Celsius.
To also show the temperatures in Fahrenheit, we'll add a calculated field by clicking the calculator button (see arrow in the above picture).
Using the Calculated Field dialog, we can build a calculation that can include arithmetic as well as a selection of functions. For this example, we only need arithmetic.
The following picture shows the list view with the calculated field: