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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Plot Histogram Chart

Hi Guys,

Does anyone knows how to plot a Statistical Histogram chart?

Thanks in advance,

Aldo.

Histogram.jpg

3 Replies
swuehl
MVP
MVP

Not sure if this is what you are looking for, but please have a look at attached.

Regards,

Stefan

Not applicable
Author

Hi Stefan,

It is what I am looking for, but in order to solve it, I need first to find a solution to the following post:

http://community.qlik.com/thread/40526

I'll let you know.

Thanks,

Aldo.

Clever_Anjos
Employee
Employee

1st step -

Create a dimension in your script with

load

  subfield(Class(Expression1,10),' ', 1) as yournewdim

, [another fields]

Resident your_Data .

2st step -

Use this yournewdim  inside your app and use count(yournewdim) as your expression.