Hey, Alteryx Community Members!
I'm having a tough time imagining how to accomplish this task. Very basically, I have a single row of data for each sales order, with multiple columns representing dollar values for different sectors, including a start date, and a duration (in months). I'm attempting to take this data and transform it from one row to multiple rows, accounting for the duration, and adding a date value based on the start date and duration.
It is easiest for me to show my "input" and "expected output" by attaching a workflow with the raw data. I have attempted a few different iterations by creating a new column, assigning a record and a value ID, and joining them back together, but I'm clearly missing something. Any help is greatly appreciated!
I should mention that despite the data, the output should always be the first day of the given month.