The Zurich release has arrived! Interested in new features and functionalities? Click here for more

How to report on Total number of days in a month using an Automated Indicator

Eddie5
Tera Contributor

Hi Everyone,

 

I want to fetch total number of days in each month using an automated indicator.

Example : 

January - 31

Feb - 29

March - 31

Eddie5_0-1713991849199.png

 

12 REPLIES 12

Eddie5
Tera Contributor

By Month Sum, use on a formula indicator and a Daily Data collection Job

Thanks @Eddie5 .

 

In your SS for indicator, what is the filter that you have applied on sys_cal_day table?(sys_id of which record?)

These are the indicators ive used. Still im not able to see any data in my widget.

 

For overall availability, Created an Indicator source to fetch records from sys_cal_day table and have used same script you have mentioned above in my indicator.
Then have created a formula indicator to calculate >> Mins in day/by month sum.
Then have created another main formula indicator to subtract Downtime iMins(created a separate indicator for this) from overall availability.<<have attached screenshots>>

Please help me with where im getting it wrong.