Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Merging different time series into one?

mattd17
7 - Meteor

Hi, i'm stuck on a weird time series quirk. I've worked with time series in the past formats in the past where the format is something like this:

 

DateSeriesValue
2019-03-31GDP30.01
2018-12-31GDP29.99
etcetcetc
2019-06-31Employment4,024
2019-05-30Employment4,001
etcetcetc

 

That's my goal format. Right, now I have an excel spreadsheet with a ton of different time series - some are monthly, some are quarterly, some are updated as of most recent month end where others are a few months lagged. Lots of different start dates and end dates. So the input sheet looks something like this:

 

DateGDPDateEmploymentDateHousing StartsDateSeries 1DateSeries 2
2019-03-3130.012019-06-304,0242019-07-31505etcetcetcetc
2018-12-3129.992019-05-304,0012019-06-30515etcetcetcetc

 

I have several dozen different economic time series in the second format, that I'm looking to standardize into the first format. Having trouble building the workflows to get there... I'm using the transpose tab, but then it looks something like this:

 

NameValue
Date2019-03-31
GDP30.01
Date2019-06-31
Employment4,024

 

I feel like i'm missing something simple, but cross-tab isn't getting me there with how I'm trying to get it into the first step? Appreciate any help and thanks in advance!

 

Regards,

Matt

2 REPLIES 2
JessieC
Alteryx
Alteryx

Hi @mattd17 ,

 

I came up with a solution (although not the most sophisticated) - 

clipboard_image_0.png

 

See attached.

mattd17
7 - Meteor

This works, thank you @JessieC !

Labels