Data from TS Plot tool
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone!
I'm doing some work on time-series forecasting and specifically working with the TS plot tool to understand my data.
I'm looking to see if it's possible to extract the data beneath the four charts, specifically when I have the 'Time Series decomposition plot' selected?
I've included a sample workflow.
Is there a quick way to do this or will I have to dive into the R script and write additional outputs from within there?
Thanks in advance.
Ben
Solved! Go to Solution.
- Labels:
- Predictive Analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is this what you're looking for?
If it is, I'll tell you how to get it....
Cheers,
Mark
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mark,
I would love to know how to get the raw data out of the TS PLOT tool.
Not sure about your technique, but there are other "TS" tools where the raw data would be helpful as well.
Thanks in advance for any help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @BenMoss!
I don't believe that there is a simple way to extract the decomposition data from the TS Plot tool.
However, I have created and attached a macro that will retrieve the data I believe you are looking for.
The configuration for this macro is very similar to the TS Plot tool.
1. Select the target field
2. Select frequency
3. Select the period starting date (optional)
The output from this macro will contain the following fields:
1. Period
2. Sub_Period
3. The target field (Bookings in this example)
4. seasonal - the seasonal data points from the Decomposition Plot
5. trend - the trend data points from the Decomposition Plot
6. remainder - the remainder data points from the Decomposition Plot
This macro was developed using 11.7, so make sure you are using the latest version of Alteryx or else the macro won't load correctly.
Let me know if you have any questions or if you were looking for something different!
Customer Support Engineer
Alteryx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hoss,
Thank you for going above and beyond on this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @WSData_dup_359!
I'm glad that this helped! Happy Alteryx-ing!
Customer Support Engineer
Alteryx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I need to use the TS Decomp macro in Alteryx 11.3 or Alteryx 11.0. Any advice?
Thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Mark,
Please tell me how you got the decomp data out of Alteryx?? It's the R Code, isn't it? Picking it up earlier on in the process. You've got my interest!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Great Tool! Hoss,
Just to check, when we change the field frequency from Monthly to Daily(weekday), the data frame error pop up. Any advice on this? Everything runs perfectly with default "Monthly" setting.
Attached the workflow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
I'm super new to alteryx. Ive been able to run the TS plot but not sure how to incorporate the macro you wrote.
Does someone mind explaining how to use this macro in a work flow?
