Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
In this attachment “example.qvw”, what I should do to make the category “B” the reference of the expression “VA” and make the correct calculation in percentage? The result should be exactly as the attachment “example.xlsx”.
 
					
				
		
Check the uploaded doc
 
					
				
		
Check the uploaded doc
 
					
				
		
 fernando_tonial
		
			fernando_tonial
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi, you can try this.
Value / Top(Value,2)
OR
Value / Sum({$<category={'B'}>} total<business> value)
Best Regards.
Tonial.
 
					
				
		
This expression works:
(value) / sum({$<category={'B'}>} total<business> value)
 
					
				
		
Attached with answer.
Thanks
AJ
 
					
				
		
 mehmet_caldak
		
			mehmet_caldak
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Try Below function as i did in the attached example.
 
					
				
		
It works!!!!
Thanks...
Best Regards.
Permirio.
