Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Saravanan_Ford
		
			Saravanan_Ford
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
Can you guide me how to change color of Bar chart base on selection.
Thanks,
 paulcalvet
		
			paulcalvet
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
Can you give an example of what you want to do ?
Regards
 sidhiq91
		
			sidhiq91
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		@Saravanan_Ford Please the screenshot below:
Under Appearance select styling.
In the Dropdown select the color you want.
If this resolves your issue, please like and accept it as a solution.
 Aasir
		
			Aasir
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Choose color by expression
and type
=if(GetSelectedCount(YourFieldName) > 0, RGB(255,0,0), RGB(0,255,0))
