i am trying to figure out if it is possible to create a filter to capture any value when applied to a statistic.
For example, i want to apply the statistic to a count of inbound calls, but filter out against userdata (header=‘status’, values=credit, balance, owing and so on).
I have tried to create this filter :
name=status
value=PairExists(“status”, “*”)