Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
louise119
Creator III
Creator III

Histogram x-axis display

I want to create graphs (histograms and heatmaps) that specify the range of the x-axis, like the attached image.
Do you know what to do?

For example:
x-axis: 4.95<=x <=5.10, 5.10<=x<=5.25, .....6.30<=x<=6.45, 6.45<=x

hist.png

1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

the Class() function can help here as well

 

=class(fieldname, 0.15

 

refer more below

https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/Conditi...

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

2 Replies
avinashelite

You could use the interval match function and map the values according to your  desired interval

vinieme12
Champion III
Champion III

the Class() function can help here as well

 

=class(fieldname, 0.15

 

refer more below

https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/Conditi...

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.