Hi, Yes, sort 0 - sort will reverse sort by the "sort" field. The zero means sort all fields. This bit: | search Month=* Is used to filter out unneeded data. In our results set we have the raw data from the index and our calculated stats. We only want the stats, so we search for all rows that have a field called Month that is not null. If your search results look ok without it, then you can safely remove this bit.
... View more