Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 Singh
		
			Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
For text in a text object, how to change the font of one single word?
For example, QlikView's Business Discovery approach delivers on the promise of BI
=> I want only "Business Discovery" to be bold and italic
The setting I can find out is for all the text in the same object, is it possible for one word?
Thanks!@
 
					
				
		
 m_woolf
		
			m_woolf
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There are two solutions for this:
Use an extension object that allows for Rich Text
Use an image of the text
 
					
				
		
 stigchel
		
			stigchel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Not in a standard text box, there is an extension for a html textbox. See
 
					
				
		
 hamza99a
		
			hamza99a
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I like the vizlib extensions. They offer many different customize able features
 
					
				
		
 Singh
		
			Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you so much, guys, for replying,
so without using extension is it possible to do this
 
					
				
		
 Singh
		
			Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I'm using Qlikview 12.0 and I this Extension is for qlikview I'm I right
 
					
				
		
 hamza99a
		
			hamza99a
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		it may work however, this extension may have what you are llooking for.
Thanks!
 balabhaskarqlik
		
			balabhaskarqlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Not sure may be like this:
=if(WildMatch(Dim, '*Business Discovery*'), '<B>')
=if(WildMatch(Dim, '*Business Discovery*'), '<I>')
 
					
				
		
 Singh
		
			Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		But bro It's not working in text Object...
 balabhaskarqlik
		
			balabhaskarqlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Format text like this:
Use expression in text format like this
IF(Condition, Value1,Value2)
Value1 expression like this:
'<B>' : Bold. Ex IF(Dimensionality()=0,'<B>' )
'<B><I>' : Bold and Italic. Ex IF(Dimensionality()=0,'<B><I>' )
'<H6>' : Font size. Ex IF(Dimensionality()=0,'<H6>' )
