Hi,
I've written a database and have now written the report for it, this is based on an Excel spread sheet. In CRXI I would like to replicate this formula =SUM((S17-S14)/S17) but am not sure how to do this? can anybody help?
In a nutshell I am trying to work out Actual Availabilty by Subtracting "Actual Number of Minutes downtime" from "Net Minutes" times "Net Minutes"
e.g 43865 - 351 X 43865 = 99.20
351 minutes of Application downtime in a month with 43865 Minutes of Planned Operational time would give you 99.20% application availability for the month.
the database fields are
"Actual Number of Minutes downtime" = Sum of qry_VMI_Outages.Dongguan_Duration
"Net Minutes" = qry_VMI_Outages.Available_minutes
Any help would be most appreciated
Cheers
Andy
I've written a database and have now written the report for it, this is based on an Excel spread sheet. In CRXI I would like to replicate this formula =SUM((S17-S14)/S17) but am not sure how to do this? can anybody help?
In a nutshell I am trying to work out Actual Availabilty by Subtracting "Actual Number of Minutes downtime" from "Net Minutes" times "Net Minutes"
e.g 43865 - 351 X 43865 = 99.20
351 minutes of Application downtime in a month with 43865 Minutes of Planned Operational time would give you 99.20% application availability for the month.
the database fields are
"Actual Number of Minutes downtime" = Sum of qry_VMI_Outages.Dongguan_Duration
"Net Minutes" = qry_VMI_Outages.Available_minutes
Any help would be most appreciated
Cheers
Andy