Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I used following script but still it is showing : 00:00:00
=Sum({<Event= {'Server_DOWN'} , KeyStartTime= {">= KeyDowntime_StartTime"}, KeyEndTime= {"<= KeyDowntime_EndTime"} >} Duration)
Please Help.
Thanks
=Sum({<Event= {'Server_DOWN'} , KeyStartTime= {">= $(=only(KeyDowntime_StartTime))"}, KeyEndTime= {"<= $(=Only(KeyDowntime_EndTime))"} >} Duration)
can you share with us a sample document?
=Sum({<Event= {'Server_DOWN'} , KeyStartTime= {">= $(=Min(KeyDowntime_StartTime))"}, KeyEndTime= {"<= $(=Max(KeyDowntime_EndTime))"} >} Duration)
Once try this way
=Sum({<Event= {'Server_DOWN'} , KeyStartTime= {">=$(=KeyDowntime_StartTime)"},
KeyEndTime= {"<=$(=KeyDowntime_EndTime)"} >} Duration)
Regards
Anand
HEy,
It is also not working !!.
What to do ??
Hey,
It is also not working !!
It is alos not working !!
What is the format of
KeyStartTime
KeyDowntime_StartTime
and
KeyDowntime_EndTime
?
Hey,
You script is giving me time but i dont want min and max function. And without that it is showing me : 00:00:00
Format of
KeyStartTime
KeyDowntime_StartTime
and
KeyDowntime_EndTime
is numbers.
What to do ??