That's a good catch @black_bagel , but you don't have to eval domain_all before you do the foreach statement, you could just have |makeresults | eval domain_field1=1| eval domain_field2=5| eval domain_field3=4| eval domain_field4=6|foreach domain_* [|eval domain_all=min(domain_all,'<<FIELD>>')] and that will still produce 1 for domain_all.
... View more