Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Maxrow timestamp

there is a sure value in my return value. but this formula is not giving anything:
"Any(select (Table[return value], [Timestamp]=Maxrow(Table,Timestamp)))

what I am missing here?

thanks

0 2 243
2 REPLIES 2

Steve
Platinum 5
Platinum 5

Unless the Timestamp column is the key column, you’re using MAXROW() incorrectly:

Perhaps you want MAX() instead?

oh yes that explains the relationship with maxrow timestamp that is not my key column. thanks again. i will read more of the documentation.

Top Labels in this Space