Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
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
Employee
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