-
Notifications
You must be signed in to change notification settings - Fork 2
Measure types
justjkk edited this page Jan 22, 2012
·
1 revision
Measures are Numbers that can be aggregated. The following types are identified and supported:
-
count
- Increments by 1 when inserting; Decrements by 1 when deleting -
score
- Increments by value offield
when inserting; Decrements by value offield
when deleting -
heat
- Increments by 1 when inserting or deleting. -
count_float
- Similar tocount
but for float values. -
score_float
- Similar toscore
but for float values. -
heat_float
- Similar toheat
but for float values. -
unique
- See Measure Types - Unique.
See Conditional Measures to update measures based on pre-defined conditions