NQL sum()
users
| include web.events during past 24h
| where application.name == "Salesforce"
| compute usage_duration = duration.sum()
| where usage_duration != 0
| sort usage_duration descユーザー名
ADフルネーム
使用期間
Last updated
Was this helpful?
users
| include web.events during past 24h
| where application.name == "Salesforce"
| compute usage_duration = duration.sum()
| where usage_duration != 0
| sort usage_duration descLast updated
Was this helpful?
Was this helpful?