Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi,
need to find the first sorted value but the below expression does not work for some reason. Something with the timeformat i suppose.
FirstSortedValue({<SettlementTime={'<08:00:00:000000'}>} RunningBalance,SettlementTime)
Pls find example files attached.
Regards,
Olle
 
					
				
		
 pokassov
		
			pokassov
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi!
FirstSortedValue({<SettlementTime={'<$(=time(08:00:00:000000))'}>} RunningBalance,-SettlementTime)
 
					
				
		
 pokassov
		
			pokassov
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi!
FirstSortedValue({<SettlementTime={'<$(=time(08:00:00:000000))'}>} RunningBalance,-SettlementTime)
 
					
				
		
gr8 thanks!!
