Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 laureadiaz
		
			laureadiaz
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
I am limiting a list box with the following expression,
=IF(Qty_1>'0',Short_ID)
  The List box is limiting the Short_ID's that have a Qty_1, but now, when I select something with that List Box it also selects Qty_1.
   How do I just get it to select the Short_ID and not Qty_1?
Thanks!
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try this
Aggr(Only({<Qty_1 = {'>0'}>} Short_ID), Short_ID)
 laureadiaz
		
			laureadiaz
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks these worked!
