Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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)