
Contributor
2021-07-15
07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to write subscript 2 in Text Object or Label?
Subscript 2 is U+2082 in unicode, I tried using ='NO' & chr(2082) but the unicode symbol is displayed as an empty white square instead of subscript 2. Does anyone know how to write this in QlikView?
Labels (5)
Labels
- Subscribe by Topic:
-
Application Development
-
Creating Analytics
-
Layout & Visualizations
-
Other
-
Scripting
1,836 Views
1 Solution
Accepted Solutions

MVP
2021-07-15
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
use ASCII code for that
like for subscript 2 use chr(8322)
refer below link for reference.
https://www.webnots.com/alt-code-shortcuts-for-superscript-and-subscript/
Regards,
Prashant Sangle
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
1,832 Views
2 Replies

MVP
2021-07-15
08:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
use ASCII code for that
like for subscript 2 use chr(8322)
refer below link for reference.
https://www.webnots.com/alt-code-shortcuts-for-superscript-and-subscript/
Regards,
Prashant Sangle
Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
1,833 Views

Contributor
2021-07-15
08:08 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That works, thank you!
1,829 Views
