Anonymous
Not applicable
2016-09-21
03:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Fikri,
Try this:
Sum(Aggr(
sum({$<latency={"=len(trim(terminal_latency))=0"}, [status]={'*IN*'}, duration = {$(=max(duration))},[device_id]>}[duration]),[device_id]))/3600
You will calculate max duration for each device_id
Regards!
829 Views