- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2016 01:34 PM
Hi Experts,
I am trying to create a simple indicator that shows me the tickets with no updates since 30 days or more. The indicator seems to be returning the right value but the dates are a bit mis-matched. For example, in the below screenshot, you can see that the count is 1 from june. If you open the record, the incident was opened and last updated in the month of May. How do I ensure that this ticket is shown in the month of May instead of June? So, what I would like to display is that this ticket was created in the month of May and has no updates since.
Please advise.
Solved! Go to Solution.
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 02:16 AM
Hi Sowmya,
that is not possible using PA as it takes snapshots, and at snapshot in May the system does not know it will be 30 days not updated when you reach June.
You can get to a chart that depicts what you want by using a report. Create a report of type 'time series' like 'column', set the trend by on 'created' field by month. And then in conditions make sure you only plot those incidents that are not updated more than 30 days.
Best regards,
Erik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-22-2016 02:16 AM
Hi Sowmya,
that is not possible using PA as it takes snapshots, and at snapshot in May the system does not know it will be 30 days not updated when you reach June.
You can get to a chart that depicts what you want by using a report. Create a report of type 'time series' like 'column', set the trend by on 'created' field by month. And then in conditions make sure you only plot those incidents that are not updated more than 30 days.
Best regards,
Erik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2016 04:53 PM
Thank you!