We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Changing day of the week based on data received from user

Deano478
12 - Quasar

Hi everyone, I have a test data set I'm messing around with and I have a problem that I could use some help with I feel I'm just thinking too much into it and it might be simple.

 

But Basically what I'm trying to do is any of the users who input there Index on a Friday, Saturday or Sunday this should actually display as Monday when a report is run every week.

 

I hope I worded that correctly as my English is not the best sometimes.

 

Submission_DateResponders_EmailIndexDay_of_Week
10/09/2021User1@Testing.com5Friday
10/09/2021User2@Testing.com4Friday
10/09/2021User3@Testing.com5Friday
10/09/2021User4@Testing.com5Friday
10/09/2021User5@Testing.com3Friday
18/09/2021User6@Testing.com3Saturday
02/10/2021User7@Testing.com5Saturday
09/10/2021User8@Testing.com5Saturday
16/10/2021User9@Testing.com5Saturday
16/10/2021User10@Testing.com3Saturday
12/09/2021User11@Testing.com5Sunday
26/09/2021User12@Testing.com2Sunday
26/09/2021User13@Testing.com6Sunday
17/10/2021User14@Testing.com4Sunday
31/10/2021User15@Testing.com3Sunday
13/09/2021User16@Testing.com2Monday
20/09/2021User17@Testing.com5Monday
27/09/2021User18@Testing.com6Monday
04/10/2021User19@Testing.com1Monday
14 REPLIES 14
DataNath
17 - Castor
17 - Castor

Hey @Deano478 - something like this?

 

DataNath_0-1667828798191.png

Deano478
12 - Quasar

hey @DataNath  my apologies for the late response Ill give look at the attached workflow now and see and see how it works many thanks again  

 

Deano478
12 - Quasar

I had a look there @DataNath I think it might be easier if generate new rows for each user if thats possible 

DataNath
17 - Castor
17 - Castor

Ok @Deano478 - in that case we just need to trim off the last couple of steps and apply some extra formatting/clean up to the new fields we've created:

 

DataNath_0-1667834472609.png

Deano478
12 - Quasar

@DataNath your a god send thank you for the help today with everything 

Labels
Top Solution Authors