Hello everyone,
I have the first 3 columns as shown below and what to create the 4th column i.e. EVALUATION_DATE2
| EVAL_DT | EVAL_MO | EVAL_YR | EVALUATION_DATE2 |
| 5 | 10 | 2022 | 10/03/2022 |
| 31 | 3 | 2021 | 11/03/2021 |
I tried the following but got the error saying "EVALUATION_DATE2: "3/31/2021" is not a valid Date"

Thanks in advance!