system
February 12, 2003, 5:45am
1
Hi all,
I have a table like,
-----------------------
Product | Sales |
-----------------------
Produc1 | 1234 |
Produc2 | 234 |
Produc3 | 456 |
Produc4 | 2345 |
........
ProducN | 232 |
-----------------------
Sum 34,500
-----------------------
We want to apply a filter so that we should get only the Top N products (based on sales) which got us 50% of total Sales. How should I do this??
Thanks & Regards,
C.P.Mohanraj
FCITS, India.
cpmohanraj (BOB member since 2002-09-23)
system
February 12, 2003, 6:33am
2
I think you need to do percentiles. Do a search on the forum for percentile. I believe there was a topic on this earlier this week.
Steve Krandel (BOB member since 2002-06-25)
system
February 12, 2003, 6:50am
3
I tried searching for it. I don’t find anything relevant to my situation. COuld you please help me in this??
cpmohanraj (BOB member since 2002-09-23)
system
February 12, 2003, 1:52pm
4
I have a user who is trying to calculate the percentile of a measure object (Score). Having some problems getting this to work as expected.
I have not really found anything that will help, but it seems to be a context problem since we are getting the #computation error in the field.
User has defined a dimension variable that converts a string “score” to a number using
ToNumber(TextScore)
They have then defined another variable to calculate the perentile using
=Percentile(<Score> , 0.1)
Fir…
I’m not sure you can do exactly what you want, since you won’t be able filter the data based so that only those that contribute to the top 50% are visible.
Steve Krandel (BOB member since 2002-06-25)
system
February 13, 2003, 3:10am
5
Check this link. Not a elegant way but it still works with Alerters.
I need to select the the members of a column that provides 80% of the total value of another column.
Example: list of salespersons providing 80% of revenue.
Ranking function only provides absolute numbers or % of total number of values.
Can anyone help me?
Thanks
Carlos Cepeda (BOB member since 2002-10-23)
Sri
Sridharan (BOB member since 2002-11-08)