Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. IT Analytics Help
  3. Section IV. End user
  4. Work with the dynamic template designer
  5. Dynamic Template Function Configurations
  6. Aggregation Functions

Aggregation Functions

Function

Description

Examples

AVG

Calculates the average of the values from the selected column.

Display the average hours worked for a department.

COLLECT

Takes a database column and creates a nested table from the selected rows; associates a list of data with a specific value, enabling aggregation of data into a collection.

Create a list of employees within a department.

COUNT

Lists the number of rows returned from the database for the selected column.

Determine the number of employee records returned from a database query.

MAX

Returns the maximum value of the selected column's values.

Display the maximum hours worked.

MIN

Returns the minimum value of the selected column's values.

Display the minimum hours worked.

STDDEV

Returns the standard deviation of the selected column's values.

Apply standard deviation to values, for example, for forecasting.

SUM

Calculates the sum of the values from the selected column.

Display the total hours worked for a department.

Feedback

Was this page helpful?
Previous

Dynamic Template Function Configurations

Next

Comparison Functions

Feedback

Was this page helpful?