Hi all,
I've a situation here. I've union two different data sets for the month of February. Below is what I see after Union.
| posting year/period | Required data |
| 2020 | A |
| 2020 | C |
| 2020 | D |
| 2/1/2020 | AA |
| 2/1/2020 | EE |
I want to convert 2020 to the correct date of 2/1/2020. So that it can display
| posting year/period | Required data |
| 2/1/2020 | A |
| 2/1/2020 | C |
| 2/1/2020 | D |
| 2/1/2020 | AA |
| 2/1/2020 | EE |
Any help will be much appreciated. Thanks in advance.