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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
sohb2015
Contributor III
Contributor III

Putting symbol in expression label

Hi Guys,

I have a pivot table where I have 3 sigma as expression. I want to put sigma symbol in the label of the expression.

I tried to test this by selecting an image as Label, but it didn't work.

Can anyone suggest anything on this.

Thanks

1 Reply
Anonymous
Not applicable

You can use the unicode value 931 for Sigma with the chr() function :

     ='This a Sigma ' & chr(931)