Hi everyone,
I am new to Alteryx and unable to figure this out
my data has the following line items for example:
| expense Apr 21 - Jun 21 |
| SO Jul 22 - Sep 22 expense |
basically, expenses for the quarter where the period is mentioned in the description at varying character places.
i wish to extract the period mentioned which can start with any of the 12 months
I have defined a list of Months (Jan, Feb, Mar, .. Dec) but:
1. How do i do it?
2. If the list is used, while trying to search the month in the text, both start and end month of the quarter will be present in the list, how would that impact the output?