---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# View a metric result

# View a metric result {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 Minuten Lesedauer

Metric results contain values that represent an evaluated record's performance for a specific metric, based on a single evaluation from one user or from the execution of a script. Metric results contain actual values as well as calculated values. The system uses values from metric results to calculate category results.{#t_ViewAMetricResult__ph_metric-result-short-desc}

## Vorbereitungen

Role required: assessment_admin or admin

## Warum und wann dieser Vorgang ausgeführt wird

If there is an active scripted metric when the assessment is generated, the system automatically produces a metric result for each associated assessable record. The system produces an additional metric result for each question a user answers on a completed assessment questionnaire. If multiple users complete questionnaires with the same questions on the same assessable records, the system produces metric results for each user's responses. For example, three users complete questionnaires that contain
the same four questions about the Acme Corporation record. The system produces 12
metric results: one per user for each question.{#t_ViewAMetricResult__ph_metric-result-context}

## Prozedur

1. Navigate to AllAssessmentsResultsMetric Results.
2. Open the metric result record you want to view.  
   All fields on the form except Updated and String value are read-only.  
   {#t_ViewAMetricResult__table_odb_vcj_w4__entry__2}

   | Field | Description |
   |-|-|
   | Assessment group | [Assessment group](https://servicenow-prod.fluidtopics.net/NzPU4pj23vY3FN520VmsTw "An assessment group is a container for assessment instances and assessment results generated in a single occurrence.") to which the metric result is associated. |
   | Metric | Name of the metric to which these metric result values apply. |
   | Data type | Data type of the metric. |
   | Method | [method](https://servicenow-prod.fluidtopics.net/MFPRf1_1e2JgOrXEWERHog "In the Assessments application, a metric is a trait or value used to evaluate assessable records.") of the metric. |
   | Updated | Date and time the metric result was last updated. |
   | Source | Source record of the assessable record evaluated. |
   | Assigned to | User who completed the assessment questionnaire. This field is blank when the method is Script. |
   | Instance | [Assessment instance](https://servicenow-prod.fluidtopics.net/qOr8cRMlDepSwzce532aLw "An assessment instance represents one occurrence of a questionnaire assigned to one user.") completed by the Assigned to user. This field is blank when the method is Script. |
   | Actual value | Unscaled value from a user response or script, depending on the method: * Assessment: Value obtained from the user response to the assessment instance question. The actual value is determined by the metric data type: * Checkbox: The actual value is 0 if the check box is cleared and 1 if it is selected. * Choice or Likert Scale: The actual value is equal to the Value of the metric definition associated with the chosen answer option. * Date, Date/Time, or String: The actual value is -1 to indicate that these data types do not contribute to category result calculations. * Template: The actual value is equal to the Value of the [template definition](https://servicenow-prod.fluidtopics.net/qM151Y0BgGuoD1IfRH73Pw "Metric templates define reusable rating scales for evaluating non-scripted metrics.") associated with the chosen answer option. * Yes/No: The actual value is 0 if the response is No and 1 if it is Yes. {#t_ViewAMetricResult__ul_g3f_ldj_w4} * Script: Value the script placed in the <var class="keyword varname">actual_result</var> variable. {#t_ViewAMetricResult__ul_lzm_kdj_w4} This field is hidden and left blank when the data type is Duration. |
   | Duration value | Specific kind of actual value that is only applicable if the data type is Duration. The duration value is the value obtained by the script query from the actual_result parameter, such as the average duration of outages for a vendor. |
   | Scaled value | Appropriate value from the <var class="keyword varname">scaled_result</var> variable in the associated metric script. The code in a scripted metric defines a scaling scheme for the actual values it obtains. For example, a scripted metric queries the CMDB to return the number of configuration items (CIs) for a vendor. The code includes this scaling scheme, where actual_result is the number of CIs, and scaled_result is a representation of the quantity of CIs: if (actual_result < 1) scaled_result = 0; else if (actual_result < 1000) scaled_result = 1; else if (actual_result < 10000) scaled_result = 2; else if (actual_result < 25000) scaled_result = 3; else if (actual_result < 100000) scaled_result = 4; else scaled_result = 5; If the script detects 315 CIs for the vendor, the Actual value is 315 and the Scaled value is 1 for this metric result. Hinweis: Although this field is visible only when the method is Script, the system populates the field with the Actual value when the method is Assessment, as the scaled value is used in the Normalized value calculation. |
   | Normalized value | Adjusted value that accounts for weights, scale definition, minimum and maximum values, and other factors that impact the metric (like the survey responses or the input value---the actual value given by the user). See the example for Normalized value in [View an assessment category result](https://servicenow-prod.fluidtopics.net/ngNrWPRCybqhYHxJVGwKgQ "Category results contain values that represent an evaluated record's performance in a specific metric category. Each category result record stores data from one assessment group. Category result values are calculated based on category and metric weights and from metric result values for the same category."). |
   | String value | Value that displays the response as it appears on a questionnaire. In some cases this is the same as the Actual value, such as when the metric data type is Percentage. The string value is N/A for unanswered questions of certain data types. For the Attachment data type, the names of the attached files are displayed as comma-separated values. |
   [Tabelle : 1. Metric Result form fields]

   {#t_ViewAMetricResult__table_odb_vcj_w4}
* **[Assessment results](https://servicenow-prod.fluidtopics.net/yDyBh8NbmiXko76HfcgsYg)**   
  In the Assessments application, when the system processes completed questionnaires or gathers values returned from scripted metric queries, it generates assessment result records called metric and category results.
* **[Assessment Overview dashboard](https://servicenow-prod.fluidtopics.net/7lhU~fH2q8Rj8ramN60dVw)**   
  The Assessment Overview dashboard displays various assessment reports, such as Assessable Records by Type, Total Metrics by Metric Type, and Assessments by State.
* **[View assessment reports](https://servicenow-prod.fluidtopics.net/mDokiMLNB93akHD2CT8XEQ)**   
  Use the Assessment Overview dashboard to view your assessment reports.
* **[Assessment results calculation](https://servicenow-prod.fluidtopics.net/ZHdJjL3ttd22BfKtQACitw)**   
  For every assessment group, there are assessment results.
* **[View a bubble chart for assessments](https://servicenow-prod.fluidtopics.net/YjsuAhhzZZ_B07ELIi964g)**   
  Assessment administrators can view bubble charts to compare the relative standing of assessable records in three metric categories.

