Risks by Project

This chart shows the number of risks stacked by probability-risk broken down by project.

Business Objects Risk (data model class "risk")
Values (or X-Axis and Y-Axis)
  • X-Axis: number of risks in each probability-impact color
  • Y-Axis: projects
Sorting The results are sorted by total number of risks, descending.
Limits By default, only the top 10 categories are displayed.
Note: You can change the pagination to display all the categories by clicking .
Colors Colors are configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Stacked bar chart, full screen view, and table view.
Interactions On this chart, you can:
  • Click the Y-Axis label to refine on corresponding project
  • Click stack elements to refine on corresponding probability-impact (ryo status)
  • Draw a rectangular area on the chart using drag-and-drop zooms on this area
  • Click to get all results and enable chart pagination.
  • Click to switch to fullscreen display.
  • Click to switch to table display.
Technical Details
  • Data model
  • Class: risk

    • Inherited from document

      • Property: related_project

  • Mashup feed (project)
    • ryo numerical facet with explicit ranges created on feed
      • expression: ryo_probability+ryo_impact
        • where:
          • ryo_probability = #has_category("Top/classproperties/risk/probability/1", categories) * 0 + #has_category("Top/classproperties/risk/probability/2", categories) * 2 + #has_category("Top/classproperties/risk/probability/3", categories) * 3 + #has_category("Top/classproperties/risk/probability/4", categories) * 4 + #has_category("Top/classproperties/risk/probability/5", categories) * 5
          • ryo_impact = #has_category("Top/classproperties/risk/impact/1", categories) * 0 + #has_category("Top/classproperties/risk/impact/2", categories) * 2 + #has_category("Top/classproperties/risk/impact/3", categories) * 3 + #has_category("Top/classproperties/risk/impact/4", categories) * 4 + #has_category("Top/classproperties/risk/impact/5", categories) * 5
      • ranges
        • Yellow: [0;3]
        • Orange: [4;5]
        • Red: [6;10]
    • Multidimensional facets created on feed (project):
      • status_by_proj: ryo and related_project
        • Aggregation used: count