- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2017 07:47 PM
The totals of the POs are based on created date, but add together day over day.
I have a report based on created date but the ask is to see the line continuing to increase over the life of the project - basic math, day one = $5.00, day two =$5 so the graph shows $10, etc.
see this:
Want this
I have the same ask for the story points, just adding them together within the timeframe of the report. it will be run by Week, by month, by sprint, etc.
Team completes the following point values by day
day 1 - 5
day 2 - 15
day 3 - 0
day 4 - 10
so the value after day 4 is 30 on an incline - no going back to zero for day 3
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2017 08:49 AM
I have set up an example, based on the Resource Allocation table used in PPM
Below is the result, a timeseries widget showing the cumulative sum of the allocated hours over time.
To set this up, follow the following steps:
Indicator source
Create a indicator source on the table, that contains the column (Or a database view)
The condition should be Start date at or before today (Replace Start date with your desired column)
Indicator
Create a indicatpr, make sure it is aggregate is set to Sum, and aggregate on the appropriate field.
Breakdown source / Breakdown / Breakdown Mapping / Job
Now create the breakdown source, in this example on project, breakdown, the mapping to the table.
Add it to a job, and do a historic data collection.
After that, you should be able to create the Dashboard, with a breakdown on project, witch I display in the first screenshot.
Hope this helps! Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2017 08:08 PM
Hi,
Did you try aggregation in reports?
Thanks
Darshak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2017 05:38 AM
Aggregation does not add days together - it adds the values for a single day to create an aggregate value
I need the aggregate value of day one added to the aggregate value day two and then the aggregate value of day three added to the aggregate value of day one & two, etc.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2017 09:24 PM
Hello Joh Stoessel,
Please check the report type -line .In that user the aggregation may fulfill your requirement.
http://wiki.servicenow.com/index.php?title=Creating_Line_Charts#gsc.tab=0
ServiceNow Commnunity MVP -2018 class.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2017 05:38 AM
Aggregation does not add days together - it adds the values for a single day to create an aggregate value
I need the aggregate value of day one added to the aggregate value day two and then the aggregate value of day three added to the aggregate value of day one & two, etc.