I have a numeric event that is tracking a value (in this case, # of selections) when another action occurs.
In order to see the range of #s for that event (1, 2, 3, etc.), I am trying to use it in Workspace. However, when I put it into a new Freeform table, the values are just counting the # of times the event fired, not the actual range of numbers.
How should I be structuring this report so I can get the range of values that are coming through with the event, not just the event occurrences?
Thank you!