Count of Assessments

This chart displays a set of high-level indicators to summarize the status of Assessments with history overview.

  • Green overall assessments: number of "Green" assessments on overall category
  • Yellow overall assessments: number of "Yellow" assessments on overall category
  • Red overall assessments: number of "Red" assessments on overall category

Business Objects Assessments (assessment data model class)
Values (or X-Axis and Y-Axis)
  • X-Axis: timeline (week unit), based on history_weekofyear facet.
  • Y-Axis: aggregation values on the history_weekofyear facet, based on the SUM of respectively:
    • green: number of snapshot documents with the green category on facet assess_status.
    • yellow: number of snapshot documents with the yellow category on facet assess_status.
    • red: number of snapshot documents with the red category on facet assess_status.
Sorting The results are chronologically sorted.
Limits Only the last 12 weeks are displayed.
Colors The color of this chart depends on the ratio between the current value and the average of the 12 values.
  • 0% - 50%: Red
  • 50 % - 100%: Orange
  • 100% - 150%: Blue
  • 150% and beyond: Green
Available Views Indicator values with history.
Interactions On this chart, you can click the filter icon to refine dashboard on (respectively):
  • Green overall assessments
  • Yellow overall assessments
  • Red overall assessments
Technical Details
  • Consolidation
    • These indicators rely on snapshots computed by the project_getIssueHistoryFromEnovia aggregation processor
  • Data model
  • Class: assessment
    • Property: assess_status
    • Inherited from document
      • Property: document_history_weekofyear
      • Property: document_history_type
      • Property: document_current
      • Property: document_priority
  • Mashup feed project_history
    • Aggregations added on the history_weekofyear facet at feed level:

      • green: SUM(#regex_match(document_history_type, 'snapshot') && #has_category("Top/classproperties/assessment/assess_status/green", categories))
      • yellow: SUM(#regex_match(document_history_type, 'snapshot') && #has_category("Top/classproperties/assessment/assess_status/yellow", categories))
      • red: SUM(#regex_match(document_history_type, 'snapshot') && #has_category("Top/classproperties/assessment/assess_status/red", categories))