Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Guys,
Im stuck and i need you help.
I have two tables, the first one include one Field "A" and the second one include one Field "B"
when i select the value aa on the Field A, i want the listbox of the Field B to show only the value yy.. and until there it works.
But when i select the value yy on the second listbox, i have all the values of the first listbox selected automatically, which is a problem for me..
You can find attached the app
Thanks!
YB
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Check attached
=if(GetFieldSelections(A)='aa', Aggr(Only({<B = {'yy'}>} B), B), B)
 
					
				
		
you must withdraw the comma after 'A', at the line 14.
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Päulo,
I didn't pay attention on that. but it didn't resolve the problem..
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		stalwar1 since a can't send you a message..
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Check attached
=if(GetFieldSelections(A)='aa', Aggr(Only({<B = {'yy'}>} B), B), B)
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you so much !
