Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi Friends,
I want to change decimal point value into whole value in text box. When I create the expression in a text box for show percentage of some field, it shows me like this "55.98745". But I need to show it like "56". Can you please help me how to do in a expression.
And my expression is "=(Count([Product A])/Count([Total Product]))*100"
 
					
				
		
 MarcoWedel
		
			MarcoWedel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=Round((Count([Product A])/Count([Total Product]))*100)
 
					
				
		
 MarcoWedel
		
			MarcoWedel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		=Round((Count([Product A])/Count([Total Product]))*100)
 
					
				
		
Marco its awesome and thank you very much
 
					
				
		
 MarcoWedel
		
			MarcoWedel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		you're welcome
regards
Marco
