Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
curiousfellow
Specialist
Specialist

align numbers using non-breaking space

In my chart I have percentages and normal numbers.
I want to align the normal numbers by adding a space but so far I did not succeed.

To format the percentages I use num(number,'#.##0,0%')

for the normal numbers I thought I could use  num(number, '#.##0,0'&chr(160)) however that does seem to work.

Adding an other character works fine, but a "non breaking space' does not.

Anyone knows how to solve this ? 

Labels (1)
2 Replies
JonnyPoole
Former Employee
Former Employee

Share a screenshot of the chart  as well as the property you are applying this to.   Maybe it will accept the item as a text field too   text(num(number, '#.##0,0') & ' ') but I'm not sure. 

curiousfellow
Specialist
Specialist
Author

adding the text function did not help.Please have a look at the screenshot and the attached qvw

Screenshot 2024-02-26 112034.png