Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
I have a requirement for displaying the last value of the listbox in a text object.
The listbox have date range values. I tried max(Week-range) but it is not working.
I have attached the screenshot of date field for reference.
Thanks for your help in advance.
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
procede like this:
Create a Variable (vVariables, for example)
=MaxString(Week_range)
on your listbox, try this:
=if(Week_range=vVariable, Week_range)
Can you use MaxString instead of Max?
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
procede like this:
Create a Variable (vVariables, for example)
=MaxString(Week_range)
on your listbox, try this:
=if(Week_range=vVariable, Week_range)
 
					
				
		
Oh thank you. It worked.
can you please tell me how to get the last before value also
 
					
				
		
 alis2063
		
			alis2063
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have tried but did not work around.
if(Week_Range=vVariable, Week_Range)
I am getting result but its not listed & performing at header as below,
Use as below
=MaxString(Week_Range)
 
 
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you attach your app here please?
 YoussefBelloum
		
			YoussefBelloum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi stalwar1 can you help on this please? to get the Before last value.. maybe starting with the solution I provided here
Thank you
 
					
				
		
 alis2063
		
			alis2063
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		pfa
 tamilarasu
		
			tamilarasu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
Not tested but try this and let us know.
MaxString({<Week_Range-={"$(=Maxstring(Week_Range))"}>}Week_Range)
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think this might have already been resolved
