Create a Top Bottom N Parameter in Oracle Analytics
https://docs.oracle.com/en/cloud/paas/analytics-cloud/tutorial-top-bottom-n/index.html#before_you_beginLearn how to create a top bottom N parameter to use in a workbook in Oracle Analytics.
Hi Team, I’m trying to see if we’ve any option to find average of Top 10 values by each customer in DV. Please share if you’ve found a method to update the average.
You may be able to accomplish this with a Top Bottom N Parameter. See
Using TOP N should be fine if you want to show top or bottom N Customers, sales and so on but from your report I think you are using a calculated items in your report if this assumption is correct I will suggest to use Rank Function that will show the Rank in front of each customer based on your report above
Hi Suzanne Gill-Oracle/Mostafa Morsy-Oracle,
Thanks for your response.I have tried TOPN and Rank function .TOP N is working fine for single customer.
But in my case i have multiple customer whose data exists for 13 week.I have to find for best 10 week values out of 13 week for each customer and then show the avg for each customer.