Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
Could be a very simple question. I am doing a conditional layout for a sheet object and would like to show a text object when the GetSelectedCount does not equal 1.
Any suggestions as to how to express that?
Thanks
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In your text obects conditional show condition just put GetSelectedCount(FieldName) <> 1
I think that should do the job for you.
Best,
Sunny
 
					
				
		
 arulsettu
		
			arulsettu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi try like this
if(getselectedcount(fieldname)>=1,0,1)
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In your text obects conditional show condition just put GetSelectedCount(FieldName) <> 1
I think that should do the job for you.
Best,
Sunny
 
					
				
		
 awhitfield
		
			awhitfield
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Brian,
see the attached example with 2 text boxes, on appears with no selection and the other appears when a selection is made.
Hope this helps.
Andy
