Evolution of Projects Over Time

This chart displays the number of projects over time (week granularity), broken down by status. This chart represents the absolute number of projects in each status (lines) and the number of transitions to each status (columns).

Business Objects Project (data model class "task")
Values (or X-Axis and Y-Axis)
  • X-Axis: time (week units)
  • Y-Axis 1 (left, columns): count of tasks per state
  • Y-Axis 2 (right, lines): count of state transitions (ts_transition_state, ts_state)
Sorting The results are chronologically sorted, from oldest to newest.
Limits There is no limit on time.
Colors current and transitions colors can be configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Combined bar and line chart, full screen chart.
Interactions On this chart, you can:
  • Click the line or column to show only the selected element over time.
  • Draw a rectangular area on the chart using drag-and-drop zooms on this area.
  • Click to switch to fullscreen display.
Technical Details
  • Consolidation
    • project_getProjectHistoryFromEnovia aggregation processor
  • Data model
  • Class: project_space

    • Inherited from document
      • Property: document_history_weekofyear
      • Property: document_current

  • Mashup feed: project_history
    • Aggregations added to facet week_current

      • history: SUM(#regex_match(document_history_type, 'snapshot') && !#has_category("Top/classproperties/current/complete", categories))
      • transition: SUM(#regex_match(document_history_type, 'transition') && !#has_category("Top/classproperties/current/complete", categories))