What is the correct syntax to Include the following formula in a report
86400-SUM(System Downtime)
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
In a report I want to have a return a field that uses a constant of 86400 and subtract the amount of system downtime. The Ultimate goal here is to have a column that shows total uptime over the last 24 hours(or period the the report is run for). Since Uptime in the PH_DEV_MON_SYSTEM_UPTIME is uptime since the machine was rebooted.
In most reporting software it would look something like this
86400-SUM(System Downtime)
This syntax is not allowed in the fortisiem, so what is the correct syntax?
I'm using the report 'Top Devices by Accumulated System Downtime' as the base for adding this new column
was able to get what I needed by doing this
(86400 + SUM(System Downtime) - SUM(System Downtime) ) - SUM(System Downtime))
why this works and why
(86400 - SUM(System Downtime) )
doesn't is something a developer will need to look at
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1634 | |
1063 | |
751 | |
443 | |
210 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.