
Not applicable
2014-08-21
08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I add greek letter to my graph legend?
How can I add delta to my graph legend?
GREEK CAPITAL LETTER DELTA | |
HTML Entity (decimal) | Δ |
HTML Entity (hex) | Δ |
HTML Entity (named) | Δ |
How to type in Microsoft Windows | Alt +0394 |
UTF-8 (hex) | 0xCE 0x94 (ce94) |
UTF-8 (binary) | 11001110:10010100 |
UTF-16 (hex) | 0x0394 (0394) |
UTF-16 (decimal) | 916 |
UTF-32 (hex) | 0x00000394 (0394) |
UTF-32 (decimal) | 916 |
C/C++/Java source code | "\u0394" |
Python source code | u"\u0394" |
- Tags:
- new_to_qlikview
3,457 Views
1 Solution
Accepted Solutions


Partner - Creator II
2014-08-21
08:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2,719 Views
4 Replies


Partner - Creator II
2014-08-21
08:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Use the chr() function. In your case chr(916).
2,720 Views

Not applicable
2014-08-21
08:47 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
you can use the below function to fix up your issue. you need to identify that which one you took a s Char value.
can you please send me for live details from you projects
chr() function
2,719 Views

Not applicable
2014-08-21
08:52 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
2,719 Views


Partner - Contributor II
2014-10-27
12:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
and you could find all letters codification here:
http://www.fileformat.info/info/charset/UTF-32/list.htm
for exemple, delta greek character:
2,719 Views
