Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Frequency

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

2 Replies
Not applicable
Author

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

Not applicable
Author

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