Example - workingset versus tracked values
Suppose you defined Event 1 to fire on every hit, track the last value, and is searchable & reportable. In the table below, you can see the values for Event 1 in a five-hit session:
Hit | Event 1 |
---|---|
1 | A |
2 | B |
3 | C |
4 | D |
5 | E |
Values A through E for Event 1 are the workingset for Event 1.
However, if you added Event 1 to a report, the report shows only 1 instance of Event 1 with a value E. Since the event is defined to track the last value, value E appears in the report.