Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Uladzislau_H
Contributor II
Contributor II

Adding a symbols in the expression

Hi all! 

I need to show data changing by months in the KPI by using arrows. But when i trying to add the arrow to the expression - I can't change number formating. The simple expression for example: 
 Sum(Hours) & chr(9650) )  - will always displaying in this format: 

clipboard_image_0.png
Can I fix it?  



1 Solution

Accepted Solutions
Vegar
MVP
MVP

You can change the nummer format insider the expression. 

 

Example:

Num(Sum(Hours),'0') & chr(9650) )  

View solution in original post

1 Reply
Vegar
MVP
MVP

You can change the nummer format insider the expression. 

 

Example:

Num(Sum(Hours),'0') & chr(9650) )