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.

Create Day Count based on Field Going from Null to Populated

BobbyQ
7 - Meteor

Not sure if it is possible, but can you create a day count from the time a field gets populated from Null to one with values and then end the count when another field status changes to Shipped? Below is what I have for data for Order Number, Trip and Status. Green would be the desired result and yellow would just be the explanation on how the green was calculated using system dates not available currently. Yellow is not needed but used below to help illustrated what I am trying to do for the Day calc

BobbyQ_0-1752519878324.png

 

4 REPLIES 4
alexnajm
18 - Pollux
18 - Pollux

Overall yes this seems possible as long as there's a way to get the dates! Hard to help further though without knowing how the data will come across

BobbyQ
7 - Meteor

No I dont have any dates since I believe that could just be calculated using datediff between the two dates. It would have to be done with what I provided above. I was hoping you could utilize a Datetimenow() trigger once the Trip field changed from Null. 

alexnajm
18 - Pollux
18 - Pollux

Right but there needs to be a mechanism then to store a “start date” when the “not shipped” record first shows. If you are saying that can just be when it first shows, then yes a DateTimeToday function could work. You’d then have that workflow run daily and basically keep the start date value if it already has one, but use DateTimeToday for those that don’t!

 

so yes overall very possible, but I think you’ll have to confirm the mechanism to get the first date to calculate against the date when the record changed to shipped

Qiu
21 - Polaris
21 - Polaris

@BobbyQ 
I am also a bit confused as @alexnajm .
Maybe you can simply provide a sample input and desired output file?

Labels
Top Solution Authors