Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Select a range of date-time

Hi,

I'd like to select a range of date-time (for example from 01/07/15 10:00 to 08/07/15 08:00).

Does anybody have a better idea than a listbox? It's very hard to use because of the numbers of records inside the range.

I'd prefer two object for the date-time selection (from and to) and the selection of the records based on them.

Thank you so much for the attention.

N.

12 Replies
Anonymous
Not applicable
Author

My problem isn't to load the date/time values (I've stored them into the database), but the way to select them with the calendar object

jagan
Luminary Alumni
Luminary Alumni

Hi,

With Calendar object it is not possible to select the Date and Time, instead what you can do is Provide to list boxes with Same different fields and use it for selection.

Data:

LOAD

*,

DateTime AS StartDateTime,

DateTime AS EndDateTime

FROM DataSource;

Now use StartDateTime & EndDateTime fields for selection.

Regards,

Jagan.

qlikviewwizard
Master II
Master II

Hi jagan

Very good explanation on calendar. Thank you.