If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
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..)