Thank you @yuanliu . I am clear from what @woodcock mentioned in terms of use of avoiding use of joins. Here's is what I am looking for. I have external data in lookup with a list of eventName, min_threshold, max_threshold From splunk source events, I am doing inline rex to extract the eventName field Then I would like to do a count on the eventName and check if it is outside the min/max threshold for that particular eventName from the lookup file Additionally, I would like my count table to display eventCount as "0" and not meeting threshold for eventNames in the look up data that is not available in source events. This is why I was looking at left Join, but even beyond that - I am struggling on how to perform the rowwise comparison on the count stats
... View more