Need cumulative trend reports

Ravish Shetty
Tera Guru

hi all,

 

PA newbie here.

we need a trend on the vulnerable items data created but not using the opened date.

instead, we want a cumulative trend which is a sum of the total data and not just the ones created on specific data.

like example: if 100 VI's are created every month (and none of them get closed), it shouldn't show a flat 100 every month but a sum as below

 

find_real_file.png

 

however, this is the result I get which is not cumulative

 

find_real_file.png

i have created an indicator as below

 

find_real_file.png

 

This is the indicator source

 

find_real_file.png

i have created 2 data collector jobs. one to collect data for the past 3 months and one for daily data collection

 

find_real_file.png

 

 

find_real_file.png

 

 

 

1 ACCEPTED SOLUTION

G1
Giga Contributor

 

"instead, we want a cumulative trend which is a sum of the total data and not just the ones created on specific data."

If above is the requirement, then Add another condition in the indicator source created before today

 

But if you also want the condition for not closed as in below example, then add the condition closed is empty and that should get you the data you are looking for

"like example: if 100 VI's are created every month (and none of them get closed), it shouldn't show a flat 100 every month but a sum as below"

 

 

View solution in original post

11 REPLIES 11

Ulrich Jugl
ServiceNow Employee
ServiceNow Employee

Can you use an aggregation to achieve what you need? Try By Week Sum / By Month Sum / By Quarter Sum / By Year Sum to get these kind of aggregates.

sorry, i am PA newbie. where exactly this change should be? in the indicator as below? the field selection doesn't seem appropriate

find_real_file.png

Check out the tab "Other" on the screen above and select from the Default time series field. Alternatively, open up the Scorecard view of your indicator. On the right upper area you should see the Time series as well. Sorry for not being clear in naming.

G1
Giga Contributor

 

"instead, we want a cumulative trend which is a sum of the total data and not just the ones created on specific data."

If above is the requirement, then Add another condition in the indicator source created before today

 

But if you also want the condition for not closed as in below example, then add the condition closed is empty and that should get you the data you are looking for

"like example: if 100 VI's are created every month (and none of them get closed), it shouldn't show a flat 100 every month but a sum as below"