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

Saving values every week for future

kalindideshmukh
7 - Meteor

Hello Designers,
I run a process every week, and calculate the difference between values from the previous week. Is there a way to save every week's values, so that I can procure them next week?

 

alteryx.png

 

Thanks in advance

 

Kalindi

1 REPLY 1
danilang
19 - Altair
19 - Altair

Hi @kalindideshmukh 

 

You can always save the current week's values to some form of permanent storage, a SQL db, excel file or alteryx db.  At the start of the next week, read in the values from this store and compare with your previous values.

 

Dan

Labels
Top Solution Authors