I am having issues finding the most recent update to my list of fleets. I have read about the Max(Collect()) function and don't quite get the result back that is needed. I get incorrect column value, incorrect funciton, etc. or when I have been able to get it to run I get back a 0 instead of an actual date. I have tried switching the column types to/from date/text & number columns which didn't seem to help.
Here is a sample of my columns.
So for Number 3572 I have two separate dates. I need a function that would show 1/08/24 or somehow mark that row as the most recent one.
The formula that I've gotten to run (but get an output of 0) is:
MAX(COLLECT(Number:Number, Date:Date, Number@row))
When I try using the formula I thought was supposed to be:
=MAX(COLLECT(Date:Date, Number:Number, Number@row))
I get an error message that states #Invalid Column Value
Any help or advice is greatly appreciated.