Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
kevbrown
Creator II
Creator II

Calendar

I'm creating an app that is bring in around 20 tables all with different date fields, for example, referral date, admission date, contact date, closed date, bed day date.  Some of these are just dates some are date time fields.  How best should i create a master calendar with these fields? My current calendar doesn't seem to want to work due to the date-time fields

1 Solution

Accepted Solutions
kevbrown
Creator II
Creator II
Author

Date# seems to have done the trick

View solution in original post

2 Replies
marcus_sommer

You could separate dates and times per:

date(floor([date-time])) as Date,

time(frac([date-time])) as Time

and you might need Canonical Date to consolidate the various dates. More informations could you find here: How to use - Master-Calendar and Date-Values.

- Marcus

kevbrown
Creator II
Creator II
Author

Date# seems to have done the trick