Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am facing the issue with Firstsortedvalue function. attached screenshot,
Two date having same values, but i need the max date of the two dates,
=DATE(FirstSortedValue( DISTINCT DATE,-AMOUNT,'MM/DD/YYYY').
If using this expression, it gives 12/28/2015. But i want to show 12/29/2015.
Pls. suggest.
Thanks in advance,
Somasundaram
You can try adding date field with the amount filed, like:
=DATE(FirstSortedValue( DISTINCT DATE,-AMOUNT-DATE,'MM/DD/YYYY')
If your date field is really a date field (number the the back-end), this should work.
Thank for your reply.
If i am using with date value, i am getting maximum date value.
not showing the correct values