Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Imbue20
		
			Imbue20
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Required is the Name of the key with Max date
th Max dat
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try this code
 BrunPierre
		
			BrunPierre
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		This can be one way.
Dimensions: Key & Date
Measure: Aggr(FirstSortedValue(Name,-Date), Key)
 Imbue20
		
			Imbue20
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Brun ,
But this didn't solve my query, if I tried this
Firstsortedvalue(Name,-aggr(Date,Key))
I am getting name whose key is having only 1 record, but if there are 2-3 records for that key am not getting any value.
REGARDS.
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		where do you want this?? in front end or back end??
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		try this code
 Imbue20
		
			Imbue20
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Prashant,
I need it back end
 Imbue20
		
			Imbue20
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you help me to achieve this in front end ?
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		in back end. Logic which I provided in my earlier reply will work.
For Front end what you want to do? From earlier logic remove Left join part and use that max_key_date table for flagging and use that flag in front end
 Imbue20
		
			Imbue20
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I want to make these Names as default selection with i open the sheet in front end.
