Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can we add whitespaces within Text & Image object in Qlik Sense?
copy a blank space character , try copy pasting the below in textbox
='A'&repeat('ㅤ',10)&'B'
copy a blank space character , try copy pasting the below in textbox
='A'&repeat('ㅤ',10)&'B'
Still unable to add blank space. It shows as below.
just copy what i pasted above
or
visit https://blanktext.net/ to copy the blank space character
Maybe you can use REPEAT(CHR(160),190)
Put it in a measure : and ' ' not '' (u need to have a space..)
In Qlik Sense, the Text & Image object automatically collapses normal spaces, so adding multiple whitespaces or creating empty text doesn’t work with standard typing. To force whitespace, use a non-breaking space in HTML mode or paste the Unicode non-breaking space (U+00A0) directly. These characters preserve spacing and allow you to format the text visually, including intentional blank areas or empty text sections.