Idleness Analysis

This chart displays the number of open tasks grouped by "idleness". This is the amount of time elapsed since the last time a task was modified.

Business Objects Tasks (data model class "task")
Values (or X-Axis and Y-Axis)
  • X-Axis: idleness ranges (defined in the applicative configuration and user preferences).
  • Y-Axis: Number of open tasks.
Sorting By default, the results are chronologically sorted. The results can be configured in Preferences. For more information, see Configuring Facet Displays.
Limits There is no limit.
Colors The color of this chart is blue and is configured in Preferences. For more information, see Configuring Facet Displays.
Available Views Bar chart, table.
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: task
    • Inherited from document
      • Property: document_modified
  • Mashup feed (open_project)

    • idleness facet created with CreateDynamicDateRangeFacet trigger
      • expression: #ndays(document_modified, #now())
      • aggregation: count