- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2018 01:53 AM
Hi,
I want to calculate P95(percentile) based on days aging on report. Is there any way to do so.
I have the algorithm to calculate P95 but not sure how to use it in report.
Regards,
Dhanashree More
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2019 03:05 AM
Hi,
I have done it with the help of ui page as we can't modify reports.
regards,
Dhanashree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2019 09:31 PM
Base reporting is very WYSIWYG, and only good for displaying or summarizing live data. It is not good at analyzing the data by formulating / transforming it. Meaning you can't get a report that says, calculate what percentile X things are in and display only those as a condition.
Options:
If you don't have Performance Analytics
You could create a summary table that runs your calculation periodically and stores the results. TBH I hate these kinds of solution because it straps you to tech debt for a single report.
If you have Performance Analytics
Bingo. Simple as building an automatic or calculated indicator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2019 03:05 AM
Hi,
I have done it with the help of ui page as we can't modify reports.
regards,
Dhanashree