Maxrow timestamp

reggieneo
Participant V

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 226
2 REPLIES 2

Steve
Participant V

Unless the Timestamp column is the key column, youโ€™re using MAXROW() incorrectly:

Perhaps you want MAX() instead?

reggieneo
Participant V

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