ecl-logo Documentation
ECL`

PlotCommandCenterActivity

PlotCommandCenterActivity[financingTeam, startDate, endDate]tabbedUsagePlots

generates tabbedUsagePlots of Command Center activity separated by department between startDate and endDate.

PlotCommandCenterActivity[financingTeam, startDate]tabbedUsagePlots

generates tabbedUsagePlots of Command Center activity separated by department between startDate and one day prior to the current date.

PlotCommandCenterActivity[financingTeam]tabbedUsagePlots

generates tabbedUsagePlots of Command Center activity separated by department for the past month, up to and including one day prior to the current date.

Details

  • The 'startDate' is interpreted as at midnight of "America/Chicago" timezone.
  • The 'endDate' is interpreted as at 11:59:59 pm of "America/Chicago" timezone.
  • The most recent 'endDate' that can be included in a plot is Today - 1 Day since a full 24 hours of the day must be covered in any report log.
  • Input
    Output
    General Options

Examples

open allclose all

Basic Examples  (1)

Display a plot of user Command Center activity on a team over a one-week period:

Options  (4)

HideInactiveUsers  (2)

Display a plot of cumulative user Command Center activity on a team over the past week, omitting users with less than 10 percent of the cumulative activity of the most active user in their functional group:

Display a plot of cumulative user Command Center activity on a team over the past week, showing all users regardless of activity level:

OutputFormat  (1)

Display a table of cumulative user Command Center activity on a team over the past week:

UserDepartments  (1)

Display a plot of cumulative user Command Center activity on a team over the past week, labeling users by department:

Messages  (5)

DateRangeInvalid  (1)

Throws a message and returns $Failed if the start date is after the end date:

DateRangeTooShort  (1)

Throws a message and returns $Failed if the date range is less than 3 days:

MissingReports  (2)

Throws a message and returns $Failed if no reports cover the specified date range:

Throws a message and returns $Failed if part of the specified date range is not covered by existing Object[Report, CustomerMetrics]:

TeamNotFound  (1)

Throws a message and returns $Failed if the provided financing team does not exist in Constellation:

Last modified on Wed 27 Aug 2025 17:18:50