Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi QV Team,
I've attached the qvd which has three fields 'Component', 'Amount', 'Standard Price'.
I need a chart that shows better analysis when 'Amount' is lower than 'Standard Price' for a component.
Please suggest a better Chart !!!!
 
					
				
		
 amit_saini
		
			amit_saini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 sagarkharpude
		
			sagarkharpude
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I would suggest Radar or Combo chart
 
					
				
		
 amit_saini
		
			amit_saini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Better to go with straight table , see the attachment.
Thanks,
AS
 
					
				
		
Maybe calculate and show the difference.
 
					
				
		
 awhitfield
		
			awhitfield
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You could do something simple, like using a straight table and using colour to highlight the values you want to show.
Andy
 
					
				
		
 amit_saini
		
			amit_saini
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Like this:
if(Amount<Standard_Price,LightRed())
Thanks,
AS
