Hi @Splunk4, as I said, to debug your search you can have two approach: starting by the beginning or by the end. Starting from the end, you have to remove, one by one, a complete row understanding if there's some blocking command and/or analyzing if there are all the fields, e.g., in your case, at first delete the last where command to see if it causes the null result, then you have two following stats command, check if the key of the second is present on the first and what are the values. Starting from the beginning run the main search (with both the indexes and see if you have all the fields to use in the following commands, especially the BY clauses in stats commands. Ciao. Giuseppe
... View more