Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have a scenario like this, i need to show the recent status for every 'id' PFA . I need to show that in straight table
with out any selections
Check enclosed file
Check enclosed file
check enclosed file
Use FIRSTSORTEDVALUE
Hi Manish,
i want to show the date also for that status
Try below, you may need to format the Date
DATE(FirstSortedValue(date,-date),'DD/MM/YYYY')
Try FirstSortedValue(date,-date)