Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
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.
adding the text function did not help.Please have a look at the screenshot and the attached qvw