Hi Jeff,
To find max date, use below query:
SELECT MAX(Date Field) FROM TABLE and you will get the max date
In Calculation View, you can create a Calculated Column say "MAX" as MAX(Date Field) to get max date
Regards,
Vivek
Hi Jeff,
To find max date, use below query:
SELECT MAX(Date Field) FROM TABLE and you will get the max date
In Calculation View, you can create a Calculated Column say "MAX" as MAX(Date Field) to get max date
Regards,
Vivek