Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

ord() function

Hi

How can I use ord() function if i need to use it to get the ASCII number of a single quote?

Thanks in advance

Mirco

1 Solution

Accepted Solutions
maxgro
MVP
MVP

add the variable quote (ctrl + alt + v)

'

no equal sign

then use

=ord(quote)

View solution in original post

3 Replies
rubenmarin

I don't know how using ord, but ASCII number is 39

maxgro
MVP
MVP

add the variable quote (ctrl + alt + v)

'

no equal sign

then use

=ord(quote)

Not applicable
Author

It works!

thanks

(grazie)