Hello
I have a load of point data which i have filtered down to just show business properties, which works fine. I am now trying to show only those properties where the number of premises on a street is greater than n.
I know I am missing something simple here, but how do i show only those records when the count of the street is greater than or equal to 'n'?
street 1 ID - count 5 do not show
street 2 ID - count 10 show
Thanks