Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
I want to set up some List Boxes that change to certain fields based on which table is selected in a container. I have for example Table 1, Table 2 and Table 3 in my container.
Lets say they each have a Create Date column/field, they are not linked but I want that list box to show the create date specific to each table. If I select Table 1 the list box should display Table 1's Create date, and if I clink on Table 2 the list box should update and show the Create date of that table.
Thank you,
Alam
 
					
				
		
 ecolomer
		
			ecolomer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Here you have an example for Dinamic List:
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		replace container with 3 charts and use button to display chart and listbox: in button you can set a variable (1,2,3) and use that variable to conditionally show/hide chart and listbox
or
use a single object container with 3 grid container inside
every grid container has the chart and the listbox for that chart
 
					
				
		
 emiledavis
		
			emiledavis
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		This is exactly what I've been looking for! At first, the caption on the dynamic list box wasn't working. I ended up using =Only([$Field]) as the caption. Works like a charm. Thanks for posting!
 saimahasan
		
			saimahasan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
If your query has been resolved then please mark the discussion as closed.
