Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
anil529106
Contributor III
Contributor III

I am unable add extra blank spaces between characters/words in qliksense "Text & Image" object...how can I do this??

I am unable add extra blank spaces between characters/words in qliksense "Text & Image" object...how can I do this??

12 Replies
Thorsten-Stein
Employee
Employee

Use Repeat(CHR(160),5)CHR(160) instead of Repeat(' ',5)


@anil529106 wrote:

I am unable add extra blank spaces between characters/words in qliksense "Text & Image" object...how can I do this??


 

rameshk1596
Contributor
Contributor

HI 

You can use left and right functions to achieve this.(Workaround)!!

Example :

Name field- RameshKannan

left(6)&' '&right(6)

Output - Ramesh Kannan

if it has to be generic use length of the field and use IF ELSE with left and right combination

 

 

Manish_Kumar_
Creator
Creator

@rwunderlich
Repeat(chr(160),10) worked for me in aligning "Qlik Sense Bar Graph Title". Thanks!

-Manish

Manish Kumar, Senior Business Analyst