Business Objects |
Project (data model class "deliverable ") |
Values (or X-Axis and Y-Axis) |
- X-Axis: timeline (week unit), based on
history_weekofyear
facet.
- Y-Axis
- SUM(isDocumentSnapshot): Number of deliverables for a specific week (value
snapshot on
document_history_type ).
- SUM(isInWorkSnapshot): Number of deliverables for a specific week (value
snapshot on
document_history_type ) with value "in work" on
facet document_current .
- SUM(isReleasedSnaphot): Number of deliverables for a specific week (value
snapshot on
document_history_type ) with value "released on
facet document_current .
|
Sorting |
The results are chronologically sorted. |
Limits |
Only the last 12 weeks are displayed. |
Colors |
By default, colors are predefined to red, orange, blue, and green for count of
[0; 0.5[, [0.5; 1[, [1; 1.5[, [1.5; 100000[. Colors can be configured in
Preferences. For more information, see Configuring Facet Displays. |
Available Views |
Indicator values with history. |
Interactions |
On this chart, you can click the filter icon to refine dashboard on (respectively):
- In Work deliverables.
- Released deliverables.
|
Technical Details |
- Semantic processing:
-
Consolidation
document_history_type is built by
project_getProjectHistoryFromEnovia aggregation processor
- Data model
- Class: deliverable
- Property:
document_history_type
- Property:
document_current
- Mashup feed:
project_history
- Aggregations of facet history_weekofyear:
doc :
- definition:
SUM(isDocumentSnapshot)
inwork :
- definition:
SUM(isInWorkSnapshot)
release :
- definition:
SUM(isReleasedSnapshot)
- HitContent Virtual Field
- isDocumentSnapshot:
#regex_match(document_history_type,
'snapshot')
- isInWorkSnapshot:
#regex_match(document_history_type,
'snapshot') &&
#has_category("Top/classproperties/current/in_work",
categories)
- isReleasedSnapshot:
#regex_match(document_history_type,
'snapshot') &&
#has_category("Top/classproperties/current/released",
categories)
|