Business Objects |
Task (data model class "task ") |
Values (or X-Axis and Y-Axis) |
- X-Axis: Task allocation in man-days
(
task_percent_allocation ).
- 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_estimated_duration
- Class: task
- Property:
task_percent_allocation
- Mashup feed (project_history)
- Aggregations added on facet
history_weekofyear
- allocation:
SUM(#regex_match(document_history_type,
'snapshot') ? (#sum(task_percent_allocation) / 10000) *
project_estimated_duration : 0)
|