Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I have noticed that I'm not able to manipulate the Title of a Textbox by adding a Chr(13) like you can in the Actual textbox. For example, lets say the you want a Title to be displayed in two lines and the same size and weight. Like
TITLE Line number one
TITLE Line number two
If you set the title fx to be 'TITLE Line number one ' & Chr(13) & 'Title line number two' , the &Chr(13) is ignored and instead the title is displayed like:
TITLE Line number one TITLE line number two
While you could add a second line as a subtitle, the font size and weight are smaller and do not appear to be able to be modified to match. 
TITLE Line number one
TITLE Line number two
Has anyone ran into this situation and found a solution?
Thoughts / Ideas / Comments?
 
					
				
		
 Colin-Albert
		
			Colin-Albert
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The screenshot is QlikSense. There is different functionality in QS vs QV and creating multi-line captions like this is one option that does not exist in sense.
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Did you try chr (10) ?
 
					
				
		
 Colin-Albert
		
			Colin-Albert
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I always use chr(10) for a carriage return, not chr(13)
 
					
				
		
Yes, I tried Chr(10) and Chr(13).
 
					
				
		
Neither seem to work in the title or subtitle
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		could you attach a print screen or, better a .qvw of your problem?
 
					
				
		
 
					
				
		
In the above image, the goal it to take the date " 10/21/2015" and put that on a line below with the same font & size. I say this because I could put the date portion in a subtitle, but that is smaller font and lighter grey.
The '&Chr(13)' has no effect
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Did you try multiline option in caption tab?
 
					
				
		
 settu_periasamy
		
			settu_periasamy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try multiline - in caption tab with 2 lines
