NQL min()
The min()
function returns the minimum value recorded.
devices during past 7d
| summarize c = collector.tag_id.min()
Last updated
Was this helpful?
The min()
function returns the minimum value recorded.
devices during past 7d
| summarize c = collector.tag_id.min()
Last updated
Was this helpful?