Hey there,
I have a field let's say "abc" with values as such : 1,3,5,7,5,3,2,1,5,7,8,5,1,1,2,2,3,2,1,1,2,3,2,3
here what I am trying to look here is first do a stats count by abc | where count >...
See more...
Hey there,
I have a field let's say "abc" with values as such : 1,3,5,7,5,3,2,1,5,7,8,5,1,1,2,2,3,2,1,1,2,3,2,3
here what I am trying to look here is first do a stats count by abc | where count > 2
and then again do a stats dc(abc) by "some other field"
I have tried do to it but unable to get any results not sure if there is any other option to perform it.
thanks