Frequency

rated by 0 users
Answered (Not Verified) This post has 0 verified answers | 2 Replies | 4 Followers

Not Ranked
Points 22
michelrentel posted on må, feb 8 2010 6:10

Hi All

I was wandering if any one would know how to generate a frequency calculation within a chart/graph.

I have a list of calls made to customers on various different dates, with various different functions of these customers.  I also have an independent table table which shows people information.

I would like to be able to have a chart with a frequency across the X axis.  I would like to be able to use a variety of selection list boxes against these charts for example, time frame and customer function...etc.

Any advice would be greatly appreciated.

Regards

Michel

  • | Post Points: 13

All Replies

Top 100 Contributor
Points 304

Hi Michel ,

Attaching a sample Freq. distribution which i downloaded from community itself posted by some telanted brains .

Hope this will resolve your doubt . For more details you can search same document in community.

Regards,

Bhushan N

  • | Post Points: 1
Top 50 Contributor
Points 2 491

do you want to display the number of customers with 1 call, 2 calls, ...

if so

create a new dimension as   Aggr(  count(  Call)  ,  Customer)

and expression = count(Customer)

 

JJ

  • | Post Points: 1
Page 1 of 1 (3 items) | RSS
Feedback Form