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: 
cliff_clayman
Creator II
Creator II

How do I use Unicode character in the Text for a Button

I am creating a URL link using a button and in the Text, I want to use unicode for an arrow, but I can't figure out the syntax.  The arrow that I want to use is char(8599).

1 Solution

Accepted Solutions
Nicole-Smith

The character function for QV is CHR() instead of CHAR(), so you can just do:

=CHR(8599)

View solution in original post

5 Replies
Nicole-Smith

The character function for QV is CHR() instead of CHAR(), so you can just do:

=CHR(8599)

jerryyang756
Creator
Creator

In a text write

=Chr(8599)

button.PNG

cliff_clayman
Creator II
Creator II
Author

This is kind of off topic to my question, but how can I alter the link color when it's been clicked?

Nicole-Smith

That isn't possible.  Link color is set by the user's browser settings.

dunnalahk
Contributor III
Contributor III

Hi,

 

i am Using =CHR(9658) to get triangle symbol in Qlikview. i am getting the symbol but which is very small i want to increase the size of it in chart in Qlikview . how can we do it