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

chr function

Hello All,

Anyone please explain me chr() function.

In one of my report chr(916) is used as below. Could anyone please explain the puropse of this chr in chart and the working of it.

Is chr(916) is a pre defined standard one?

ChartProperties.JPG

Thanks In Advance!

2 Replies
Frank_Hartmann
Master II
Master II

devarasu07
Master II
Master II

Hi,

Chr(ascii code) will return the character of given ASCII number.

Mostly this function will be used in string concatenation or sting with expression requirement.

for example,

='Reloaded Time:' & Chr(10) & ReloadTime()

here chr(10) Ascii code act as Enter key /make new line

also refer

https://community.qlik.com/docs/DOC-8421

Hope this helps you

Thanks,

Deva