Lateness Analysis for Open Tasks

This chart displays the number of open tasks grouped by "lateness". Tasks can be on time, early or late and are grouped by default into "1 week", "2 weeks" and "more than 2 weeks" ranges.

Business Objects Issue (issue data model class)
Values (or X-Axis and Y-Axis)
  • X-axis: Issue lateness ranges (on time, early or late; by 1, 2 or more weeks).
  • Y-Axis: Number of open issues.
Sorting The results are sorted in this order:
  • Early by more than 2 weeks
  • 2 weeks early
  • 1 week early
  • On time
  • 1 week late
  • 2 weeks late
  • More than 2 weeks late
Limits There is no limit.
Colors By default, the color of this cart is blue and can be configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Bar chart, table, full screen.
Interactions On this chart, you can:
  • Click the bars to filter on corresponding project.
  • Click to switch to fullscreen display.
  • Click to switch to table display.
Technical Details
  • Data model
  • Class: issue
    • Inherited from project
      • Property: project_estimated_finish_date
  • Mashup feed (open_project)

    • issue_lateness facet created with CreateDynamicDateRangeFacet trigger
      • expression: #ndays(#extract(document_ram_datetime,"issue_estimated_end_date"),#now())
      • aggregation: count