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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
paul_ripley
Creator III
Creator III

How to add superscript to a label

Hello

I'd like to have a column header as below but I don't know how to make the '1' as supercipt.

The label as the moment is just  Value movement £m

Can you help please

Many thanks

Paul

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

=' Value movement'&chr(185)&' £m'

View solution in original post

6 Replies
Frank_Hartmann
Master II
Master II

=' Value movement'&chr(185)&' £m'

paul_ripley
Creator III
Creator III
Author

Brilliant, many thanks

paul_ripley
Creator III
Creator III
Author

..do you also know how you do this for a 2 and a 3?

sudeepkm
Specialist III
Specialist III

chr(178) for 2 and chr(179) for 3

paul_ripley
Creator III
Creator III
Author

thanks a lot

Frank_Hartmann
Master II
Master II

if you want to know all possible chr() then create a straight table:

Dimension:

=Valueloop(1,10000)

Expression:

=Chr(RowNo())