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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
3 Replies
swuehl
Champion III
Champion III

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
Support
Support

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.