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

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