Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Simon_J
Partner - Contributor III
Partner - Contributor III

Occupancy

Hi All

I have a client that needs to show occupancy levels at different sites on a dashboard. This would be occupancy over time in different intervals.

For example, if site 101 has 100 spaces, the client gets an InDateTime and an OutDateTime for each visit of a customer and would like to see how many spaces are occupied in those intervals.

Does anyone know of the best way to do this?

I have tried calculating 10 minute intervals and using something simple like count(InDateTime) - Count(OutDateTime) but this does not work.

Many Thanks,

Simon

3 Replies
swuehl
MVP
MVP

Simon_J
Partner - Contributor III
Partner - Contributor III
Author

Thanks, I will take a look and let you know the outcome

Not applicable

try like this hope will helps you

=count(interval(InDateTime-OutDateTime,'MM'))