Tracked Task Progression

This chart displays the percentage of task progression by week.

Business Objects Tasks (data model class "task")
Values (or X-Axis and Y-Axis)
  • X-Axis: task completion percentage (project_percent_complete).
  • Y-Axis: Week of the year.
Sorting The results are sorted by date, from oldest to newest result.
Limits There is no limit.
Colors The chart is blue.
Available Views Bar chart.
Interactions On this chart, you can:
  • Click to switch to fullscreen display.
Technical Details
  • Data model

    • Class: document
      • Property: history_weekofyear
    • Class: project
    • Property: project_percent_complete

  • Mashup feed (project_history)
    • Aggregations added on facet history_weekofyear
      • complete: SUM(#regex_match(document_history_type, 'snapshot') ? project_percent_complete : 0)