Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problems with While loop

Hi,

I have big trouble with an while loop. The goal is to build an Interval which should start by actualStartTime and end with actualEndTime. But the actualEndTime should not by included in the Interval.

For example:

actualstartTime : 08:00:00

actualendTime: 08:05:00

Interval: 08:00:00; 08:01:00; 08:02:00; 08:03:00; 08:04:00 ! That's the right solution

But sometimes the while loop creates from 08:00:00 - 08:05:00 ... And that#s not correct. But I don't know why is happend?!

Please look at my example.

Thank you... !

1 Solution

Accepted Solutions
Not applicable
Author

Solution...

text(time(endTime));

View solution in original post

1 Reply
Not applicable
Author

Solution...

text(time(endTime));