Hi,
I have date field and it contains null values. I need to replace null with max of date value. How to do it.
Please help.
Example
Date
12-03-2022
13-03-2022
13-03-2022
14-03-2022
15-03-2022
15-03-2022
I need to replace null or empty record by max date that is 15-03-2022.