Counters
All codes that can be used to export counters
There are four export codes for counters, each referencing a specific value type:
- {{COLLABORATOR_COUNTER_PERIOD_VALUE_TARGET}}: Represents the target value defined for the counter.
- {{COLLABORATOR_COUNTER_PERIOD_VALUE_SYSTEM}}: Represents the total amount recorded by the system.
- {{COLLABORATOR_COUNTER_PERIOD_VALUE_MANUAL}}: Represents the total amount derived from manual entries and adjustments.
- {{COLLABORATOR_COUNTER_PERIOD_VALUE_TOTAL}}: Represents the combined total of both system and manual inputs.
Important Note:
- Replace "COUNTER" with the "Name in dictionaries" of the specific counter.
- Replace "PERIOD" with the "Name in dictionaries" of the counter period.

Let's look at an example:
Here, we see the "Worked hours (May)" counter and "May" as the counter period.
The export codes for this example are:
- {{COLLABORATOR_WORKED_HOURS_MAY_VALUE_TARGET}}
- {{COLLABORATOR_WORKED_HOURS_MAY_VALUE_TOTAL}}
- {{COLLABORATOR_WORKED_HOURS_MAY_VALUE_SYSTEM}}
- {{COLLABORATOR_WORKED_HOURS_MAY_VALUE_MANUAL}}