Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
luminassv8
Contributor II
Contributor II

Creating Date and Time Intervals

Hi.  I have found a couple of treads dealing with either Date or Time intervals and although being new to QlikView have managed to implement these functions in my models.

I am busy with a project where I need to present data over an extended period being a couple of days but with intervals of say 10 minutes. Therefore a combination of both date and time in one.

My ultimate goal would be to use a slider for visual impact.

Can somebody please help with a dimension expression or script to solve this challenge?

3 Replies
MarcoWedel

please post some sample data and your expected result.

thanks

regards

Marco

ecolomer
Master II
Master II

vkhassanov
Contributor II
Contributor II

Hi,

Not sure if you have solved it but I have just run over your question.

To create 10 min intervals in your case the solution is to add one more line to your facts table (the one with timestamps) as follows:

Timestamp(Floor(timestamp) + MakeTime(Hour(timestamp),Floor(Minute(timestamp),10))) as [10 min interval],