Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 kiranpatil123
		
			kiranpatil123
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi all ,
Need help of this task .
I have a list box which has 3 fields as shown below .
I need one more list box which names MAT and All and SER in which if I select
MAT - only material should be selected from contract header
SER - only Service should be selected from contract header
All- all 3 fields should be selected from contract header ( Material and OverAll and Service)
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be create a new Table in the script
LOAD * INLINE [
Contract Header, Groupings
Material, MAT
Service SER
Material, All
Service, All
OverAll, All
];
Now, use Groupings to make selections
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		May be create a new Table in the script
LOAD * INLINE [
Contract Header, Groupings
Material, MAT
Service SER
Material, All
Service, All
OverAll, All
];
Now, use Groupings to make selections
 
					
				
		
 kiranpatil123
		
			kiranpatil123
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank You  it worked
 it worked 
