Need Help to build time series graph in performance analytic

shipra
Giga Contributor

Hi Everyone,

I am trying to build a Time Series( Line Graph) calculating average of a particular field. It is successfully calculating the average, the problem is for everyday it is showing the same average. I want to breakdown the report based on another field. I have created a breakdown but it is not working. Another doubt, is that i have a 'Timestamp' date/time field and i want the data to show average according to the dates stated in that field, instead it is referring to the system's 'Created' Field's date.

Also, what is the significance of 7d running SUM, 7d running AVG, etc. I am calculating Average on Field's value, when selecting the 7d running SUM, the graph shows cumulative sum of the average, but the same for 7d running AVG is not happening. The job i have created is running successfully. Need some guidance for creating this report. Kindly let me know if anyone has any clue regarding this.

Thanks in advance,

Shipra Shaw

17 REPLIES 17

Hi Gaurav,



What are you trying to calculate? Is it the average number of incidents or something else? I'am asking so that I can check some of my existing indicator formulas to compare and I can let you know if anything is   missing.



Thanks,


Sowmya


Hi Sowmya,



Thanks for the reply.



We are really struggling with the formula indicators. We have tried to couple of formula indicators for different requirements but all of them are resulting in wrong values and dashboard.



One of the Use case: Get the % of incident logged from monitoring tool month wise.


We have created two automatic indicators. One is getting Event incidents and second is getting all incidents. Both of these indicators are giving us correct count 'By Month Sum +'. But when we are using it in formula indicator to get the % then we are not getting the correct result.



Regards,


Gaurav Banga


One example of wrong output:



Below is the indicator to get count of reopened incident.


find_real_file.png


Just to check what we get after we * it by 100 and / by 100


find_real_file.png


Below is the output of above formula indicator. This makes us scratch our head about how formula indicators work:-).


find_real_file.png


In this case I think it should be (Number of re-opened tickets /total number of total incidents) *100


We are using the same formula, but to test the formula indicator functionality we were just checking the output of * the indicator by 100, then / it by 100. What should be the output according to you.


find_real_file.png



Actual formula we used:


find_real_file.png


First Indicator Ouput:


find_real_file.png



Second indicator Output


find_real_file.png


Widget for Formula Indicator


find_real_file.png


Looking at the above Formula indicator output for Jan, Feb, Mar and rest, do you think it's the expected result for AVG.