Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 nareshthavidish
		
			nareshthavidishHi,
Am trying to get the below logic but it showing no results.
Logic: if(StoreID = EstoreID , RGB(0,128,0) RGB(255,0,0))
Thanks..
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Where are you using this? I hope in the Background color expression because RGBs will only show colors when inputted in the background color expression. If that's where it is, then can you elaborate on what all dimensions do you have in your chart?
 nareshthavidish
		
			nareshthavidishHi,
Am using google cluster and Marker extensions and i need to show the colours as per the logic.
Thanks..
 nareshthavidish
		
			nareshthavidishHi,
Below is the chart properties,

 rubenmarin
		
			rubenmarin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, based on what Alexander says in Google Maps - Marker, the marker is an image, not a color, so you should set the url for the images.
I didn't tested the extension yet so I can't provide detailed solution.
 nareshthavidish
		
			nareshthavidishok am agreed and is there any other extension to get this requirement.
Thanks...
 engishfaque
		
			engishfaque
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Dear Naresh,
Use given below script,
if(StoreID = EstoreID, RGB(0,128,0), RGB(255,0,0))
Kind regards,
Ishfaque Ahmed
