Carrot reference
Functions
usageDays()
Returns the number of days that the current person being evaluated has used a particular ChartHop feature.
Typically this will be used for measuring user activity metrics.
usageDays(feature, days)
Parameter | Type | Description |
---|---|---|
feature | String | The feature to check, available features are:
|
days | Number | The number of days back to check |
| | |
Number - the number of days
usageDays('org', 7)
Returns the number of days, out of the past 7 days, that the person has used the Org Chart feature of ChartHop.