Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 mario-sarkis
		
			mario-sarkis
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hey all if i want disapear a text box when i select to a specific field how can i do it?
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use a layout condition like this
GetSelectedCount(FieldName) = 0
 Kushal_Chawda
		
			Kushal_Chawda
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Go to text box properties -> Layout tab-> in conditional put below expression
= getselectedcount(Field)=0
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		yes... u can do by using show/hide objects
and u can use variables.
chk the below link.
 
					
				
		
 Oleg_Troyansky
		
			Oleg_Troyansky
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use "Show Condition" at the Layout tab of the object properties.
cheers,
Oleg Troyansky
Check out my new book QlikView Your Business
 HirisH_V7
		
			HirisH_V7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
You can create a color expression for both text box - back ground and text to be same as back ground of sheet when you select a particular field,
like this,
Hope this helps,
Hirish
 
					
				
		
 ThornOfCrowns
		
			ThornOfCrowns
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I would advise against this method and refer to the show/hide methods above instead as this might prove problematical on layering or moving other objects.
 HirisH_V7
		
			HirisH_V7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
another ,
Lay out Condition,
=GetFieldSelections(FieldName)<>'Field'
HTH,
Hirish
 
					
				
		
 agustinbobba
		
			agustinbobba
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Gergy
Try this:

Best regards,
Agustin
