Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
rebostero
Contributor II
Contributor II

Creating a Histogram in Sense... help please!

Hi all!

I'm new to Qlik and to programming, so I'm still getting my feet wet here. I am trying to create a histogram based on 2 fields in my data - Revenue & Target. What I'm trying to create is a histogram for the frequencies of the ratio Revenue/Target=Attainment. This is how my table is organized

IDQuarterRevenueTarget
123451100120
12345215089
345671200125
345672130345
3456735001250

I need to set the bins at intervals of 5% (or 10%) and know the count of the attainment (Revenue/Target) for that range. I assume that filtering out globally an ID, a Quarter or another field will modify the histogram accordingly.

I've tried looking at other postings but I'm not being able to translate them to my reality. Any assistance will be very welcome.

Thanks

4 Replies
sunny_talwar

Histogram in QlikView or Qlik Sense should be the same. Have you tried taking a peek here: Recipe for a Histogram

rebostero
Contributor II
Contributor II
Author

Hmmm I saw that one but for example, no input box that I'm aware on Sense....

sunny_talwar

May be an extension:

Qlik Branch

rebostero
Contributor II
Contributor II
Author

Solved, thank you. Much simpler than the other examples, I was over complicating it - just used class in the dimension and then counted normally, worked perfectly