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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Luis_Arocho-LLantin

Failure in functions Chr(10) and Chr(13)

Good Morning! I am having failures in the Chr(10) and Chr(13) functions in the titles or descriptions in the tooltip options, below my code and attached print demonstrating the failure.
='Subtitles for Meta GP:'
&chr(10)&chr(13)&'Green: 100% or more.'
&chr(10)&chr(13)&'Yellow: Between 60% to 99%'
&chr(10)&chr(13)&'Red: Below 60%'

chr_falha.png

 

Thanks in advance!

Labels (2)
1 Reply
marcus_sommer

I'm not sure if this is a real failure or rather working as designed by removing/ignoring line-breaks within various UI places in regard of the wanted responsive behaviour of all objects in regard to the screen and/or the object-sizing. AFAIK similar things happens also by using multiple spaces or tab - chr(32) + chr(9) - by attempts to apply a custom aligning to any content.

Should I have right with my assumption it might be bypassed by using other chars from the utf8 area and/or replacing it with a html-syntax like <br /> and/or using a specialized extension.

- Marcus