Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		

There are 2 measurements (good and bads). The count of good is 600 and the total of bad is 7826 and I only want this two numbers. How can I remove the total 8429 number form the chart?
If possible the position of the 7826 (bads) should be on the position of the 8429 (which is the total).
 
					
				
		
 ThornOfCrowns
		
			ThornOfCrowns
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Do you have show values on data points ticked?
 
					
				
		
Pedro, could you post the expressions options like show values on data points etc.?
That way we could help you better...
 
					
				
		
 jpenuliar
		
			jpenuliar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Have you tried Ticking the "Plot values Inside segments?"
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Just as Jonathan Penuliar mentioned, put a tick mark on 'Plot Values Inside Segments' within the Presentation tab of Chart Properties.

Best,
S
 
					
				
		
I tried, but it doesnt remove the total value.
 
					
				
		
I post the expressions.
 
					
				
		
Yes, I do. And I can add or remove those values from the measurements, however I dont know how to remove the total value (which is equal to good+bad)
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In the image you just posted, the expressions itself are not visible, Only the labels are visible. Can you copy paste the expressions you are using (instead of posting a image)?
Best,
S
 
					
				
		
Count({$<Result={"Bads"}>}Dia)
Count({$<Result={"Good"}>}Dia)
These are expressions I am using.
