Risks Timeline by Projects

This chart shows the timeline of project and risks grouped by programs. The status of projects and risks rules the color coding of the chart.

Business Objects Projects and risk (data model classes "project_space" and "risk")
Values (or X-Axis and Y-Axis)
  • X-Axis: timeline
    • Dashed blocks indicate project estimated start and finish dates
    • Filled blocks indicate project actual start and finish dates
    • Discs indicate risks estimated start dates
  • Y-Axis
    • Risk programs
Sorting The results are sorted by program name, alphanumerically (A-Z).
Limits Timeline dynamically retrieves risks within the viewed time range
Colors Risk color (both estimated and actual) depends on risk probability-impact (ryo facet). The ryo color can be configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Timeline chart
Interactions On this chart, you can:
  • Use to search tasks by name (exact, full name) in current viewport
  • Use to zoom in and out of timeline. Alternatively, use Ctrl+Mouse wheel.
  • Use to scroll timeline horizontally. Alternatively, click and drag timeline to scroll horizontally and vertically.
  • Click an item (project or risk) to show information in the details panel
  • Click to show or hide legend
Technical Details
  • Data model
  • Class: risk (and inherited)

    • Inherited from document
      • Property: current
      • Property: related_project
      • Property: related_program
      • Property: actual_start_date
      • Property: actual_finish_date
      • Property: estimated_start_date
      • Property: estimated_finish_date
    • Inherited from project
      • Property: project_actual_start_date
      • Property: project_actual_finish_date

  • Mashup feed project
    • Facet: related_program
    • Facet: related_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]
    • Hits: risks

      • Meta: ryo