
Creator
2022-11-10
06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Code ASCII
Hello,
I'd like to find the ascii code of a letter.
Indeed, I have letters: A, B, C... and I'd like to be able to convert them into numbers : 65, 66, 67....
Is there a function to do this please?
Or else the intermediate solution might be to just find the place of this letter in the alphabet to get 1, 2, 3....
Thank you !
1,533 Views
1 Solution
Accepted Solutions

MVP
2022-11-10
06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, the Ord() function returns the code: https://help.qlik.com/es-ES/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFuncti...
2 Replies

MVP
2022-11-10
06:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, the Ord() function returns the code: https://help.qlik.com/es-ES/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFuncti...

Creator
2022-11-10
07:34 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Top !
Thank you very much !
1,516 Views
