Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi guys,
Need some help with the following:
The document attached has the data below:
| ExternalDate | InternalDate | Section | 
|---|---|---|
| 20/12/2013 | ||
| 21/12/2013 | 21/12/2013 | Section 21 | 
| 22/12/2013 | ||
| 23/12/2013 | ||
| 24/12/2013 | 24/12/2013 | Section 24 | 
| 25/12/2013 | 25/12/2013 | Section 25 | 
User selects one date into ExternalDate field, for example 23/12/2013
I should get the corresponding value in Section for last possible value in InternalDate when InternalDate field should have as possible values all available values UP TO 23/12/2013.
Any help will be appreciated.
Thanks,
Aldo.
 
					
				
		
 jerem1234
		
			jerem1234
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Aldo,
Please find attached. I ended up going with firstsortedvalue and using the p() function in set analysis. The formula I used was:
firstsortedvalue( {<ExternalDate=, InternalDate=p({1<InternalDate={"<=$(=Date(Max(ExternalDate)))"}>} InternalDate)>} Section, -InternalDate)
Let me know if this is what you are looking for.
Hope this helps!
 
					
				
		
 jerem1234
		
			jerem1234
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello Aldo,
Please find attached. I ended up going with firstsortedvalue and using the p() function in set analysis. The formula I used was:
firstsortedvalue( {<ExternalDate=, InternalDate=p({1<InternalDate={"<=$(=Date(Max(ExternalDate)))"}>} InternalDate)>} Section, -InternalDate)
Let me know if this is what you are looking for.
Hope this helps!
 
					
				
		
Exactly, Thanks!
