Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

I want to join dates with sales

MKanchwa
7 - Meteor

I have two tables - Sales and Dates Tables. I want the first date to come in front of the first 7 rows in sales data. Similarly the second date in front of the next 7 rows in Sales data.Join.png 

2 REPLIES 2
FinnCharlton
13 - Pulsar

Hi @MKanchwa , you can do it like this:

 

image.png

 

We use the generate rows tool to make 7 rows for each date. We can then join on record position to add the dates to the sales table. Hope this helps!

MKanchwa
7 - Meteor

Thank you very much @FinnCharlton 

Labels
Top Solution Authors