Risk Timeline

This chart shows the number of risks over time (week granularity), broken down by probability-impact. This chart represents the absolute number of risks in each probability-impact (columns) and the number of risk opening (line).

Business Objects Risk (data model class "risk")
Values (or X-Axis and Y-Axis)
  • X-Axis: time (week units)
  • Y-Axis 1 (left, columns): count of risks per probability-impact (red, orange, yellow)
  • Y-Axis 2 (right, lines): count of risk opening
Sorting The results are chronologically sorted, the most recent on the right of the chart.
Limits There is no limit.
Colors Colors are configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Combined bar and line chart and full screen chart.
Interactions On this chart, you can click the filter icon to refine dashboard on (respectively):
  • Line or column: filters chart to show only the selected element over time
  • Draw a rectangular area on the chart using drag-and-drop zooms on this area
  • Switch to full screen view
Technical Details
  • Consolidation
    • project_getProjectHistoryFromEnovia aggregation processor
  • Data model
  • Class: risk

    • Inherited from document
      • Property: week_current

  • Mashup feed: project
    • closuredatedyn dynamic date facet is defined:

      • expression: #extract(document_ram_datetime,"project_estimated_finish_date")
      • aggregation: total = SUM(1)

    • openingdatedyn dynamic date facet is defined:

      • expression: #extract(document_ram_datetime,"project_estimated_start_date")
      • aggregation: total = SUM(1)

    • Aggregation totalopen is computed using a Create Custom Aggregation trigger as the cumulative sum of the difference between the total number of opened risks and closed risks on each date of the openingdatedyn facet
      • expression: closuredatedyn.total - openingdatedyn.total