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. Steps to Create a Bar Chart Dynamic Template
  6. Bar Chart Dynamic Template Step 3: Configure Functions for a Field

Bar Chart Dynamic Template Step 3: Configure Functions for a Field

Each of the Summary Status fields require two functions:

  • DECODE, which detect and differentiate the status values, create counters for the status so that the number of backup jobs for the particular status can be tallied.

  • SUM, which sums the number of backup jobs per status.

  1. In the selected fields panel, select the Summary Status field that you've defined to represent the success status.

  2. Click the Functions button at the bottom of the panel.

  3. In the Function Builder window, click Add.

  4. Select DECODE returns Decimal from the drop-down list of functions.

    Note that only functions relevant to the selected field will be available. The majority of these functions are Oracle functions that enable you to manipulate values.

  5. In the Function window, two mandatory parameters and one optional parameters must be configured.

    • For the first Decimal, click in the Value cell and enter a 0. (Recall that in the description of this field, 0 = Success.)

    • For the second Decimal, click in the Value cell and enter a 1.

    • Click Add in the Optional Parameters section and enter a value of 0.

    • Click OK to save the DECODE function's configuration.

    This configuration tells the system that whenever a zero is encountered for a job summary status, make it a 1 so that it can be added to the count of successful jobs; then, any other status will be set to 0 so that it will not get counted in this status.

  6. Configure similar settings for the Warning Summary Status field:

    • For the first Decimal, click in the Value cell and enter a 1. (Recall that in the description of this field, 1= Warning.)

    • For the second Decimal, click in the Value cell and enter a 1.

    • Click Add in the Optional Parameters section and enter a value of 0.

    • Click OK to save the DECODE function's configuration.

  7. Configure similar settings for the Failed Summary Status field, where the DECODE parameters will be 2, 1, 0.

  8. For each Summary Status field, click Functions and select SUM returns Decimal.

Feedback

Was this page helpful?
Previous

Bar Chart Dynamic Template Step 2: Configure Basic Field Functionality

Next

Bar Chart Dynamic Template Step 4: Configure Drilldowns for a Field

Feedback

Was this page helpful?