Totals Configuration

Configure totals that can be used in Comparison Tables, Info Cards, Total Tables and Charts

Totals

Tagger has a simple yet very flexible way to configure totals for display in the Dashboard. You can create simple Count Totals, Calulated Totals, Event Duration Totals, Play Time Totals or Formula Sets.

Count Totals

Count Totals as mentioned are simple counts of Events and Linked Events where applicable. The total can be filtered by the event, event team, event zone and event labels. For example you can get a count of all shots taken from play from a specific zone. Additionally you can filter by the linked events. For example you could filter all shots in a zone that resulted in a score (linked event).

Event Duration Totals

Event Duration Totals are the total accumulated time duration for a specific event throughout the game. For example the total time a team is in Possession of the ball.

Play Time Totals

Play Time totals is the total accumulated time between 2 events. For example you could configure a play time to track the time between a kick out and the next time it goes out of play.

Calculated Totals

Calculated Totals allow you to configure simple calculations. You apply 2 operators and an operand to the total. The operators can be a Count Total, Event Duration Total, Play Time Total or another Calculated Total. For more complex calculations it is now recommended to use Formula Sets

Operator

The following operators are available to select:

  • '+' - Plus
  • '-' - Minus
  • '*' - Multiply
  • '/' - Divide
  • '%' - Percentage

Formula Sets

Formula Sets are a powerful way to perform complex calculations. Formula Sets can be comprised of multiple inputs in the form of count and event duration totals as well as multiple formulas.

Formulas can use the following variable types as inputs:

  • Event Count Totals
  • Event Duration Totals
  • Variables and Formulas can be referenced in formulas using the curly bracket syntax:

    {referenceName}

    For example, a count total with a reference name of "a" could be referenced in a formula by {a}

    Example

    Let's say we have previously configured count totals for "Total Shots" and "Total Goals". We can create two references in the formula set, one for each total. Let's call them "shots" and "goals". We can then create a formula that calculates the shooting percentage by dividing the goals by the shots, multiplying by 100 and rounding to the nearest whole number. Additionally we can concatenate the result with a percentage sign for display purposes.

  • round( {goals} / {shots} * 100) & '%'
  • Supported Functions and Operators

    Functions and Operators
    add (+)
    Adds numbers together
    Examples
    1 + 2 = 3
    add(1, 2) = 3

    subtract (-)
    Subtracts numbers
    Examples
    5 - 3 = 2
    subtract(5, 3) = 2

    divide (/)
    Divides numbers
    Examples
    6 / 2 = 3
    divide(6, 2) = 3

    multiply (*)
    Multiplies numbers
    Examples
    3 * 4 = 12
    multiply(3, 4) = 12

    pow (^)
    Raises a number to the power of another
    Examples
    3 ^ 4 = 81
    pow(3, 4) = 81

    Page 1 of 4
    © 2026 Candaap Technologies Limited