Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 ali_hijazi
		
			ali_hijazi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello
I got a list box that has a state ='CurrentYear' and is displaying years (column name ='Year')
I want to display the selected value of this list box in a textbox
please advise
 
					
				
		
Hi,
if only one year can be selected, you can for text in textbox set =Year.
regards
 ali_hijazi
		
			ali_hijazi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		This is true if the list box doesn't have a state
so no this is not the answer 
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
What is the "State" you are referring? Can you attach sample file.
Regards,
Jagan.
 SunilChauhan
		
			SunilChauhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use
=getfieldselections(Year)
hope this helps
 ali_hijazi
		
			ali_hijazi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Check the attached image
I meant the alternate state 
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Try this,
For single value selection
=Only({AlternateStateName} Dimensionname)
For Multi value selection
=Concat({AlternateStateName} DISTINCT Dimensionname, '|')
Hope this helps you.
Regards,
Jagan.
