Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 !
Hi, the Ord() function returns the code: https://help.qlik.com/es-ES/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFuncti...
Hi, the Ord() function returns the code: https://help.qlik.com/es-ES/sense/August2022/Subsystems/Hub/Content/Sense_Hub/Scripting/StringFuncti...
Top !
Thank you very much !