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: 
Javier_ctl
Contributor
Contributor

Create a five stars rating chart in Qlik Sense

Hi everyone,

 

I've got a column displaying numbers from 1 to 5, and I'd like to create a chart in Qlik Sense in which I can select a field value and see in a five stars meter its rating.

Is there any option? I've seen that there is a way in Qlik View but haven't found anything close in Sense.

 

Regards.

Labels (3)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

As below

 

either use chr(9733) or chr(9734)

vinieme12_1-1681183832977.png

repeat( chr(9733),Sum(Rating))

 

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

View solution in original post

1 Reply
vinieme12
Champion III
Champion III

As below

 

either use chr(9733) or chr(9734)

vinieme12_1-1681183832977.png

repeat( chr(9733),Sum(Rating))

 

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