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

Generate 48 Intervals Starting from 00:00:00 until 23:30:00

Hiteshp
7 - Meteor

Hello Team,

 

using the attached configuration i am able to generate the Intervals until 23:00:00 however when i change the configuration to 23:30:00 it starts computing the data on a large scale. 

4 REPLIES 4
JamesCharnley
13 - Pulsar

Hi @Hiteshp 

 

I can't actually seem to replicate what you're saying with the provided configuration. If you're only looking for the 48 intervals for time, I can get it by using an arbitrary date in the generate rows tool to create 48 rows, and then forcing it to a time afterwards. Is that what you're after? Or how do you need it to link to dates you already have?

 

image.pngimage.png

Christina_H
14 - Magnetar

The difference here will be the inclusion of the date.  Without the date, your "final" time is 00:00:00, which comes before 23:30:00 so the whole cycle starts again.  With the date included, that final time is on the next day so escapes the loop.

TimN
13 - Pulsar

Maybe this is a different Option... 

Hiteshp
7 - Meteor

Thank you this helps out

Labels
Top Solution Authors