Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi all,
I'm looking to change the color of a text object based on a condition. I have read that red() or blue() should be able to change colors in tables etc. but I have not found a way to apply that in a text object. Additionally, how could I define a custom colour eg. (RGB(255,18,16)) for that background?
thnx!
 Gysbert_Wassena
		
			Gysbert_WassenaOpen the Properties window of the Text object. Click on the button after the Color option to open the color chooser. Enable the option Calculated and enter an expression that returns a color. For example using a variable: =if(vMyColor='Red', rgb(255,18,16), rgb(200,200,200))
 Gysbert_Wassena
		
			Gysbert_WassenaOpen the Properties window of the Text object. Click on the button after the Color option to open the color chooser. Enable the option Calculated and enter an expression that returns a color. For example using a variable: =if(vMyColor='Red', rgb(255,18,16), rgb(200,200,200))
 ashfaq_haseeb
		
			ashfaq_haseeb
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Check if this helps
Regards
ASHFAQ
