Setting up the Value Dashboard and reports

As the Value Dashboard administrator, you can create, edit, and delete Value reports. You can configure the Dashboard page to display specific reports.

Note

If a process is being used by the Value reports for reporting and you turn off metric recording in Development Studio, the Value reports will no longer work. 

This section covers the following Value Dashboard administration tasks:

Creating Value reports

You can create two types of Value reports: Process Metrics and Business Metrics. For more information about these reports, see Value reports overview.

Before you begin

Ensure that you have met the following requirements:

  • You have configured your environment for dashboard use (Configuring your environment to use BMC Atrium Orchestrator dashboards).
  • Set the Record Metrics property to true for any process you will report on (Process properties). This must be set to create Process Metric and Business Metric reports.
  • Business Metric reports have the following additional requirements (this is not required for Process Metric reports):
    • You must have business metrics set up in the processes you will report on. See Metrics activity for details on using Metrics activities to collect metrics.
      The Status field is not used for reports. 
    • When setting up the business metrics, you must use specific names for some fields to ensure that the metrics are included in reports. Use the following naming conventions:
      • In the Category field, enter VD_METRIC
      • In the Metric Name field, use one or both of the following names:
      • VD_TIME for your time savings metrics
      • VD_FINANCIAL for your financial savings metrics
    • The values associated with VD_TIME and VD_FINANCIAL must be valid, positive numbers, including decimals, that can be summed. 

See Collecting business metrics for more information about setting up these fields for a metric activity. See Business Metric report examples for an example of setting up the fields.

To create a Process Metrics report

  1. On the Dashboard page, click Create Report.
  2. For Report Type, select Process Metric.
  3. In the Available Metrics list, select the process you want to report on.
  4. In the Report Name field, enter a name for the report.
  5. For Report Category, select the report category, which can be one of the following:
    • Time: Demonstrates the time saved by each workflow process run.
    • Financial: Demonstrates the money saved by each workflow process run. 
  6. In the Value field, enter the amount saved per workflow process for the report type. When the report is calculated, the total savings equals this value times each completed process run.

    • If this is a Financial report, enter the amount of money (in the currency used by your organization) saved for each process run.
      See Changing dashboard and report default settings for information about setting the currency. 
    • If this is a Time report, enter the amount of time (in hours) saved for each process run.
  7. In the Header field, optionally enter a report heading. You can use the following tokens to include report values in your header. Type two left brackets {{ to see your token choices and include them. 
    • Count: Specifies the number of records (process runs) in the report.
    • Period: Specifies the period covered by the report.
    • Financial: Specifies the monetary value saved.
    • Time: Specifies the time value saved.
  8. In the Description field, optionally provide a report description.
  9. Click Save.

For an example of a Process Metric report, see Process Metric report example.

To create a Value Business Metric report

  1. On the Dashboard page, click Create Report.
  2. For Report Type, select Business Metric
  3. In the Available Metrics list, select the process you want to report on. 
  4. In the Report Name field, enter a name for the report.
  5. For Report Category, select the report category, which can be one of the following based on the report metrics:
    • Time: Demonstrates the time saved by each workflow process run.
    • Financial: Demonstrates the money saved by each workflow process run. 
  6. In the Header field, optionally enter a report heading. You can use the following tokens to include report values in your header. Type two left brackets {{ to see your token choices and include them. 
    • Count: Specifies the number of records (process runs) in the report.
    • Period: Specifies the period covered by the report.
    • Financial: Specifies the monetary value saved.
    • Time: Specifies the time value saved.
  7. In the Description field, optionally provide a report description.
  8. Click Save.

For an example of a Business Metric report, see Business Metric report examples.

To edit a report

  1. On the Value Dashboard page, click Edit Reports.
  2. Click on the report you want to edit.
    You can filter reports in the list by report name in the Report Name column. 
    The Edit Report page opens
  3. Make your report changes.
    You cannot change the Selected Metric, nor Report Type values. 
  4. Click Save.

To delete a report

  1. On the Dashboard page, click Edit Reports.
  2. Click on the report you want to delete.
    You can filter reports in the list by report name in the Report Name column.   
    The Edit Report page opens
  3. Click Delete.

To display reports on the Dashboard page

  1. Click Edit Reports.
  2. Select Display On Home for every report you want displayed on the Dashboard page.
    You can filter reports in the list by report name  in the Report Name column. 

Process Metric report example

This example uses the following workflow.

In the workflow, Record Metrics is set to true.

The following report was created using this workflow.

The following image show the report settings when you edit this report.

Business Metric report examples

The following simple workflow is set up to collect business metrics.

Record Metrics is set to true.

The Assign activity assigns values to two context items: time_saved and money_saved.

The Metrics activity has the Category field set to VD_METRIC as required and both metric names are used as follows:

  • VD_TIME gets the time savings metrics value from the time_saved context item.
  • VD_FINANCIAL gets the financial savings metrics value from the money_saved context item.

The following reports were created using this workflow.

The following images show the report settings when you edit each of these reports.

Related topics

Value reports overview

Using the Health and Value Dashboards

Was this page helpful? Yes No Submitting... Thank you

Comments

  1. Noam Koren

     

    The allowed value range is 0.1 - 100. - that is not correct anymore, following latest patch that fixes BAO-714 (that needs to be set as fixed)


     

    Aug 28, 2015 03:36
  2. Lotan Band

    The following statement in the business metrics report example is backwards:

    • VD_TIME gets the time savings metrics value from the money_saved context item.
    • VD_FINANCIAL gets the financial savings metrics value from the time_saved context item.
    Feb 26, 2016 11:44
    1. Dorothy Poole

      Lotan, thank you for catching this. I've updated the page to correct the issue. 

      Feb 26, 2016 11:54