Hi there -- I have column in the table as per below. I want to filter out only date formatted data and rest all should be eliminated. I am beginner level alteryx user. Please guide me on this.
| Column Name |
| 0:00:00 |
| Alpha |
| Beta |
| [null] |
| total |
| SOP |
| As of 03/31/2023 |
| Date |
| Total Value |
| 2021-03-25 |
| 2022-06-30 |
| 2022-07-31 |
| 2021-09-15 |
| 2021-03-25 |
| 2022-06-30 |
| 2022-07-31 |
| 2021-09-15 |
| 2021-03-25 |
| 2022-06-30 |
| 2022-07-31 |
| 2021-09-15 |
| 2021-03-25 |
| 2022-06-30 |
| 2022-07-31 |
Output data
| Column Name |
| 2021-03-25 |
| 2022-06-30 |
| 2022-07-31 |
| 2021-09-15 |
| 2021-03-25 |
| 2022-06-30 |
| 2022-07-31 |
| 2021-09-15 |
| 2021-03-25 |
| 2022-06-30 |
| 2022-07-31 |
| 2021-09-15 |
| 2021-03-25 |
| 2022-06-30 |
| 2022-07-31 |