Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Displaying data based on the current day of the week

Deano478
12 - Quasar

Hello fellow Alteryx Enthusiasts,

 

I have a bit of an issue I'm trying to figure out with my data, Basically what I need to do is display User indexes for the current day of the Year we are on so for example if its 09/11/2022 then I need to be able to display the indexes for that day and then all other subsequent dates that follow. My apologies if this is a stupid question to be asking.

 

Below is a small extract of the data I'm working with:

 

Submission_DateEmailActivity_IndexReturnRepeat_IndexDay_of_Week
28/02/2022Joe.Twain@test.com3[Null]0Monday
18/10/2022Mike.Wallace@test.com5[Null]0Tuesday
02/06/2022angela.Coyne@test.com5[Null]0Thursday
26/09/2022Joanne.Grant@test.com3[Null]0Monday
25/11/2021Isiah.Smith@test.com4[Null]0Thursday

 

Any guidance is much appreciated guys and gals. 

 

5 REPLIES 5
Luke_C
17 - Castor
17 - Castor

Hi @Deano478 

 

Maybe a filter like this is what you're looking for? All your dates are in the past so I added a future date to test..

 

DateTimeParse([Submission_Date],'%d/%m/%Y') >= DateTimeToday()

Luke_C_0-1667918219864.png

 

 

binuacs
21 - Polaris

@Deano478 Can you provide expected result based on your input ?

Deano478
12 - Quasar

@binuacs its hard to show it but basically for every user I need to show their Index for the current day so today for example id need to show everyones index for today only if that makes sense? 

binuacs
21 - Polaris

@Deano478 sorry I'm not following,if you could give some examples based on the given dates that would b helpful to understand

Deano478
12 - Quasar

@binuacs @Luke_C I appreciate both of your contributions but after taking a step back I solved the issue it wasn't as difficult as I thought  😁

 

 

Labels
Top Solution Authors