Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 anil529106
		
			anil529106
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am unable add extra blank spaces between characters/words in qliksense "Text & Image" object...how can I do this??
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think the poster is referring to "extra spaces". That is, more than one. My experience of QS is that it always throws away extra spaces. QV does that in some cases as well, but you could work around it with "Repeat(chr(160),10)" but that trick doesn't work with QS.
-Rob
 Lech_Miszkiewic
		
			Lech_MiszkiewicHi Rob,
CHR(160) works as a leading character in Qlik Sense - I use it always in QlikSense P&L straight table views where i have to create indents and it works. I have never used it in the middle of text string, but i would expect it to work in similar way.
What about "verbatim" variable. Isn't it linked somehow?
regards
Lech
 
					
				
		
 dan_sullivan
		
			dan_sullivan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		That's weird.  Native support allows for it.  Just tried and could type my name with a space without issue.  Sorry 
 
					
				
		
What happens when you try?
 
					
				
		
 dan_sullivan
		
			dan_sullivan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It allows me to do it. I drag the Text&Image box onto the sheet. Clicked inside of it and was able to type away with spaces in the sentence.
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think the poster is referring to "extra spaces". That is, more than one. My experience of QS is that it always throws away extra spaces. QV does that in some cases as well, but you could work around it with "Repeat(chr(160),10)" but that trick doesn't work with QS.
-Rob
 Lech_Miszkiewic
		
			Lech_MiszkiewicHi Rob,
CHR(160) works as a leading character in Qlik Sense - I use it always in QlikSense P&L straight table views where i have to create indents and it works. I have never used it in the middle of text string, but i would expect it to work in similar way.
What about "verbatim" variable. Isn't it linked somehow?
regards
Lech
 
					
				
		
 anil529106
		
			anil529106
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks all you reply..
but It's not working using chr()..not sure about use of "verbatim" variable.
I think Verbatim can be set for scripts only..
my requirement like: Anil Jena
now result: Anil Jena
 Lech_Miszkiewic
		
			Lech_Miszkiewicwhat if you cheat  and create a measure with say Repeat('__',20) and use a white color of it? Just like on my screenshots?
 and create a measure with say Repeat('__',20) and use a white color of it? Just like on my screenshots?


 
					
				
		
 anil529106
		
			anil529106
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		yes, it's looks like fulfilling the requirement..
 vmuppala
		
			vmuppala
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Works prefect for PL template. Thank you
