Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Thanks In Advance!
Its the DELTA sign:
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