Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Actions by Schedule - Donut Chart

Based on below logic the donut chart values are being captured. 

WHEN EndDate < CurrentDate AND PercentCompleted < 100 THEN 'Overdue'

WHEN StartDate < CurrentDate AND PercentCompleted < 100 THEN 'Scheduled'

WHEN PercentCompleted = 100 THEN 'Completed'

Refer sample image below which indicates the donut Chart for Actions by Schedule.

...

  • Actions by Status - Bar Chart

Bar chart is based on Action Status. 

Refer sample image below which indicates the Bar Chart for Actions by Status.

...