Hi,
I need help transforming a `Period` column into a corresponding `Date` column based on the logic provided in the attached example. Here's the scenario:
1. The `Period` column contains values like `X1`, `X2`, `X3`, etc., where `X` represents today's date (in this case, 11-Dec-2024), and the number after `X` indicates the number of days to subtract from today's date.
2. The goal is to generate the `Date` column that represents the exact date after applying the subtraction logic. For example:
- `X1` = Today's Date - 1 day = `10-Dec-2024`
- `X2` = Today's Date - 2 days = `09-Dec-2024`
**Attached Example Output:**

The attached image illustrates the expected output for reference.
Thanks in advance!
Best regards