Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 gautik92
		
			gautik92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		How to create a filter that pops up all the listboxes?
 
					
				
		
 datanibbler
		
			datanibbler
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Gowtham,
just create a trigger tthat will make the appropriate selections - or create a Bookmark (that stores all the selections currently applied) and create a button to activate that.
 
					
				
		
Could you explain in details what exactly you want?
 
					
				
		
come up with little bit clear
 
					
				
		
 gautik92
		
			gautik92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am having many listboxes i want to create a filter which will have all the listboxes when i click on it it should show all the listboxes
 
					
				
		
Hi,
If you want to show or hide the list boxes based on a specfic selection,
you can use getselectedcount(fieldname)>0 fnction. Paste this function in all listbox properties--> expression-->show-->conditional.
Hope this helps
Regards,
Chinna
