Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 francis_gr
		
			francis_gr
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi!!
Is it possible to change the symbol type in scatter chart?
I have a field that shows the position of a worker. In another field i show if the position is real or not, so i would like to change the symbol type depending on that field value.
Regards
 
					
				
		
 ogautier62
		
			ogautier62
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
make two fields :
one for position real, the other not
so each field can have its own symbol
regards
Can you brief about it with sample?
 francis_gr
		
			francis_gr
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi!
Please, see my attached file. I want to show in the chart, Val and ValF expressions, but with different simbology.
Thanks for help
 francis_gr
		
			francis_gr
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Oliver!
Thanks for your solution, but if you can see my attached file, following your indications, i've added a new expression (VarF) but, please, see what happens if i enable it.
regards
I Don't think so. Cause, We have default with circles only
 francis_gr
		
			francis_gr
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Anil!!
So.. How can i do it?
Regards
No Idea Mate !!!
 balabhaskarqlik
		
			balabhaskarqlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		if(getfieldselection(FieldName)='ABC', info(imageFieldName),
if(getfieldselection(FieldName)='BCD',info(ImageFieldName))
 balabhaskarqlik
		
			balabhaskarqlik
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Check this:
