Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 ivandrago
		
			ivandrago
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
Hi,
I have the attached Document, I only want to show data where the "New Qty" is less than the Old Qty".
So the prouctId "ABC2" should not appear? Is this possible by doing this on the chart and not through a script?
Thanks
 neetu_singh
		
			neetu_singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Ivan,
Please find the attached qvw. hope it will work.
Regards
Neetu Singh
 
					
				
		
 v_iyyappan
		
			v_iyyappan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Remove the New and Old Expression and add the expression like this
=If((Sum([Qty_Old]) - sum(Qty)) < 0,sum(Qty))
Regards,
 
					
				
		
Only one thing:
If((Sum([Qty_Old]) - sum(Qty)) > 0,sum(Qty))
opposite signal!

 MayilVahanan
		
			MayilVahanan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
PFA
 ivandrago
		
			ivandrago
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can i not have the other expressions still showing? As I kind of need to include these to the table as well?
 ivandrago
		
			ivandrago
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can i not have the other expressions still showing? As I kind of need to include these to the table as well?
 neetu_singh
		
			neetu_singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Ivan,
Please find the attached qvw. hope it will work.
Regards
Neetu Singh
 MayilVahanan
		
			MayilVahanan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
PFA
